bunkerweb/examples/ghost/tests.json
2024-01-05 09:37:18 +01:00

14 lines
263 B
JSON

{
"name": "ghost",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 60,
"delay": 240,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "ghost",
"tls": "www.example.com"
}
]
}