mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
22 lines
340 B
JSON
22 lines
340 B
JSON
|
|
{
|
||
|
|
"name": "reverse-proxy-multisite",
|
||
|
|
"kinds": [
|
||
|
|
"docker",
|
||
|
|
"autoconf",
|
||
|
|
"swarm",
|
||
|
|
"kubernetes"
|
||
|
|
],
|
||
|
|
"timeout": 60,
|
||
|
|
"tests": [
|
||
|
|
{
|
||
|
|
"type": "string",
|
||
|
|
"url": "https://app1.example.com",
|
||
|
|
"string": "hello"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "string",
|
||
|
|
"url": "https://app2.example.com",
|
||
|
|
"string": "hello"
|
||
|
|
},
|
||
|
|
]
|
||
|
|
}
|