bunkerized-nginx/examples/nextcloud/tests.json
2022-10-19 17:37:13 +02:00

15 lines
268 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"
}
]
}