2023-03-20 12:26:00 +00:00
{
2025-01-25 04:56:00 +00:00
"$schema" : "../app-info-schema.json" ,
2023-03-20 12:26:00 +00:00
"name" : "Duplicati" ,
"port" : 8159 ,
"available" : true ,
"exposable" : true ,
2025-01-25 04:56:00 +00:00
"dynamic_config" : true ,
2023-03-20 12:26:00 +00:00
"id" : "duplicati" ,
2025-01-25 04:56:00 +00:00
"tipi_version" : 7 ,
2025-01-24 16:48:21 +00:00
"version" : "2.1.0" ,
2025-01-25 04:56:00 +00:00
"categories" : [ "data" ] ,
2023-03-20 12:26:00 +00:00
"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!" ,
"author" : "https://github.com/duplicati" ,
"source" : "https://github.com/linuxserver/docker-duplicati" ,
2025-01-25 04:56:00 +00:00
"form_fields" : [
{
"label" : "Encryption Key" ,
"type" : "random" ,
"min" : 32 ,
"env_variable" : "DUPLICATI_ENCRYPTION_KEY"
}
] ,
"supported_architectures" : [ "arm64" , "amd64" ] ,
"created_at" : 1691943801422 ,
"updated_at" : 1732900997000
}