No description
Find a file
2025-01-17 19:11:30 +01:00
.ci update ci setup 2025-01-06 21:11:08 +01:00
.woodpecker Update python Docker tag to v3.13 2025-01-06 20:18:52 +00:00
cicd-worker-pub-mep/woodpecker-runner fix ipv6 2024-12-29 22:23:42 +01:00
compute-1-mep Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v39.108.0' () from renovate/ghcr.io-renovatebot-renovate-39.x into main 2025-01-16 10:48:09 +01:00
compute-2-mep Merge pull request 'Update ghcr.io/mastodon/mastodon Docker tag to v4.3.3' () from renovate/ghcr.io-mastodon-mastodon-4.x into main 2025-01-17 19:11:30 +01:00
internals Update woodpeckerci/woodpecker-server Docker tag to v2.8.3 2025-01-12 09:45:32 +00:00
.gitignore update ci setup 2025-01-06 21:11:08 +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