This commit is contained in:
git
2026-04-07 19:40:06 +10:00
2 changed files with 4 additions and 7 deletions
+3 -6
View File
@@ -3,16 +3,16 @@ server.address: tcp://0.0.0.0:9091
log: log:
level: info level: info
identity_validation.reset_password.jwt_secret: T72Xcxa4d7xpQRypFDZpunlZt0IjqspojmBlxBr69gnkRjzR144YgjZsgFYZK0gS identity_validation.reset_password.jwt_secret: ${AUTHELIA_JWT_SECRET}
session: session:
secret: BYksO7YUAJ8gXx9Endgpe46RgB10nkeKpD1qcQPt0GuYGQm2pS2zjJtNOrCEqpav secret: ${AUTHELIA_SESSION_SECRET}
cookies: cookies:
- domain: lan.ddnsgeek.com - domain: lan.ddnsgeek.com
authelia_url: https://auth.lan.ddnsgeek.com authelia_url: https://auth.lan.ddnsgeek.com
storage: storage:
encryption_key: N7mkWziClgDhLgZDRkRwU6jEHmGF6ciOt53pzoFcZ0meEV1AZCC5bWZd24jeu19y encryption_key: ${AUTHELIA_STORAGE_ENCRYPTION_KEY}
local: local:
path: /config/data/db.sqlite3 path: /config/data/db.sqlite3
@@ -23,8 +23,6 @@ authentication_backend:
access_control: access_control:
default_policy: deny default_policy: deny
rules: rules:
# - domain: "*.lan.ddnsgeek.com"
# policy: two_factor
- domain: alertmanager.lan.ddnsgeek.com - domain: alertmanager.lan.ddnsgeek.com
resources: resources:
- "^/api/.*" - "^/api/.*"
@@ -52,7 +50,6 @@ access_control:
- "^/metrics" - "^/metrics"
policy: bypass policy: bypass
- domain: "*.lan.ddnsgeek.com" - domain: "*.lan.ddnsgeek.com"
policy: two_factor policy: two_factor
+1 -1
View File
@@ -4,7 +4,7 @@ http:
plugin: plugin:
crowdsec-bouncer: crowdsec-bouncer:
crowdsecMode: live crowdsecMode: live
crowdsecLapiKey: HeneLa2mazFVzl5+DQRKOdchBuJxKdjrHsHBE/03Acs crowdsecLapiKey: ${CROWDSEC_LAPI_KEY}
crowdsecLapiHost: crowdsec:8080 crowdsecLapiHost: crowdsec:8080
crowdsecLapiScheme: http crowdsecLapiScheme: http