Rclone configuration "server"

I use rclone across 5-6 machines with 10-20 endpoints. Is there a way to have an "rclone configuration server" where I can connect to a remote machine (with ssl and authentication etc etc) and grab the configuration info from it when I run rclone? (rather than a local config file)

So, the idea would be to have a machine that is serving out the rclone configuration information. The benefit would be that there is one place the configuration information is stored.

$ rclone lsd --config-server=https://rconf.home.com:9999  Example:

It would be great if it could be read/write, as well, so tokens could be kept up to date when refreshed.

Not currently. You could use a mount (NFS maybe) to share the config file on?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.