The best way to install this software is using Docker.
First, download the backend image from the Github repository.
docker pull ghcr.io/marcorfilacarreras/duplicati-dashboard:backend
Also, download the frontend image.
docker pull ghcr.io/marcorfilacarreras/duplicati-dashboard:frontend
Then, you will have to download the docker-compose.yml file with the following command.
wget https://raw.githubusercontent.com/MarcOrfilaCarreras/duplicati-dashboard/master/docker/docker-compose.yml
Finally, you will be able to start the containers.
docker-compose up -d
In order to use this software, you will need to add two options to your Duplicati instance.
-
The first option is send-http-result-output-format, which will be set to JSON.
-
The other one is send-http-url which will be set to http://host:port/api/tasks/add?host=id, where host is the IP address of the server running the backend, port is the port number of the backend and id is the unique identifier of the host in the backend.
- Add historical data
- Add some charts
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.