123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "id": "alt.net.syncthing.cloudronapp",
- "title": "Syncthing",
- "author": "Syncthing Developers",
- "description": "file://DESCRIPTION.md",
- "changelog": "file://CHANGELOG",
- "tagline": "Decentralized file synchronization",
- "version": "1.0.3",
- "healthCheckPath": "/healthcheck",
- "httpPort": 8000,
- "addons": {
- "localstorage": {},
- "mysql":{}
- },
- "tcpPorts": {
- "SYNC_PORT": {
- "title": "Sync Port",
- "description": "Port over which syncthing will exchange data (do not disable)",
- "defaultValue": 22000,
- "containerPort": 22000
- }
- },
- "manifestVersion": 1,
- "website": "https://syncthing.net",
- "contactEmail": "boot@ogi.dk",
- "icon": "logo.png",
- "tags": [
- "storage",
- "sync"
- ],
- "minBoxVersion": "1.8.1",
- "documentationUrl": "https://cloudron.io/documentation/apps/syncthing/",
- "mediaLinks": [
- "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/1.png",
- "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/2.png",
- "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/3.png"
- ],
- "postInstallMessage": "file://POSTINSTALL.md"
- }
|