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
23 lines
599 B
Plaintext
23 lines
599 B
Plaintext
# 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=girasol
|
|
|
|
# Gitea instance
|
|
GITEA_INSTANCE_URL=https://gitea.aldon.fr
|
|
GITEA_SERVICE_APPLICATION_TOKEN=<gitea-auth-token>
|
|
GITEA_SERVICE_REPOSITORY=mop/girasol
|
|
GITEA_WORKFLOW_NAME=deploy.yaml
|
|
|
|
# Application specifics
|
|
|
|
# Backup specifics
|
|
SERVICE_BACKUPS_DIR=/backups/girasol
|
|
SERVICE_BACKUPS_PREFIX=girasol-dump
|
|
SERVICE_BACKUPS_EXTENSION=sql
|