docker部署seafile
docker pull seafileltd/seafile:6.3.4
docker run -d \
--name seafile \
-p 8094:80 \
-p 8095:8080 \
-v ./seafile_data:/shared \
seafileltd/seafile:6.3.4
dav配置
文件路径:seafile/conf/seafdav.conf
[WEBDAV]
# Default is false. Change it to true to enable SeafDAV server.
enabled = true
port = 8080
# Change the value of fastcgi to true if fastcgi is to be used
fastcgi = false
# If you deploy seafdav behind nginx, you need to modify "share_name".
share_name = /seafdav
# WebDAV服务能够同时处理的客户端请求的数量 默认值是1
workers = 5
# 默认值是1200
timeout = 1200
License:
CC BY 4.0