fix(duplicati): wrong folder name and update logo

This commit is contained in:
Nicolas Meienberger 2023-03-20 21:28:14 +01:00
parent 5e91df714f
commit 63a3f8f439
5 changed files with 14 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,4 +1,4 @@
version: "3" version: '3.7'
services: services:
duplicati: duplicati:
@ -23,4 +23,3 @@ services:
traefik.http.routers.duplicati.service: duplicati traefik.http.routers.duplicati.service: duplicati
traefik.http.routers.duplicati.tls.certresolver: myresolver traefik.http.routers.duplicati.tls.certresolver: myresolver
traefik.http.services.duplicati.loadbalancer.server.port: 8200 traefik.http.services.duplicati.loadbalancer.server.port: 8200

View File

@ -1,6 +1,7 @@
# Folder Info # Folder Info
By Defualt, The template has a few folders mounted By default, The template has a few folders mounted
- /backups/runtipi-folder - Tipi Root Folder - /backups/runtipi-folder - Tipi Root Folder
- /source - Home Directory - /source - Home Directory
@ -10,7 +11,7 @@ Store securely encrypted backups on cloud storage services!
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with:
   _Amazon S3, [IDrive e2](https://www.idrive.com/e2/duplicati "Using Duplicati with IDrive e2"), [Backblaze (B2)](https://www.backblaze.com/blog/duplicati-backups-cloud-storage/ "Duplicati with Backblaze B2 Cloud Storage"), Box, Dropbox, FTP, Google Cloud and Drive, HubiC, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), [and more!](https://duplicati.readthedocs.io/en/latest/01-introduction/#supported-backends)_ _Amazon S3, [IDrive e2](https://www.idrive.com/e2/duplicati 'Using Duplicati with IDrive e2'), [Backblaze (B2)](https://www.backblaze.com/blog/duplicati-backups-cloud-storage/ 'Duplicati with Backblaze B2 Cloud Storage'), Box, Dropbox, FTP, Google Cloud and Drive, HubiC, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), [and more!](https://duplicati.readthedocs.io/en/latest/01-introduction/#supported-backends)_
Duplicati is licensed under LGPL and available for Windows, OSX and Linux (.NET 4.7.1+ or Mono 5.10.0+ required). Duplicati is licensed under LGPL and available for Windows, OSX and Linux (.NET 4.7.1+ or Mono 5.10.0+ required).

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB