1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Fix spacing in manifest.json

This commit is contained in:
yalh76 2019-03-28 21:08:49 +01:00
parent 37a78b5368
commit 78f380df24

View file

@ -1,55 +1,55 @@
{
"name": "Pixelfed",
"id": "pixelfed",
"packaging_format": 1,
"description": {
"en": "ActivityPub Federated Image Sharing",
"fr": "Partage d'image fédéré avec ActivityPub."
},
"version": "0.0.0~ynh2",
"url": "https://pixelfed.org/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
},
"requirements": {
"yunohost": ">= 3.0.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Pixelfed",
"fr": "Choisissez un nom de domaine pour Pixelfed"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Pixelfed",
"fr": "Choisissez un chemin pour Pixelfed"
},
"example": "/pixelfed",
"default": "/pixelfed"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
"name": "Pixelfed",
"id": "pixelfed",
"packaging_format": 1,
"description": {
"en": "ActivityPub Federated Image Sharing",
"fr": "Partage d'image fédéré avec ActivityPub."
},
"version": "0.0.0~ynh2",
"url": "https://pixelfed.org/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
},
"requirements": {
"yunohost": ">= 3.0.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Pixelfed",
"fr": "Choisissez un nom de domaine pour Pixelfed"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Pixelfed",
"fr": "Choisissez un chemin pour Pixelfed"
},
"example": "/pixelfed",
"default": "/pixelfed"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}