Seafile settings

This commit is contained in:
Jurn Wubben 2025-04-02 10:16:10 +00:00
parent 5aa80f4491
commit 078e83b754

View file

@ -14,6 +14,9 @@ ALLOWED_HOSTS = ['.files.jsw.tf']
CSRF_COOKIE_SECURE = True CSRF_COOKIE_SECURE = True
CSRF_COOKIE_SAMESITE = 'Strict' CSRF_COOKIE_SAMESITE = 'Strict'
CSRF_TRUSTED_ORIGINS = ['https://files.jsw.tf', 'https://www.files.jsw.tf'] CSRF_TRUSTED_ORIGINS = ['https://files.jsw.tf', 'https://www.files.jsw.tf']
SITE_NAME = "JSW Cloud"
SITE_TITLE = "JSW Cloud"
''; '';
seafileSettings = { seafileSettings = {
quota.default = 30; quota.default = 30;