No description
Find a file
2025-02-15 16:58:25 +01:00
.ci also keep non greped lines. 2025-01-06 23:37:04 +01:00
.woodpecker Merge branch 'main' into dev/outout/fix_ci 2025-02-02 16:43:09 +01:00
cicd-worker-pub-mep/woodpecker-runner fix ipv6 2024-12-29 22:23:42 +01:00
compute-1-mep Update ghcr.io/renovatebot/renovate Docker tag to v39.170.2 2025-02-15 07:46:34 +00:00
compute-2-mep Merge pull request 'Update vaultwarden/server Docker tag to v1.33.2' () from renovate/vaultwarden-server-1.x into main 2025-02-14 20:53:50 +01:00
internals Update semaphoreui/semaphore Docker tag to v2.12.14 2025-02-14 22:33:39 +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