mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain config: add help text for default webapp
This commit is contained in:
parent
a7946cf0e2
commit
ea5c88ca98
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@ name = "Features"
|
||||||
type = "app"
|
type = "app"
|
||||||
filter = "is_webapp"
|
filter = "is_webapp"
|
||||||
default = "_none"
|
default = "_none"
|
||||||
|
# FIXME: i18n
|
||||||
|
help = "People will automatically be redirected to this app when opening this domain. If no app is specified, people are redirected to the user portal login form."
|
||||||
|
|
||||||
[feature.mail]
|
[feature.mail]
|
||||||
|
|
||||||
|
@ -25,6 +27,7 @@ name = "Features"
|
||||||
[feature.xmpp.xmpp]
|
[feature.xmpp.xmpp]
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
default = 0
|
default = 0
|
||||||
|
# FIXME: i18n
|
||||||
help = "NB: some XMPP features will require that you update your DNS records and regenerate your Lets Encrypt certificate to be enabled"
|
help = "NB: some XMPP features will require that you update your DNS records and regenerate your Lets Encrypt certificate to be enabled"
|
||||||
|
|
||||||
[dns]
|
[dns]
|
||||||
|
|
Loading…
Add table
Reference in a new issue