Skip to content

Commit

Permalink
feat: add authz
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Nov 22, 2024
1 parent e6b87d3 commit a7de937
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nix/modules/nixos/containers/authelia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ in {

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

server = {
endpoints = {
authz = {
forward-auth = {
implementation = "ForwardAuth";
};
};
};
};
regulation = {
ban_time = 300;
find_time = 120;
Expand Down

0 comments on commit a7de937

Please sign in to comment.