apps/duplicati/config.json aktualisiert
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled

DUPLICATI_ENCRYPTION_KEY
This commit is contained in:
tipi 2025-01-25 04:56:00 +00:00
parent de6a7890d7
commit 11ae960e59

View File

@ -1,22 +1,27 @@
{ {
"$schema": "../schema.json", "$schema": "../app-info-schema.json",
"name": "Duplicati", "name": "Duplicati",
"port": 8159, "port": 8159,
"available": true, "available": true,
"exposable": true, "exposable": true,
"dynamic_config": true,
"id": "duplicati", "id": "duplicati",
"tipi_version": 4, "tipi_version": 7,
"version": "2.1.0", "version": "2.1.0",
"categories": [ "categories": ["data"],
"data"
],
"description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.", "description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
"short_desc": "Store securely encrypted backups in the cloud!", "short_desc": "Store securely encrypted backups in the cloud!",
"author": "https://github.com/duplicati", "author": "https://github.com/duplicati",
"source": "https://github.com/linuxserver/docker-duplicati", "source": "https://github.com/linuxserver/docker-duplicati",
"form_fields": [], "form_fields": [
"supported_architectures": [ {
"arm64", "label": "Encryption Key",
"amd64" "type": "random",
] "min": 32,
} "env_variable": "DUPLICATI_ENCRYPTION_KEY"
}
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732900997000
}