1
0
Fork 0
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:
polytan02 2017-02-15 16:43:46 +00:00
parent 86488e7dcf
commit 689839af09

View file

@ -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",