KO
|
EN
gitlite — search
Search
#game
#python
#docker
#swift
#golang
#unity3d
#javascript
#kotlin
#android
#go
#data-science
#arduino
duplicati-dashboard
★ 21
Open GitHub ↗
Duplicati dashboard
Download README (.md)
Explore Similar Repositories
ToolGood.AntiDuplication
:
当网络波动时,可防重复提交
hass-duplicati
:
Home Assistant integration for Duplicati backups
plundarr
:
Plunder your favorite shows and movies 🎬🏴☠️ — PIA + WireGuard + PF, and Gluetun VPN to keep the Royal Navy off yer tail! 🚢🔒
duplicati.github.io
:
Duplicati website
ngclient
:
Angular Client for Duplicati
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
duplicati-dashboard
?
Download (.md)
<div align="center"> [](https://github.com/MarcOrfilaCarreras/duplicati-dashboard)   </div> <div align="center"> <h1>Duplicati dashboard</h1> <h4> A simple DASHBOARD for monitoring you Duplicati instances</h4> </div> <br> ## :arrow_right: 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*](https://raw.githubusercontent.com/MarcOrfilaCarreras/duplicati-dashboard/master/docker/docker-compose.yml) file with the following command. ``` bash 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. <br> ## :hammer: Roadmap - [x] Add historical data - [x] Add some charts See the [open issues](https://github.com/MarcOrfilaCarreras/duplicati-dashboard/issues) for a full list of proposed features (and known issues). <br> ## :key: License Distributed under the MIT License. See `LICENSE` for more information.