--- container_names: authentik: server: "authentik-server-1.server4" worker: "authentik-worker-1.server4" redis: "authentik-redis-1.server4" db: "authentik-postgresql-1.server4" element_web: element_web: "element_web.server4" authentik_error_reporting: "false" authentik_email_host: "imehl.un-hack-bar.de" authentik_email_port: "587" authentik_email_use_tls: "true" authentik_email_use_ssl: "false" authentik_email_timeout: "10" authentik_port_http: "9000" authentik_port_https: "9443" authentik_domain: "auth.un-hack-bar.de,auth.unhb.de" authentik_allow_users_to_change_email: "false" # disable emailaddress changes to avoid emailaddress collisions 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_postgres_version: "12-alpine" docker_compose_config_dir: "/srv/docker-config" docker_volumes_dir: "/srv/docker-volumes" domains: nginx_virtual_host: authentik: "auth.un-hack-bar.de,auth.unhb.de" element_web: "chat.unhb.de,chat.un-hack-bar.de" letsencrypt_host: authentik: "auth.un-hack-bar.de,auth.unhb.de" element_web: "chat.unhb.de,chat.un-hack-bar.de" element_web: homeserver_base_url: "https://matrix.un-hack-bar.de" homeserver_server_name: "matrix.un-hack-bar.de" disable_custom_urls_boolean: "false" terms_and_conditions_links: link1: url: "https://www.un-hack-bar.de/datenschutzerklaerung/" text: "Datenschutzerklärung" link2: url: "https://www.un-hack-bar.de/impressum/" text: "Impressum" brand: "Matrix-Chat der UN-Hack-Bar" logo: "unhb.png" default_country_code: "DE" show_labs_settings_boolean: "true" feature_pinning_boolean: "true" room_directory: "matrix.un-hack-bar.de" firewall_services: - ssh - http - https - smtp - pop3 firewall_ports: - 64738/tcp # Mumble - 64738/udp # Mumble - 21117/tcp # Rustdesk firewall_zone: "external" pretix_container_name: "pretix_app.server4" pretix_currency: "EUR" pretix_db_backend: "postgresql" pretix_db_container_name: "pretix_pg-sql.server4" pretix_db_env_mysql_random_root_password: "true" pretix_db_env_postgres_db_name: "pretix" pretix_db_env_postgres_user: "prtxdb" pretix_domain: "pretix.un-hack-bar.de" pretix_env_virtual_host: "pretix.unhb.de,pretix.un-hack-bar.de" pretix_env_virtual_port: "80" pretix_env_letsencrypt_host: "pretix.unhb.de,pretix.un-hack-bar.de" pretix_instance_name: "Pretix UN-Hack-Bar e.V." pretix_locale_default: "de" pretix_locale_timezone: "Europe/Berlin" pretix_mail_host: "imehl.un-hack-bar.de" pretix_mail_port: "587" pretix_redis_container_name: "pretix_redis.server4" pretix_registration: "off" pretix_redis_sessions: "true" traefik_container_name: "traefik" traefik_dashboard_hostname: "traefik.un-hack-bar.de" version: authentik: "2024.6.3" element_web: "latest"