Files
cloudron-garage/CloudronManifest.json
Matt Jadud 70535895da Adding better docs.
This deploys, works.

Now, to figure out the WWW hosting and see if the admin API is secure.
2025-12-06 15:00:46 -05:00

33 lines
871 B
JSON

{
"id": "com.jadud.garage",
"title": "Garage",
"version": "0.0.1",
"healthCheckPath": "/health",
"multiDomain": true,
"httpPort": 3900,
"httpPorts": {
"GARAGE_WEB": {
"title": "Garage web server domain",
"description": "Buckets as static sites can be found here",
"containerPort": 3902,
"defaultValue": "web"
},
"GARAGE_ADMIN": {
"title": "Garage Admin API Domain",
"description": "For administering the Garage instance remotely",
"containerPort": 3903,
"defaultValue": "admin"
}
},
"addons": {
"localstorage": {
"sqlite": {
"paths": ["/app/data/garage/meta/db.sqlite"],
"_documentation": "https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#:~:text=%3Cmetadata_dir%3E/db.sqlite"
}
}
},
"manifestVersion": 2,
"icon": ""
}