Sign inSign up

jearton1024/rclone-with-crontab-ui

By jearton1024

•Updated over 4 years ago

Support rclone gui with a crontab gui.

Image
1

327

jearton1024/rclone-with-crontab-ui repository overview

⁠Quick start

docker run --name rclone-ui -p 5572:5572 -p 8000:8000 -d jearton1024/rclone-with-crontab-ui

Open web browser to visit rclone-ui: localhost:5572⁠. Default user/password: admin/admin

Open web browser to visit crontab-ui: localhost:8000⁠.

⁠Caveats

You should generate the htpasswd file and override it which in the container.

> htpasswd -c /path/to/data/htpasswd admin
New password: 
Re-type new password: 
Adding password for user admin

> docker run --name rclone-ui \
    -p 5572:5572 \
    -p 8000:8000 \
    -v /path/to/data:/data \
    -v /path/to/config:/config \
    -d jearton1024/rclone-with-crontab-ui

⁠Additional Features

⁠For rclone-ui
  1. Basic authentication with htpasswd file.
  2. htpasswd file path: /data/htpasswd, you can override it through mapping host file.
⁠For crontab-ui
  1. Execute command in container.
  2. Automatically create logs directory under the CRON_DB_PATH.
  3. Change the default value of CRON_PATH to /data/crontabs.
  4. Change the default value of CRON_DB_PATH to /data/crontabs/db.

Tag summary

Content type

Image

Digest

Size

59.7 MB

Last updated

over 4 years ago

docker pull jearton1024/rclone-with-crontab-ui