22 lines
552 B
Bash
22 lines
552 B
Bash
# ===================================
|
|
# Traefik envs
|
|
EMAIL=bobrovod@national.shitposting.agency
|
|
|
|
# ===================================
|
|
# Authentification app (authentik)
|
|
|
|
# PostgresQL conf
|
|
PG_PASS=change_this_cuz_its_ur_db_pass
|
|
PG_USER=authentik # it's okay
|
|
|
|
# Image Settings
|
|
AUTHENTIK_IMAGE=ghcr.io/goauthentik/server
|
|
AUTHENTIK_TAG=2025.10.2
|
|
|
|
# Networking
|
|
PORT_HTTP=9000
|
|
PORT_HTTPS=9443 # btw likely already used by portainer
|
|
|
|
AUTHENTIK_SECRET_KEY=super_secret_super_scary_authenik_key
|
|
|
|
AUTHENTIK_ERROR_REPORTING__ENABLED=true # Or false to turn off |