bunkerweb/examples/ghost/tests.json

15 lines
263 B
JSON
Raw Normal View History

2022-07-21 09:39:35 +00:00
{
"name": "ghost",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 60,
2024-05-03 12:50:38 +00:00
"delay": 300,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"string": "ghost",
"tls": "www.example.com"
}
]
}