Fix webdav

This commit is contained in:
Josué Tille 2023-09-27 23:35:15 +02:00
parent 4d349f0090
commit 2a22d3c584
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
[WEBDAV] [WEBDAV]
enabled = true enabled = true
port = __PORT_WEBDAV__ port = __PORT_WEBDAV__
fastcgi = true
share_name = /seafdav share_name = /seafdav

View file

@ -15,7 +15,7 @@ install_dependance() {
chmod u+rwX -R $install_dir 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 # 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 ynh_del_swap
} }