1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
navanchauhan 2022-07-06 23:14:01 +05:30
parent eefa55bdcb
commit 0b510e683d

View file

@ -63,7 +63,7 @@
"name": "network_name", "name": "network_name",
"type": "string", "type": "string",
"default": "ErgoYunohost", "default": "ErgoYunohost",
"help": { "ask": {
"en": "Network Name" "en": "Network Name"
} }
}, },
@ -71,23 +71,26 @@
"name": "server_name", "name": "server_name",
"type": "string", "type": "string",
"default": "ergo.yunohost", "default": "ergo.yunohost",
"help": { "ask": {
"en": "Server Name" "en": "Server Name"
} }
}, },
{ {
"name": "password", "name": "password",
"type": "password", "type": "password",
"help": { "ask": {
"en": "Server admin password for using /OPER admin", "en": "Server admin password",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"help": {
"en": "For using /OPER admin"
} }
}, },
{ {
"name": "enable_ldap", "name": "enable_ldap",
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"help": { "ask": {
"en": "Enable ldap authentication script" "en": "Enable ldap authentication script"
} }
} }