Add jellyfin

Customised the forward auth in authelia to ignore Authorization headers as authelia was failing to parse the Authorization: MediaBrowser headers that jellyfin uses.
This commit is contained in:
2025-11-10 19:24:21 +11:00
parent 2a038e59e8
commit cf4daacab5
3 changed files with 149 additions and 0 deletions

View File

@@ -63,6 +63,12 @@ job "authelia" {
data = <<EOF
server:
address: tcp://0.0.0.0:{{ env "NOMAD_PORT_http" }}/
endpoints:
authz:
forward-auth:
implementation: 'ForwardAuth'
authn_strategies:
- name: 'CookieSession'
theme: "auto"
identity_validation:
reset_password: