1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Update manifest.toml

This commit is contained in:
tituspijean 2024-03-31 19:38:13 +02:00 committed by GitHub
parent 198d3680bc
commit b2ca740a5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,14 +38,14 @@ ram.runtime = "70M"
default = "/nodered" default = "/nodered"
[install.init_admin_permission] [install.init_admin_permission]
help.en = "Which group should be able to administer the app and edit flows?" ask.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 ?" ask.fr = "Quel group devrait pouvoir adminstrer l'app et modifier des flux ?"
type = "group" type = "group"
default = "admins" default = "admins"
[install.init_main_permission] [install.init_main_permission]
help.en = "Should the dashboard and HTTP endpoints be publicly accessible?" ask.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 ?" ask.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
type = "group" type = "group"
default = "visitors" default = "visitors"