Updated Authentik to 2025.2.4 and added SSH Ports for CI/CD to firewall

This commit is contained in:
Stefan H. 2025-04-09 06:56:06 +00:00
parent ca4e7fdf1e
commit 1c42dd4684

View file

@ -63,6 +63,9 @@ firewall_ports:
- 64738/tcp # Mumble
- 64738/udp # Mumble
- 21117/tcp # Rustdesk
- 2233/tcp
- 22222/tcp
firewall_zone: "external"
@ -70,5 +73,5 @@ traefik_container_name: "traefik"
traefik_dashboard_hostname: "traefik.un-hack-bar.de"
version:
authentik: "2024.12.1"
authentik: "2025.2.4"
element_web: "latest"