bunkerweb/examples/nextcloud/tests.json
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

15 lines
300 B
JSON

{
"name": "nextcloud",
"kinds": ["docker", "autoconf", "kubernetes", "linux"],
"timeout": 120,
"delay": 60,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "nextcloud",
"tls": "www.example.com"
}
]
}