43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"id": "net.syncthing.cloudronapp2",
|
|
"title": "Syncthing",
|
|
"author": "Syncthing Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Decentralized file synchronization",
|
|
"version": "1.26.0-1",
|
|
"upstreamVersion": "1.27.1",
|
|
"healthCheckPath": "/healthcheck",
|
|
"httpPort": 8000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"ldap": {}
|
|
},
|
|
"tcpPorts": {
|
|
"SYNC_PORT": {
|
|
"title": "Sync Port",
|
|
"description": "Port over which syncthing will exchange data (do not disable)",
|
|
"defaultValue": 22000,
|
|
"containerPort": 22000
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://syncthing.net",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"tags": [
|
|
"storage",
|
|
"sync"
|
|
],
|
|
"minBoxVersion": "7.1.2",
|
|
"forumUrl": "https://forum.cloudron.io/category/56/syncthing",
|
|
"documentationUrl": "https://docs.cloudron.io/apps/syncthing/",
|
|
"mediaLinks": [
|
|
"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"
|
|
],
|
|
"optionalSso": true,
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|