No description
  • Python 72.7%
  • Shell 27.3%
Find a file
Mael G. e15bcc5795
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Merge pull request 'Backup postgresql' (#269) from dev/magramai/more_backups into main
Reviewed-on: #269
2026-05-08 23:39:22 +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 'Backup postgresql' (#269) from dev/magramai/more_backups into main 2026-05-08 23:39:22 +02:00
compute-2-mep Backup postgresql 2026-05-07 00:15:04 +02:00
compute-vel/traefik Update traefik Docker tag to v3.7.0 2026-05-07 06:17:01 +00:00
internals Update semaphoreui/semaphore Docker tag to v2.18.2 2026-05-07 12:17:51 +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