Sign inSign up

martinjohn/rclone-auth

By martinjohn

Updated almost 8 years ago

Way to easily create/amend rclone config file with Docker

Image
2

571

martinjohn/rclone-auth repository overview

rclone-auth

Way to easily create/amend rclone config file with Docker

Pass in a config directory for the data volume to persist the rclone.conf You can specify a resolution for the VNC window if you want with the environment variable VNC_RESOLUTION

docker run \
       -it \
       --rm \
       -e VNC_RESOLUTION=1024x768 \
       -v "<config dir>:/data" \
       -p 5900:5900 \
       martinjohn/rclone-auth

Connect to vnc on 5900 and fill in details of config in the terminal window, switching to firefox for authentication

Tag summary

Content type

Image

Digest

Size

119.4 MB

Last updated

almost 8 years ago

docker pull martinjohn/rclone-auth