mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 21:47:58 +00:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "wordpress",
|
|
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
|
|
"timeout": 120,
|
|
"delay": 120,
|
|
"no_copy_container": true,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com",
|
|
"string": "wordpress",
|
|
"tls": "www.example.com"
|
|
}
|
|
]
|
|
}
|