add garage
This commit is contained in:
44
hosts/ps10rp/garage/serve.json
Normal file
44
hosts/ps10rp/garage/serve.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"TCP": {
|
||||
"443": {
|
||||
"HTTPS": true
|
||||
}
|
||||
},
|
||||
"Web": {
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:3909"
|
||||
}
|
||||
}
|
||||
},
|
||||
"${TS_CERT_DOMAIN}.s3:3900": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:3900"
|
||||
}
|
||||
}
|
||||
},
|
||||
"${TS_CERT_DOMAIN}.rpc:3901": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:3901"
|
||||
}
|
||||
}
|
||||
},
|
||||
"${TS_CERT_DOMAIN}.web:3902": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:3902"
|
||||
}
|
||||
}
|
||||
},
|
||||
"${TS_CERT_DOMAIN}.api:3903": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:3903"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user