diff --git a/manifest.json b/manifest.json index af6c3818..ff653073 100644 --- a/manifest.json +++ b/manifest.json @@ -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 + } + ] + } }