Close to a fully working package
This commit is contained in:
17
CloudronManifest.jsonnet
Normal file
17
CloudronManifest.jsonnet
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "com.jadud.garage",
|
||||
"title": "Garage",
|
||||
"version": "0.0.1",
|
||||
"healthCheckPath": "/health",
|
||||
"multiDomain": true,
|
||||
"httpPort": 80,
|
||||
"addons": {
|
||||
"localstorage": {
|
||||
"sqlite": {
|
||||
"paths": ["/app/data/garage/meta/db.sqlite"],
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
"icon": ""
|
||||
}
|
||||
Reference in New Issue
Block a user