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

Use "optional": true

Following https://forum.yunohost.org/t/23805/2
This commit is contained in:
Yehuda Deutsch 2023-02-25 21:05:09 -05:00
parent 04caeb0d3b
commit 0b7b64b8f2
No known key found for this signature in database
GPG key ID: 8EF44B89374262A5

View file

@ -6,7 +6,7 @@
"en": "Libre and federated social network",
"fr": "Réseau social libre et fédéré"
},
"version": "4.0.2~ynh2",
"version": "4.0.2~ynh3",
"url": "https://github.com/mastodon/mastodon",
"upstream": {
"license": "AGPL-3.0-or-later",
@ -44,7 +44,8 @@
},
{
"name": "local_domain",
"type": "string",
"type": "domain",
"optional": true,
"default": "",
"ask": {
"en": "What domain do you want to ues for users?"