mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Add a path parameter to make clear to the admins that it must be on the root of the domain
This commit is contained in:
parent
86488e7dcf
commit
689839af09
1 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,16 @@
|
|||
"en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "No choice, Hubzilla must be installed on the ROOT domain, so be careful",
|
||||
"fr": "Pas de choix, Hubzilla doit etre installe a la racine, soyez prudent"
|
||||
},
|
||||
"choices": ["/"],
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
|
|
Loading…
Reference in a new issue