Skip to content

Commit

Permalink
fix(authelia): forward-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Nov 22, 2024
1 parent a7de937 commit e0169a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/modules/nixos/containers/authelia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ in {
};

storage.local.path = "/var/lib/authelia-main/storage/db.sqlite3";
server.disable_healthcheck = true;

server = {
disable_healthcheck = true;
# Fix forward-auth for Jellyfin
# See https://github.com/authelia/authelia/discussions/7472
endpoints = {
authz = {
forward-auth = {
Expand Down

0 comments on commit e0169a4

Please sign in to comment.