124 lines
2.8 KiB
JSON
124 lines
2.8 KiB
JSON
{
|
|
"version": "2.0",
|
|
"title": "Duplicati",
|
|
"name": "duplicati",
|
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/icon.png",
|
|
"tagline": "Store securely encrypted backups in the cloud!",
|
|
"overview": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/thumbnail.png",
|
|
"screenshots": [
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-1.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-2.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-3.png"
|
|
],
|
|
"category": [
|
|
"Cloud"
|
|
],
|
|
"developer": {
|
|
"name": "duplicati",
|
|
"website": "https://github.com/duplicati/duplicati",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"adaptor": {
|
|
"name": "CasaOS Team",
|
|
"website": "https://www.casaos.io",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"support": "https://discord.gg/knqAbbBbeX",
|
|
"website": "https://www.casaos.io",
|
|
"container": {
|
|
"image": "linuxserver/duplicati:latest",
|
|
"shell": "sh",
|
|
"privileged": false,
|
|
"network_model": "bridge",
|
|
"web_ui": {
|
|
"http": "8200",
|
|
"path": "/"
|
|
},
|
|
"health_check": "",
|
|
"envs": [
|
|
{
|
|
"key": "PUID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "PGID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "TZ",
|
|
"value": "Europe/London",
|
|
"description": "",
|
|
"configurable": "no"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"container": "8200",
|
|
"host": "8200",
|
|
"type": "tcp",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/config",
|
|
"host": "/DATA/AppData/$AppID/config",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
},
|
|
{
|
|
"container": "/backups",
|
|
"host": "/DATA/Duplicati/backups",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
},
|
|
{
|
|
"container": "/source",
|
|
"host": "/DATA/Duplicati/source",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 64,
|
|
"min_storage": 128
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": {},
|
|
"labels": [],
|
|
"host_name": "",
|
|
"cmd": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {
|
|
"before_install": []
|
|
},
|
|
"changelog": {
|
|
"latest_updates": "",
|
|
"url": ""
|
|
},
|
|
"latest_update_date": ""
|
|
} |