mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
Fix linter warnings
This commit is contained in:
parent
1cfbe4908a
commit
a248563bf0
1 changed files with 2 additions and 4 deletions
|
@ -19,7 +19,7 @@ fund = "https://liberapay.com/robertsLando/donate"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.11"
|
||||
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
|
@ -29,11 +29,9 @@ ram.runtime = "50M"
|
|||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "path"
|
||||
default = "/zwavejsui"
|
||||
|
||||
|
@ -41,7 +39,7 @@ ram.runtime = "50M"
|
|||
help.en = "If set public, anyone can access the app without login in yunohost, you activate password protected login from within the app"
|
||||
help.fr = "Si publique, N'importe qui peut accéder à l'application sans se connecter à yunohost, vous pouvez cependant activer une connection par mot de passe depuis l'application"
|
||||
type = "group"
|
||||
default = false
|
||||
default = all_users
|
||||
|
||||
[resources]
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue