Complete Task 8.4: NetDisco Traefik ingress with Authentik SSO
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Added netdisco-secure router to Traefik dynamic.yml
- Protected with authentik-forward-auth middleware
- URL: https://netdisco.xtrm-lab.org
This commit is contained in:
2026-01-19 20:52:21 +02:00
parent 3953262455
commit 544f641697
2 changed files with 13 additions and 1 deletions

View File

@@ -119,7 +119,7 @@
| Woodpecker Agent | woodpecker-agent | - | dockerproxy | - |
| RustDesk ID | rustdesk-hbbs | 21115-21116, 21118-21119 | bridge | rustdesk.xtrm-lab.org |
| RustDesk Relay | rustdesk-hbbr | 21117 | bridge | rustdesk.xtrm-lab.org |
| NetDisco Web | netdisco-web | 5000 | dockerproxy | http://192.168.31.2:5000 |
| NetDisco Web | netdisco-web | 5000 | dockerproxy | https://netdisco.xtrm-lab.org |
| NetDisco Backend | netdisco-backend | - | dockerproxy | SNMP polling daemon |
---

View File

@@ -1,4 +1,16 @@
# Infrastructure Changelog
## 2026-01-19 - NetDisco Traefik Integration
### Task 8.4: Traefik Ingress - COMPLETED
- [TRAEFIK] Added netdisco-secure router to dynamic.yml
- [TRAEFIK] Service: http://netdisco-web:5000
- [AUTH] Protected with authentik-forward-auth middleware
- [DNS] netdisco.xtrm-lab.org (configured by user)
- [URL] https://netdisco.xtrm-lab.org
---
## 2026-01-19 - NetDisco Deployment
### Task 8.2: Deploy NetDisco - COMPLETED