L

Lararu.Blog

Make It Happen.

  • 首页
  • DEVOPS
  • Python-Dev
  • Docker
  • 关于
Home docker部署seafile
文章

docker部署seafile

Posted 2025-02-19 Updated 2025-02- 19
By Administrator
1~2 min read

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
Share

Further Reading

OLDER

docker部署novnc debian

NEWER

docker部署speedtest网络测速

Recently Updated

  • flask 发邮件项目
  • docker部署nginx
  • ubuntu server安装podman
  • 韩国Emart全球供应链研究
  • 安卓手机termux安装ubuntu或者Alpine Linux

Trending Tags

Python-dev Ubuntu Database PVE DevOps Docker Docker-compose

Contents

©2025 Lararu.Blog. Some rights reserved.

Using the Halo theme Chirpy