Compare commits
2 Commits
3824faf11c
...
acc5af8477
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acc5af8477 | ||
|
|
e01a39175f |
@@ -39,8 +39,17 @@ media.hubris.network {
|
||||
tls {
|
||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||
}
|
||||
# API and streaming paths — no Authentik (Jellyfin apps use their own auth)
|
||||
@api path /api/* /socket /Audio/* /Videos/* /Items/* /Users/* /Sessions/* /System/* /LiveTv/* /Music/* /Artists/* /Albums/* /Playlists/* /Images/* /Subtitle* /videos/* /audio/*
|
||||
handle @api {
|
||||
reverse_proxy 192.168.8.206:8096
|
||||
}
|
||||
# Web UI — gated behind Authentik
|
||||
handle {
|
||||
import authentik
|
||||
reverse_proxy 192.168.8.206:8096
|
||||
}
|
||||
}
|
||||
|
||||
git.hubris.network {
|
||||
tls {
|
||||
|
||||
Reference in New Issue
Block a user