Fixed Generate Script

This commit is contained in:
2026-02-12 14:36:29 +00:00
parent 509cd9c332
commit 5de6b80794
13 changed files with 764 additions and 166 deletions

View File

@@ -1,10 +1,29 @@
[
[
"host",
"domain",
"word-to-check",
true,
"basic_auth_name",
"basic_auth_password"
]
{
"host":"sld-app-a",
"domain":"sld-server.org",
"path":"",
"word-to-check":"proxmox",
"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"
}
]