1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-01-15 16:51:05 +00:00
syncthing-app/CloudronManifest.json

43 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2017-05-05 13:19:38 +02:00
{
"id": "net.syncthing.cloudronapp2",
2017-05-05 13:19:38 +02:00
"title": "Syncthing",
"author": "Syncthing Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
2025-01-12 17:40:27 +00:00
"version": "1.28.1",
"upstreamVersion": "1.29.2",
2018-02-26 16:28:45 -08:00
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
2017-05-05 13:19:38 +02:00
"addons": {
2023-12-11 14:34:51 +04:00
"localstorage": {},
"ldap": {}
2017-05-05 13:19:38 +02:00
},
"tcpPorts": {
2018-02-26 14:46:02 -08:00
"SYNC_PORT": {
2018-02-26 14:07:43 -08:00
"title": "Sync Port",
2017-05-08 11:47:39 +02:00
"description": "Port over which syncthing will exchange data (do not disable)",
2017-05-05 13:19:38 +02:00
"defaultValue": 22000,
"containerPort": 22000
}
},
2019-06-26 17:52:16 -07:00
"manifestVersion": 2,
2017-05-25 21:26:54 -05:00
"website": "https://syncthing.net",
2017-05-05 13:19:38 +02:00
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
2017-06-11 00:30:44 -05:00
"storage",
"sync"
2017-05-05 13:19:38 +02:00
],
2022-03-01 12:23:28 +01:00
"minBoxVersion": "7.1.2",
2020-07-14 20:27:05 -07:00
"forumUrl": "https://forum.cloudron.io/category/56/syncthing",
2020-11-03 13:26:18 +01:00
"documentationUrl": "https://docs.cloudron.io/apps/syncthing/",
2017-05-05 13:19:38 +02:00
"mediaLinks": [
2020-09-08 09:53:05 -07: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 13:19:38 +02:00
],
2023-12-11 14:34:51 +04:00
"optionalSso": true,
2017-05-05 13:19:38 +02:00
"postInstallMessage": "file://POSTINSTALL.md"
}