mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-27 23:37:25 +00:00
First version
This commit is contained in:
33
CloudronManifest.json
Normal file
33
CloudronManifest.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"id": "net.syncthing.cloudronapp",
|
||||
"title": "Syncthing",
|
||||
"author": "Syncthing Developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "0.1.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"tcpPorts": {
|
||||
"PORT": {
|
||||
"title": "Port",
|
||||
"description": "Port over which syncthing will exchange data",
|
||||
"defaultValue": 22000,
|
||||
"containerPort": 22000
|
||||
}
|
||||
},
|
||||
"manifestVersion": 1,
|
||||
"website": "http://www.synthing.net",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"icon": "logo.png",
|
||||
"tags": [
|
||||
"storage"
|
||||
],
|
||||
"mediaLinks": [
|
||||
"https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
|
||||
],
|
||||
"postInstallMessage": "file://POSTINSTALL.md"
|
||||
}
|
Reference in New Issue
Block a user