Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

MarcOrfilaCarreras/duplicati-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License   Docker   Last commit

Duplicati dashboard

A simple DASHBOARD for monitoring you Duplicati instances


➡️ Getting Started

Installation

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

Configuration

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.


🔨 Roadmap

  • Add historical data
  • Add some charts

See the open issues for a full list of proposed features (and known issues).


🔑 License

Distributed under the MIT License. See LICENSE for more information.