repositorypackage
0.3.2
Repository: https://github.com/isayme/aliyundrive-webdav.git
Documentation: pkg.go.dev
# README
阿里云盘 webdav 服务器
特性支持
- 文件浏览
- 文件移动
- 文件重命名
- 新建文件夹
- 文件删除(放到阿里云盘回收站)
- 文件上传
如何使用
Docker Compose
version: '3'
services:
aliyundrive-webdav:
container_name: aliyundrive-webdav
image: isayme/aliyundrive-webdav:0.2.1
volumes:
- ./path/to/data:/data
environment:
CONF_FILE_PATH: '/data/config.yaml'
ports:
- '4918:8080'