No description
Find a file
2025-02-09 13:27:31 +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 codeberg.org/forgejo/forgejo Docker tag to v10.0.1 2025-02-08 13:49:34 +00:00
compute-2-mep Update vaultwarden/server Docker tag to v1.33.1 2025-02-03 13:32:42 +00:00
internals Merge pull request 'Update ghcr.io/requarks/wiki Docker tag to v2.5.306' () from renovate/ghcr.io-requarks-wiki-2.x into main 2025-02-04 21:20:49 +01: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