bunkerweb/examples/nextcloud/tests.json
2022-08-05 14:17:38 +02:00

19 lines
No EOL
264 B
JSON

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