Files
cloudron-garage/CloudronManifest.jsonnet
2025-12-07 16:40:45 -05:00

18 lines
312 B
Jsonnet

{
"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": ""
}