disable error reporting
This commit is contained in:
parent
dfacbf73c1
commit
0498c562b4
1 changed files with 17 additions and 2 deletions
|
@ -7,7 +7,7 @@ container_names:
|
||||||
redis: "authentik-redis-1.server4"
|
redis: "authentik-redis-1.server4"
|
||||||
db: "authentik-postgresql-1.server4"
|
db: "authentik-postgresql-1.server4"
|
||||||
|
|
||||||
authentik_error_reporting: "true"
|
authentik_error_reporting: "false"
|
||||||
authentik_email_host: "mail.un-hack-bar.de"
|
authentik_email_host: "mail.un-hack-bar.de"
|
||||||
authentik_email_port: "587"
|
authentik_email_port: "587"
|
||||||
authentik_email_use_tls: "true"
|
authentik_email_use_tls: "true"
|
||||||
|
@ -21,5 +21,20 @@ authentik_allow_users_to_change_names: "true" # enables name changes
|
||||||
authentik_allow_users_to_change_usernames: "false" # disable username changes to avoid username collisions
|
authentik_allow_users_to_change_usernames: "false" # disable username changes to avoid username collisions
|
||||||
authentik_postgres_version: "12-alpine"
|
authentik_postgres_version: "12-alpine"
|
||||||
|
|
||||||
|
docker_compose_config_dir: "/srv/docker-config"
|
||||||
|
docker_volumes_dir: "/srv/docker-volumes"
|
||||||
|
|
||||||
|
firewall_services:
|
||||||
|
- ssh
|
||||||
|
- http
|
||||||
|
- https
|
||||||
|
- smtp
|
||||||
|
- pop3
|
||||||
|
|
||||||
|
firewall_ports:
|
||||||
|
- 64738/tcp # Mumble
|
||||||
|
- 64738/udp # Mumble
|
||||||
|
- 21117/tcp # Rustdesk
|
||||||
|
|
||||||
version:
|
version:
|
||||||
authentik: "2023.5.4"
|
authentik: "2023.8.3"
|
||||||
|
|
Loading…
Reference in a new issue