Update to 2024-07-01 12:00

This commit is contained in:
Daniel Berteaud
2024-07-01 12:00:46 +02:00
parent 11271c8d3a
commit d4f8857fa8
7 changed files with 14 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('10.0.16','11.0.9') }}"
seafile_version: "{{ seafile_license is defined | ternary('11.0.9','11.0.9') }}"
# 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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:677344c9ec85a95d80f6b4f31d596af0f662b166bfb6beea9f374a6af773c6ce
size 205621872

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d80ef2e2cdc6bacaae5b78cb6d2f7fdae83d00cbb2ce86d583fd24cb3d7e799a
size 203013989

View File

@@ -47,7 +47,7 @@ seafile_python_libs:
- requests_oauthlib
- chardet
pro:
- django==3.2.*
- django==4.2.*
- future==0.18.*
- mysqlclient==2.1.*
- pymysql
@@ -56,14 +56,15 @@ seafile_python_libs:
- captcha==0.5.*
- markupsafe==2.0.1
- jinja2
- sqlalchemy==1.4.3
- sqlalchemy==2.0.18
- psd-tools
- django-pylibmc
- django_simple_captcha==0.5.20
- django_simple_captcha==0.6.*
- djangosaml2==1.5.*
- pysaml2==7.2.*
- pycryptodome==3.16.*
- cffi==1.15.1
- python-ldap==3.4.3
- lxml
- requests_oauthlib
- chardet