mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-17 05:58:22 +00:00
22 lines
No EOL
354 B
JSON
22 lines
No EOL
354 B
JSON
{
|
|
"name": "reverse-proxy-singlesite",
|
|
"kinds": [
|
|
"docker",
|
|
"autoconf",
|
|
"swarm"
|
|
],
|
|
"timeout": 60,
|
|
"no_copy_container": true,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com/app1",
|
|
"string": "hello"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com/app2",
|
|
"string": "hello"
|
|
}
|
|
]
|
|
} |