syncthing-app/CloudronManifest.json

35 lines
869 B
JSON
Raw Normal View History

2017-05-05 11:19:38 +00:00
{
"id": "net.syncthing.cloudronapp",
"title": "Syncthing",
"author": "Syncthing Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
2017-11-26 22:27:19 +00:00
"version": "0.5.0",
"healthCheckPath": "/check",
"httpPort": 3000,
2017-05-05 11:19:38 +00:00
"addons": {
"localstorage": {}
2017-05-05 11:19:38 +00:00
},
"tcpPorts": {
"PORT": {
"title": "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
],
"mediaLinks": [
"https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
],
"postInstallMessage": "file://POSTINSTALL.md"
}