First commit

This commit is contained in:
Matt Jadud
2025-12-06 08:19:05 -05:00
commit 0d5dbcae2c
4 changed files with 88 additions and 0 deletions

36
CloudronManifest.json Normal file
View File

@@ -0,0 +1,36 @@
{
"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": ""
}