Files
cloudron-garage/CloudronManifest.json
2025-12-06 08:19:05 -05:00

37 lines
875 B
JSON

{
"id": "com.jadud.garage",
"title": "Garage",
"version": "0.0.1",
"healthCheckPath": "/",
"multiDomain": true,
"httpPort": 80,
"httpPorts": {
"GARAGE_S3": {
"title": "Garage S3 Server Domain",
"description": "The domain name for the Garage S3 API",
"containerPort": 3900,
"defaultValue": "garage-s3"
},
"GARAGE_RPC": {
"title": "Garage RPC Server Domain",
"description": "The domain name for the Garage RPC",
"containerPort": 3901,
"defaultValue": "garage-rpc"
},
"GARAGE_WEB": {
"title": "Garage WEB Server Domain",
"description": "The domain name for the Garage web server",
"containerPort": 3902,
"defaultValue": "garage-web"
}
},
"addons": {
"localstorage": {}
},
"runtimeDirs": [
"/app/code/garage"
],
"manifestVersion": 2,
"icon": ""
}