syncthing-app/CloudronManifest.json

43 lines
1.2 KiB
JSON
Raw Permalink 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",
2024-04-09 11:04:32 +00:00
"version": "1.26.5",
"upstreamVersion": "1.27.6",
2018-02-27 00:28:45 +00:00
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
2017-05-05 11:19:38 +00:00
"addons": {
2023-12-11 10:34:51 +00:00
"localstorage": {},
"ldap": {}
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
}
},
2019-06-27 00:52:16 +00:00
"manifestVersion": 2,
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
],
2022-03-01 11:23:28 +00:00
"minBoxVersion": "7.1.2",
2020-07-15 03:27:05 +00:00
"forumUrl": "https://forum.cloudron.io/category/56/syncthing",
2020-11-03 12:26:18 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/syncthing/",
2017-05-05 11:19:38 +00:00
"mediaLinks": [
2020-09-08 16:53:05 +00:00
"https://screenshots.cloudron.io/net.syncthing.cloudronapp2/1.png",
"https://screenshots.cloudron.io/net.syncthing.cloudronapp2/2.png",
"https://screenshots.cloudron.io/net.syncthing.cloudronapp2/3.png"
2017-05-05 11:19:38 +00:00
],
2023-12-11 10:34:51 +00:00
"optionalSso": true,
2017-05-05 11:19:38 +00:00
"postInstallMessage": "file://POSTINSTALL.md"
}