Skip to content

this is a webdav service implemented in docker using golang/这是一个安装在docker中用go语言编写的webdav服务

Notifications You must be signed in to change notification settings

earth-hotfix/webdavGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdavGo

this is a webdav service implemented in docker using golang/这是一个安装在docker中用go语言编写的webdav服务

preconditions

  • already installed docker and docker-compose

usage

configuration

edit your local configuration docker-compose.yml

version: '3.7'
services:
  webdav:
    build: ./
    ports:
      - webdav access port:8080
    restart: unless-stopped
    volumes:
      - your_directory:/webdav_files #
    environment:
      UPLOAD_RATE_LIMIT: 1024 # upload speed limit:bit, example:1024=1kb/s

install & run

git clone https://github.com/earth-hotfix/webdavGo.git
cd webdavGo
docker-compose up  # -d

feature

  • ...

About

this is a webdav service implemented in docker using golang/这是一个安装在docker中用go语言编写的webdav服务

Resources

Stars

Watchers

Forks

Packages

No packages published