mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-08-10 10:00
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.6','9.0.6') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.6','9.0.7') }}"
|
||||
|
||||
# Archive URL and sha1 are only used for the community version
|
||||
# Archive URL and sha256 are only used for the community version
|
||||
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
||||
seafile_archive_sha256: dc166985197490850e4df3183243c3c286961a34f0ca7670e8172e974f006b11
|
||||
seafile_archive_sha256: 78ae9edb07313939e2cb4b57afba5f2c9f8abbd867f39309f32406687f1b53e0
|
||||
|
||||
seafile_root_dir: /opt/seafile
|
||||
seafile_data_dir: "{{ seafile_root_dir }}/data"
|
||||
|
@@ -142,8 +142,8 @@ ENABLE_WIKI = True
|
||||
ENABLE_ONLYOFFICE = True
|
||||
VERIFY_ONLYOFFICE_CERTIFICATE = True
|
||||
ONLYOFFICE_APIJS_URL = "{{ (seafile_oo_uri is search('api\.js$')) | ternary(seafile_oo_uri,seafile_oo_uri | regex_replace('/$','') + '/web-apps/apps/api/documents/api.js') }}"
|
||||
ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods')
|
||||
ONLYOFFICE_EDIT_FILE_EXTENSION = ('docx', 'pptx', 'xlsx', 'odt', 'ods', 'odp')
|
||||
ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods', 'oform', 'docxf')
|
||||
ONLYOFFICE_EDIT_FILE_EXTENSION = ('docx', 'pptx', 'xlsx', 'odt', 'ods', 'odp', 'oform', 'docxf')
|
||||
ONLYOFFICE_FORCE_SAVE = True
|
||||
{% if seafile_oo_secret is defined %}
|
||||
ONLYOFFICE_JWT_SECRET = '{{ seafile_oo_secret }}'
|
||||
|
@@ -37,6 +37,7 @@ seafile_python_libs:
|
||||
- future
|
||||
- mysqlclient==2.0.1
|
||||
- pycryptodome
|
||||
- lxml
|
||||
|
||||
seafile_rm_libs:
|
||||
- libnssutil3.so
|
||||
|
@@ -37,6 +37,7 @@ seafile_python_libs:
|
||||
- future
|
||||
- mysqlclient
|
||||
- pycryptodome
|
||||
- lxml
|
||||
|
||||
seafile_rm_libs:
|
||||
- liblber-2.4.so.2
|
||||
|
Reference in New Issue
Block a user