Way to easily create/amend rclone config file with Docker
571
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
Content type
Image
Digest
Size
119.4 MB
Last updated
almost 8 years ago
docker pull martinjohn/rclone-auth