mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix webdav
This commit is contained in:
parent
4d349f0090
commit
2a22d3c584
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
[WEBDAV]
|
||||
enabled = true
|
||||
port = __PORT_WEBDAV__
|
||||
fastcgi = true
|
||||
share_name = /seafdav
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue