mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update manifest.toml
This commit is contained in:
parent
a45ae2e13c
commit
2794c96b42
1 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "Enable WebIRC For Public"
|
help.en = "Enable WebIRC For Public"
|
||||||
|
help.fr = "Activer WebIRC pour le public"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
|
@ -49,20 +50,24 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install.password]
|
[install.password]
|
||||||
help.en = "For using /OPER admin"
|
help.en = "For using /OPER admin"
|
||||||
|
help.fr = "Pour utiliser /OPER admin"
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[install.enable_ldap]
|
[install.enable_ldap]
|
||||||
ask.en = "Enable ldap authentication script"
|
ask.en = "Enable LDAP authentication script"
|
||||||
|
ask.fr = "Activer le script d'authentification LDAP"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
default = false
|
default = false
|
||||||
|
|
||||||
[install.network_name]
|
[install.network_name]
|
||||||
ask.en = "Network Name"
|
ask.en = "Network Name"
|
||||||
|
ask.fr = "Nom du réseau"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "ErgoYunoHost"
|
default = "ErgoYunoHost"
|
||||||
|
|
||||||
[install.server_name]
|
[install.server_name]
|
||||||
ask.en = "Server Name"
|
ask.en = "Server Name"
|
||||||
|
ask.fr = "Nom du serveur"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "ergo.yunohost"
|
default = "ergo.yunohost"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue