This deploys, works. Now, to figure out the WWW hosting and see if the admin API is secure.
33 lines
871 B
JSON
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": ""
|
|
}
|