1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Change to string and add doc

This commit is contained in:
Yehuda Deutsch 2023-02-24 12:36:57 -05:00
parent b532d4eeed
commit d78a09400b
No known key found for this signature in database
GPG key ID: 8EF44B89374262A5

View file

@ -44,10 +44,13 @@
}, },
{ {
"name": "local_domain", "name": "local_domain",
"type": "domain", "type": "string",
"default": "", "default": "",
"ask": {
"en": "What domain do you want to ues for users?"
},
"help": { "help": {
"en": "Use a different domain for users than the installation domain" "en": "Use a different domain for users than the installation domain, you'll need to setup the well-known redirects your self"
} }
}, },
{ {