39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"id": "net.syncthing.cloudronapp2",
|
|
"title": "Syncthing",
|
|
"author": "Syncthing Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Decentralized file synchronization",
|
|
"version": "1.0.5",
|
|
"healthCheckPath": "/healthcheck",
|
|
"httpPort": 8000,
|
|
"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"
|
|
],
|
|
"minBoxVersion": "1.8.1",
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/syncthing/",
|
|
"mediaLinks": [
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/1.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/2.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/3.png"
|
|
],
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|