Add initial version of dijkstra backend cloudron image

This commit is contained in:
2020-10-12 11:27:15 +02:00
commit 4f5db9ab26
4209 changed files with 448228 additions and 0 deletions

16
CloudronManifest.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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
}