Add(module): add girasol module

Add(module): add amap module
Add(module): add common lib and services
Add(module): add base structure for keycloak
Add(module): add base structure for rocket
Add(module): add n8n and windmill modules
Add(docker): add install docker script in common module
Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
2026-04-21 16:52:41 +02:00
parent 905cc8b43d
commit a56911b896
65 changed files with 1893 additions and 23 deletions

View File

@@ -0,0 +1,36 @@
# Environment files
ENV_FILE_LOCATION=/opt/environment/.env
# gitea act_runner
ACT_RUNNER_VERSION=0.2.13
ACT_RUNNER_LOCATION=/usr/local/bin
ACT_RUNNER_USER=act_runner
GITEA_RUNNER_REGISTRATION_TOKEN=<gitea-repository-runner-token>
USERNAME=amap
# gitea instance
GITEA_INSTANCE_URL=https://gitea.aldon.fr
GITEA_SERVICE_APPLICATION_TOKEN=<gitea-auth-token>
GITEA_SERVICE_REPOSITORY=mop/amap
GITEA_WORKFLOW_NAME=deploy.yaml
# Applicaiton specifics
DB_USER=postgres
DB_PASS=
DB_NAME=amap
DB_HOST=localhost
ORIGINS=https://amap.aldon.fr
SECRET_KEY=
VITE_API_URL=https://amap.aldon.fr/api
KEYCLOAK_SERVER=https://keycloak.aldon.fr
KEYCLOAK_REALM=aldon.fr
KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REDIRECT_URI=https://amap.aldon.fr/api/auth/callback
MAX_AGE=3600
DEBUG=True
# Backup specifics
SERVICE_BACKUPS_DIR=/backups/amap
SERVICE_BACKUPS_PREFIX=amap-dump
SERVICE_BACKUPS_EXTENSION=sql