bunkerweb/examples/nextcloud/tests.json

20 lines
275 B
JSON
Raw Normal View History

2022-07-23 20:38:49 +00:00
{
"name": "nextcloud",
"kinds": [
"docker",
"autoconf",
"swarm",
2022-08-17 12:01:18 +00:00
"kubernetes",
"linux"
2022-07-23 20:38:49 +00:00
],
"timeout": 120,
2022-08-05 12:17:38 +00:00
"delay": 60,
"no_copy_container": true,
2022-07-23 20:38:49 +00:00
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "nextcloud"
}
]
}