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

20 lines
No EOL
275 B
JSON

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