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