35 lines
879 B
JSON
35 lines
879 B
JSON
{
|
|
"id": "net.syncthing.cloudronapp",
|
|
"title": "Syncthing",
|
|
"author": "Syncthing Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Decentralized file synchronization",
|
|
"version": "0.5.0",
|
|
"healthCheckPath": "/check",
|
|
"httpPort": 3000,
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"tcpPorts": {
|
|
"SYNC_PORT": {
|
|
"title": "Sync Port",
|
|
"description": "Port over which syncthing will exchange data (do not disable)",
|
|
"defaultValue": 22000,
|
|
"containerPort": 22000
|
|
}
|
|
},
|
|
"manifestVersion": 1,
|
|
"website": "https://syncthing.net",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"tags": [
|
|
"storage",
|
|
"sync"
|
|
],
|
|
"mediaLinks": [
|
|
"https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
|
|
],
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|