[mod] backend:session_lifetime als Variable

This commit is contained in:
fenris 2025-12-17 16:05:47 +01:00
parent 58268aeae2
commit 2fc0bdd697
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,7 @@
{% endif %} {% endif %}
"session_management": { "session_management": {
"in_memory": false, "in_memory": false,
"lifetime": 3600, "lifetime": {{var_zeitbild_backend_session_lifetime | string}},
"drop_all_at_start": false "drop_all_at_start": false
}, },
"caldav": {{var_zeitbild_backend_caldav | to_json}} "caldav": {{var_zeitbild_backend_caldav | to_json}}

View file

@ -88,5 +88,9 @@
"authentication_data_authelia_label": { "authentication_data_authelia_label": {
"type": "string", "type": "string",
"mandatory": false "mandatory": false
},
"session_lifetime": {
"type": "integer",
"mandatory": false
} }
} }