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:
36
modules/apps/amap/.env.example
Normal file
36
modules/apps/amap/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user