No description
  • Python 72.7%
  • Shell 27.3%
Find a file
mael 1afe3052e1
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Actualiser compute-2-mep/mastodon/docker-compose.yaml
2026-06-13 19:53:34 +02:00
.ci Refactor CI scripts and enhance Docker Compose configurations 2026-05-06 21:56:18 +02:00
.woodpecker Update alpine Docker tag to v3.23 2026-05-06 20:13:42 +00:00
cicd-worker-pub-mep/woodpecker-runner change agent image 2025-03-02 18:15:10 +01:00
compute-1-mep Merge pull request 'Update ghcr.io/jittering/traefik-kop Docker tag to v0.20.1' (#275) from renovate/ghcr.io-jittering-traefik-kop-0.x into main 2026-06-13 19:41:20 +02:00
compute-2-mep Actualiser compute-2-mep/mastodon/docker-compose.yaml 2026-06-13 19:53:34 +02:00
compute-vel/traefik Update traefik Docker tag to v3.7.0 2026-05-07 06:17:01 +00:00
internals Update ghcr.io/jittering/traefik-kop Docker tag to v0.20.1 2026-05-11 16:42:02 +00:00
lb-core-ams01/traefik Update traefik Docker tag to v3.7.0 2026-05-07 06:17:01 +00:00
store-1-ams/garage Update dxflrs/garage Docker tag to v2.3.0 2026-05-03 23:57:01 +00:00
store-1-vel/garage Update dxflrs/garage Docker tag to v2.3.0 2026-05-03 23:57:01 +00:00
store-rom01/garage Update dxflrs/garage Docker tag to v2.3.0 2026-05-03 23:57:01 +00:00
.gitignore remove unused 2026-01-12 23:35:02 +01:00
CLAUDE.md Refactor CI scripts and enhance Docker Compose configurations 2026-05-06 21:56:18 +02:00
LICENCE.md Add store and licensing 2026-01-13 23:48:07 +01:00
README.md update ci setup 2025-01-06 21:11:08 +01:00
renovate.json integrate renovate 2024-10-20 21:53:12 +02:00

Services Gnous

L'ensemble des docker compose pour les services du projet Gnous.

Lint

python3 -m venv .venv/
source .venv/bin/activate
pip install -r .ci/requirements.txt
python3 .ci/port_attribution_watcher.py
python3 .ci/traefik_label_watcher.py
./.ci/lint.sh