https://github.com/magicxor/rclone-docker
docker image for rclone serve
https://github.com/magicxor/rclone-docker
docker docker-image ftp linux rclone s3 sftp ubuntu webdav
Last synced: about 2 months ago
JSON representation
docker image for rclone serve
- Host: GitHub
- URL: https://github.com/magicxor/rclone-docker
- Owner: magicxor
- License: unlicense
- Created: 2024-11-01T06:29:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T08:45:14.000Z (over 1 year ago)
- Last Synced: 2025-02-28T03:59:19.011Z (over 1 year ago)
- Topics: docker, docker-image, ftp, linux, rclone, s3, sftp, ubuntu, webdav
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/magicxor/rclone-docker
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rclone-docker
docker image for `rclone serve`
# Usage:
```sh
docker run magicxor/rclone-docker -e USER=admin -e PASSWORD=example -p 50080:80 -v /home/my/files:/rclone_user_files
```