bunkerweb/examples/nextcloud/tests.json

15 lines
268 B
JSON
Raw Normal View History

2022-07-23 20:38:49 +00:00
{
"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"
}
]
2022-08-25 13:13:56 +00:00
}