Close to a fully working package

This commit is contained in:
Matt Jadud
2025-12-07 16:40:45 -05:00
parent 9f25c1cb09
commit 696b73fce6
7 changed files with 70 additions and 83 deletions

17
CloudronManifest.jsonnet Normal file
View 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": ""
}