Updated Authentik to 2025.2.4 and added SSH Ports for CI/CD to firewall
This commit is contained in:
parent
ca4e7fdf1e
commit
1c42dd4684
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue