From 2a22d3c584f6d48133d9154ce186dea1cd9990a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 27 Sep 2023 23:35:15 +0200 Subject: [PATCH] Fix webdav --- conf/seafdav.conf | 1 - scripts/_common.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/seafdav.conf b/conf/seafdav.conf index 3237f31..f2b9e84 100644 --- a/conf/seafdav.conf +++ b/conf/seafdav.conf @@ -1,5 +1,4 @@ [WEBDAV] enabled = true port = __PORT_WEBDAV__ -fastcgi = true share_name = /seafdav diff --git a/scripts/_common.sh b/scripts/_common.sh index 9a3d4cd..94943cc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -15,7 +15,7 @@ install_dependance() { chmod u+rwX -R $install_dir # Note that we install imageio to force the dependance, without this imageio 2.8 is installed and it need python3.5 - sudo -u $YNH_APP_ID pip3 install --user --no-warn-script-location --upgrade future mysqlclient PyMySQL 'Pillow<10.0.0' pylibmc captcha Jinja2 SQLAlchemy psd-tools django-pylibmc django-simple-captcha python3-ldap pycryptodome==3.12.0 cffi==1.14.0 lxml + sudo -u $YNH_APP_ID pip3 install --user --no-warn-script-location --upgrade future mysqlclient PyMySQL 'Pillow<10.0.0' pylibmc captcha Jinja2 'SQLAlchemy<2' psd-tools django-pylibmc django-simple-captcha python3-ldap pycryptodome==3.12.0 cffi==1.14.0 lxml ynh_del_swap }