diff --git a/check_process b/check_process index 53b9f8b..34045d5 100644 --- a/check_process +++ b/check_process @@ -8,6 +8,7 @@ domain="domain.tld" (DOMAIN) path="/path" (PATH) admin="john" (USER) + is_public=1 (PUBLIC|public=1|private=0) password="phrasedepasse" language="fr" ssoenabled="Yes" diff --git a/manifest.json b/manifest.json index 40446ef..5813d25 100644 --- a/manifest.json +++ b/manifest.json @@ -60,6 +60,15 @@ }, "example" : "password" }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + }, { "name": "language", "type": "string",