Everything changed - major rewrite
This commit is contained in:
@@ -176,6 +176,16 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
# Authelia access control — bypass so the mobile app can connect without
|
||||
# an Authelia session; ntfy enforces its own token/password auth.
|
||||
# -----------------------------------------------------------------------
|
||||
homey.authelia.accessControlRules = [{
|
||||
priority = 10;
|
||||
domain = [ "ntfy.${domain}" ];
|
||||
policy = "bypass";
|
||||
}];
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
# Caddy virtual host — no forward_auth; ntfy uses its own token auth
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user