Seafile settings
This commit is contained in:
parent
bcc455bfff
commit
6ea4a7883e
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue