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"
|
||||
filter = "is_webapp"
|
||||
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]
|
||||
|
||||
|
@ -25,6 +27,7 @@ name = "Features"
|
|||
[feature.xmpp.xmpp]
|
||||
type = "boolean"
|
||||
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"
|
||||
|
||||
[dns]
|
||||
|
|
Loading…
Add table
Reference in a new issue