1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Apply example_ynh on manifest.json

This commit is contained in:
Yalh 2019-01-23 01:39:54 +01:00 committed by yalh76
parent bdd6f0a708
commit 980c8fa13b

View file

@ -6,7 +6,7 @@
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon", "en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon" "fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
}, },
"version": "0.9.0", "version": "0.9.0~ynh1",
"url": "https://git.pleroma.social/pleroma/pleroma", "url": "https://git.pleroma.social/pleroma/pleroma",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
@ -31,13 +31,23 @@
}, },
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose the Pleroma administrator (must be an existing YunoHost user)", "en": "Choose an admin user",
"fr": "Choisissez l'administrateur de Pleroma (doit être un utilisateur YunoHost existant)" "fr": "Choisissez ladministrateur"
} },
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}, },
{ {
"name": "name", "name": "name",
@ -72,16 +82,7 @@
}, },
"choices": ["2g","5g","10g","20g","40g","80g"], "choices": ["2g","5g","10g","20g","40g","80g"],
"default": "5g" "default": "5g"
}, }
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
] ]
} }
} }