Table of Contents

About

This docker build file is a fork of romancin's rclonebrowser docker build that provides rclone with a graphical interface using the X11 VNC web-interface. The problem is that neither rclone nor rclonebrowser provide an easy way to schedule periodic synchronizations between remotes. There are multiple forks of rclonebrowswer that address the issue by building on top of rclonebrowser and adding a way to monitor local via notifications as well as perform periodic synchronization with remote mounts. The forks are typically just a derivation from rclonebrowser such that they have the same requirements and build requirements as the original rclonebrowser and hence do not require too many modifications except changing the build source and fixing the obsolete build system.

Source Code

The source code can be checked out from:

using subversion:

svn co https://svn.grimore.org/docker/build/rclonebrowser-docker/

After that the source can be built by changing to the rclonebrowser-docker and issuing the command:

docker build -t TAG .

where:

After rclonebrowser is built, a container can be created and ran either via docker run or deployed within the swarm with docker stack deploy.

Dockerfile

The Dockerfile is the only file changed between the original romancin's rclonebrowser docker build and the current one with the only highlights being the change of source to point towards ProminentRetail's repo and then knocking out the creation of the favicons to be displayed on the webpage. Another change that has been made is to change the URL that provides the rclone binary from the official webpage that is now broken on the rclonebrowser docker build.

Similarly, the Dockerfile is re-arranged a bit in order to split up the steps in more comprehensive build milestones, such as retrieving rclone and building rclonebrowser.

Unable to display file "http://svn.grimore.org/docker/build/rclonebrowser-docker/Dockerfile": It may not exist, or permission may be denied.