Added updated seafile stack config and files

This commit is contained in:
Rishi Ghan
2025-12-30 00:19:22 -05:00
parent a4892011d1
commit aec2f32707
9 changed files with 467 additions and 55 deletions

View File

@@ -22,7 +22,7 @@ METADATA_SERVER_URL = 'http://seafile-md-server:8084'
ENABLE_ONLYOFFICE = True
VERIFY_ONLYOFFICE_CERTIFICATE = True
ONLYOFFICE_APIJS_URL = 'https://office.rishighan.com/web-apps/apps/api/documents/api.js'
ONLYOFFICE_JWT_SECRET = 'secret123'
ONLYOFFICE_JWT_SECRET = 'SgdxIRmL9tPORb8zdoOg9tzqTY4DBQqJ'
ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods', 'csv')
ONLYOFFICE_EDIT_FILE_EXTENSION = ('docx', 'pptx', 'xlsx')
ONLYOFFICE_FORCE_SAVE = True