dijkstra-backend-cloudron/CloudronManifest.json

17 lines
428 B
JSON

{
"id": "xyz.ruihildt.cloudronapp",
"version": "1.0.0",
"healthCheckPath": "/",
"httpPort": 4000,
"website": "https://git.ruihildt.xyz",
"title": "Wiki.js",
"author": "Rui Hildt",
"contactEmail": "support@cloudron.io",
"tagline": "Find the shortest path between different cities.",
"documentationUrl": "https://git.ruihildt.xyz/ruihildt/dijkstra-backend",
"addons": {
"localstorage": {}
},
"manifestVersion": 2
}