mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
UX: give proper admin permission upon install
This commit is contained in:
parent
6129d1f489
commit
3698a71df8
1 changed files with 6 additions and 3 deletions
|
@ -37,14 +37,17 @@ ram.runtime = "70M"
|
|||
type = "path"
|
||||
default = "/nodered"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
[install.init_admin_permission]
|
||||
help.en = "Which group should be able to administer the app and edit flows?"
|
||||
help.fr = "Quel group devrait pouvoir adminstrer l'app et modifier des flux ?"
|
||||
type = "group"
|
||||
default = "admins"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "Should the dashboard and HTTP endpoints be publicly accessible?"
|
||||
help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
|
||||
type = "group"
|
||||
default = false
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
|
|
Loading…
Add table
Reference in a new issue