bunkerweb/examples/gogs/tests.json

16 lines
290 B
JSON
Raw Normal View History

2022-07-21 09:39:35 +00:00
{
"name": "gogs",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"no_copy_container": true,
2024-03-25 16:33:23 +00:00
"timeout": 90,
2024-03-25 16:32:11 +00:00
"delay": 150,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"string": "gogs",
"tls": "www.example.com"
}
]
}