Adding better docs.
This deploys, works. Now, to figure out the WWW hosting and see if the admin API is secure.
This commit is contained in:
@@ -6,29 +6,17 @@
|
||||
"multiDomain": true,
|
||||
"httpPort": 3900,
|
||||
"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",
|
||||
"title": "Garage web server domain",
|
||||
"description": "Buckets as static sites can be found here",
|
||||
"containerPort": 3902,
|
||||
"defaultValue": "garage-web"
|
||||
"defaultValue": "web"
|
||||
},
|
||||
"GARAGE_ADMIN": {
|
||||
"title": "Garage Admin API Domain",
|
||||
"description": "The domain name for the Garage admin API",
|
||||
"description": "For administering the Garage instance remotely",
|
||||
"containerPort": 3903,
|
||||
"defaultValue": "garage-admin"
|
||||
"defaultValue": "admin"
|
||||
}
|
||||
},
|
||||
"addons": {
|
||||
|
||||
Reference in New Issue
Block a user