diff --git a/check_process b/check_process index d133ba7..0cbeae3 100644 --- a/check_process +++ b/check_process @@ -8,8 +8,8 @@ domain="domain.tld" (DOMAIN) path="/" (PATH) is_public=1 (PUBLIC|public=1|private=0) - password="pass" - nextclouddomain="domain.tld" +# password="pass" +# nextclouddomain="domain.tld" port="9980" (PORT) ; Checks pkg_linter=1 diff --git a/manifest.json b/manifest.json index 77c8358..facd58b 100644 --- a/manifest.json +++ b/manifest.json @@ -45,28 +45,7 @@ "default": "/" }, - { - "name": "password", - "type": "string", - "ask": { - "en": "Choose a password for Collabora admin", - "fr": "Choisissez un mot de passe pour l'administration de Collabora" - }, - "example": "password", - "default": "" - - }, - { - "name": "nextclouddomain", - "type": "string", - "ask": { - "en": "The domain of your Nextcloud instance", - "fr": "Le domain de votre instance Nextcloud" - }, - "example": "example.com", - "default": "" - - } + } ]