syncthing-app/CloudronManifest.json

39 lines
1.3 KiB
JSON
Raw Normal View History

2017-05-05 11:19:38 +00:00
{
"id": "net.syncthing.cloudronapp2",
2017-05-05 11:19:38 +00:00
"title": "Syncthing",
"author": "Syncthing Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
2019-06-07 20:42:19 +00:00
"version": "1.4.3",
2018-02-27 00:28:45 +00:00
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
2017-05-05 11:19:38 +00:00
"addons": {
"localstorage": {}
2017-05-05 11:19:38 +00:00
},
"tcpPorts": {
2018-02-26 22:46:02 +00:00
"SYNC_PORT": {
2018-02-26 22:07:43 +00:00
"title": "Sync Port",
2017-05-08 09:47:39 +00:00
"description": "Port over which syncthing will exchange data (do not disable)",
2017-05-05 11:19:38 +00:00
"defaultValue": 22000,
"containerPort": 22000
}
},
"manifestVersion": 1,
2017-05-26 02:26:54 +00:00
"website": "https://syncthing.net",
2017-05-05 11:19:38 +00:00
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
2017-06-11 05:30:44 +00:00
"storage",
"sync"
2017-05-05 11:19:38 +00:00
],
2018-02-27 01:42:51 +00:00
"minBoxVersion": "1.8.1",
"documentationUrl": "https://cloudron.io/documentation/apps/syncthing/",
2017-05-05 11:19:38 +00:00
"mediaLinks": [
2018-02-27 01:50:51 +00:00
"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"
2017-05-05 11:19:38 +00:00
],
"postInstallMessage": "file://POSTINSTALL.md"
}