First commit
This commit is contained in:
36
CloudronManifest.json
Normal file
36
CloudronManifest.json
Normal 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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user