refactor: remove unused backup services and update environment configurations
This commit is contained in:
parent
810d7e0cb9
commit
03b9a3183b
5 changed files with 10 additions and 188 deletions
|
@ -1,13 +1,12 @@
|
|||
# SETTINGS from env.template
|
||||
# Misc configuration
|
||||
PUBLIC_DOMAIN=sso.test.base23.de
|
||||
COMPOSE_PROJECT_NAME=sso-base23-de
|
||||
PUBLIC_DOMAIN=sso.test.s1q.dev
|
||||
COMPOSE_PROJECT_NAME=sso--test-s1q-dev
|
||||
|
||||
# Server Versions
|
||||
AUTHENTIK_TAG=2025.6.4
|
||||
POSTGRES_TAG=16.9-alpine
|
||||
REDIS_TAG=8.0-alpine
|
||||
RESTICKER_TAG=0.0.2-restic0.17.0
|
||||
|
||||
# Error reporting & Logging
|
||||
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
||||
|
@ -15,16 +14,16 @@ AUTHENTIK_LOG_LEVEL=warning
|
|||
|
||||
# Email configuration
|
||||
# SMTP Host Emails are sent to
|
||||
AUTHENTIK_EMAIL__HOST=mail.base23.de
|
||||
AUTHENTIK_EMAIL__HOST=mail.s1q.dev
|
||||
AUTHENTIK_EMAIL__PORT=25
|
||||
AUTHENTIK_EMAIL__USERNAME=sso@base23.de
|
||||
AUTHENTIK_EMAIL__USERNAME=sso@s1q.dev
|
||||
# Use StartTLS
|
||||
AUTHENTIK_EMAIL__USE_TLS=true
|
||||
# Use SSL
|
||||
AUTHENTIK_EMAIL__USE_SSL=false
|
||||
AUTHENTIK_EMAIL__TIMEOUT=10
|
||||
# Email address authentik will send from, should have a correct @domain
|
||||
AUTHENTIK_EMAIL__FROM=sso@base23.de
|
||||
AUTHENTIK_EMAIL__FROM=sso@s1q.dev
|
||||
|
||||
# Exposed ports for Authentik -- Ports are note exposed due to traefik setup
|
||||
# COMPOSE_PORT_HTTP=80
|
||||
|
@ -41,11 +40,3 @@ GEOIPUPDATE_ACCOUNT_ID=1093308
|
|||
# PostgreSQL configuration
|
||||
PG_USER=authentik
|
||||
PG_DB=authentik
|
||||
|
||||
|
||||
# Restic configuration
|
||||
RESTIC_REPO_USER=u291924-sub5
|
||||
RESTIC_REPO_ADDRESS=cloud.backup.base23.de
|
||||
RESTIC_REPO_PORT=22
|
||||
RESTIC_TAG=sso.test.base23.de
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue