mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: Duplicati (#1179)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
b16807b453
commit
36fa2a662a
0
duplicati/data/.gitkeep
Normal file
0
duplicati/data/.gitkeep
Normal file
18
duplicati/docker-compose.yml
Normal file
18
duplicati/docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: duplicati_duplicati_1
|
||||
APP_PORT: 8200
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
duplicati:
|
||||
image: duplicati/duplicati:2.0.8.1_beta_2024-05-07@sha256:97b8ef7bcaa095793ef9f39049851f987860a8c832aaf67ef977ff398f9e996e
|
||||
entrypoint: ["/usr/bin/duplicati-server", "--webservice-port=8200", "--webservice-interface=any", "--webservice-password=${APP_PASSWORD}", "--webservice-allowed-hostnames=*"]
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
- ${UMBREL_ROOT}/data/storage:/umbrel
|
45
duplicati/umbrel-app.yml
Normal file
45
duplicati/umbrel-app.yml
Normal file
|
@ -0,0 +1,45 @@
|
|||
manifestVersion: 1
|
||||
id: duplicati
|
||||
name: Duplicati
|
||||
tagline: Store securely encrypted backups in the cloud
|
||||
category: files
|
||||
version: "2.0.8.1_beta_2024-05-07"
|
||||
port: 38476
|
||||
description: >-
|
||||
Pick your own backend and store encrypted backups of your umbrel files anywhere!
|
||||
|
||||
|
||||
🧩 Integrations
|
||||
|
||||
Works seamlessly with standard protocols like FTP, SSH, and WebDAV, as well as a wide range of popular services like Amazon S3, OneDrive, Google Drive, Rackspace Cloud Files, HubiC, Backblaze (B2), Amazon Cloud Drive (AmzCD), Swift / OpenStack, WebDAV, SSH (SFTP), FTP, and more!
|
||||
|
||||
|
||||
⏲️ Automatic backups
|
||||
|
||||
You choose how often all your selected files will be safely backed up.
|
||||
|
||||
|
||||
🛡️ Safe & Secure
|
||||
|
||||
We take your data security seriously. By using the powerful AES-256 encryption standard, we ensure that your privacy stays protected from any unauthorized access. We also support GPG encryption, giving an extra layer of strong defense to your backups.
|
||||
|
||||
|
||||
🖥️ Intuitive interface
|
||||
|
||||
Simple interface and powerful controls at your fingertips.
|
||||
developer: Duplicati
|
||||
website: https://duplicati.com/
|
||||
submitter: Sharknoon
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1179
|
||||
repo: https://github.com/duplicati/duplicati
|
||||
support: https://forum.duplicati.com/
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: ""
|
||||
dependencies: []
|
||||
permissions:
|
||||
- STORAGE_DOWNLOADS
|
||||
path: ""
|
||||
deterministicPassword: true
|
Loading…
Reference in New Issue
Block a user