1
0
Fork 0
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:
tituspijean 2024-03-07 10:13:22 +01:00 committed by GitHub
parent 6129d1f489
commit 3698a71df8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,14 +37,17 @@ ram.runtime = "70M"
type = "path" type = "path"
default = "/nodered" default = "/nodered"
[install.admin] [install.init_admin_permission]
type = "user" 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] [install.init_main_permission]
help.en = "Should the dashboard and HTTP endpoints be publicly accessible?" 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 ?" help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
type = "group" type = "group"
default = false default = "visitors"
[resources] [resources]
[resources.sources.main] [resources.sources.main]