mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 18:55:34 +02:00
Update to 2023-10-13 15:00
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.6','10.0.1') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','10.0.1') }}"
|
||||
|
||||
# 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
|
||||
@@ -128,5 +128,5 @@ seafile_site_title: 'Mon cloud privé'
|
||||
# Only available if you run the PRO edition
|
||||
seafile_scan_av: True
|
||||
|
||||
# Use Go file server. It's still a bit buggy so default to False
|
||||
seafile_use_go_fileserver: False
|
||||
# Use Go file server
|
||||
seafile_use_go_fileserver: True
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0af3b246ad27fbc49b39ceb6da313404fb6df380a7ab387a44b395dfd4814519
|
||||
size 143913267
|
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1342b561365a330939e0832f26deefdd4dca12806cb5f87daa083e18e46398f8
|
||||
size 205519649
|
@@ -6,4 +6,4 @@ PATH=/opt/seafile/bin:/bin:/usr/bin
|
||||
PYTHON=/opt/seafile/bin/python
|
||||
cd {{ seafile_root_dir }}/seafile-server
|
||||
./seahub.sh python-env python3 seahub/manage.py clearsessions
|
||||
|
||||
./seahub.sh python-env python3 seahub/manage.py clean_db_records
|
||||
|
Reference in New Issue
Block a user