fix: add authelia_url and remove asset_path

- Add required authelia_url to session cookies configuration
- Remove asset_path to avoid missing directory error
This commit is contained in:
2025-11-15 20:10:36 +01:00
parent 5df9d6b01d
commit af0313c5bd

View File

@@ -7,7 +7,6 @@ theme: auto
server:
address: "tcp://:9091"
asset_path: /config/assets/
headers:
csp_template: ""
@@ -89,6 +88,7 @@ session:
cookies:
- name: authelia_session
domain: pivoine.art
authelia_url: https://auth.pivoine.art
same_site: lax
expiration: 1h
inactivity: 5m