Ready to export

This commit is contained in:
2026-02-12 21:37:09 +00:00
parent ccc0720cfc
commit 45dc0d5edb
3 changed files with 4 additions and 118 deletions

View File

@@ -1,29 +1,11 @@
[
{
"host":"sld-app-a",
"domain":"sld-server.org",
"path":"",
"word-to-check":"proxmox",
"host":"hostname",
"domain":"domain",
"path":"/path(leave empty if is the webroot)",
"word-to-check":"word to check",
"basic_auth":false,
"basic_auth_name":"basic_auth_name",
"basic_auth_password":"basic_auth_pass"
},
{
"host":"sld-nextcloud",
"domain":"nextcloud.sld-server.org",
"path":"/index.php/login",
"word-to-check":"nextcloud",
"basic_auth":false,
"basic_auth_name":"basic_auth_name",
"basic_auth_pass":"basic_auth_pass"
},
{
"host":"sld-app-a",
"domain":"wiki.sld-server.org",
"path":"/doku.php?id=start",
"word-to-check":"Benvenuto",
"basic_auth":true,
"basic_auth_name":"sld-admin",
"basic_auth_pass":"Angela"
}
]