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

20 lines
364 B
JSON

{
"addons": {
"localstorage": {
"sqlite": {
"paths": [
"/app/data/garage/meta/db.sqlite"
]
}
}
},
"healthCheckPath": "/health",
"httpPort": 80,
"icon": "",
"id": "com.jadud.garage",
"manifestVersion": 2,
"multiDomain": true,
"title": "Garage",
"version": "0.0.1"
}