No description
  • Python 72.7%
  • Shell 27.3%
Find a file
Mael G. f0c761452b
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Merge pull request 'Update varnish Docker tag to v8.0.2' (#281) from renovate/varnish-8.x into main
Reviewed-on: #281
2026-07-01 22:55:12 +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.24 2026-06-13 17:44:02 +00:00
cicd-worker-pub-mep/woodpecker-runner change agent image 2025-03-02 18:15:10 +01:00
compute-1-mep Update ghcr.io/renovatebot/renovate Docker tag to v43.249.5 2026-07-01 00:58:58 +00:00
compute-2-mep Merge pull request 'Update ghcr.io/mastodon/mastodon Docker tag to v4.6.2' (#287) from renovate/ghcr.io-mastodon-mastodon-4.x into main 2026-07-01 22:54:37 +02:00
compute-vel/traefik Merge pull request 'Update varnish Docker tag to v8.0.2' (#281) from renovate/varnish-8.x into main 2026-07-01 22:55:12 +02:00
internals Update woodpeckerci/woodpecker-server Docker tag to v3.16.0 2026-06-27 12:12:08 +00:00
lb-core-ams01/traefik Merge pull request 'Update varnish Docker tag to v8.0.2' (#281) from renovate/varnish-8.x into main 2026-07-01 22:55:12 +02: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