aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/manifest.json b/manifest.json
deleted file mode 100644
index 8f72071..0000000
--- a/manifest.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Mastodon",
- "id": "mastodon",
- "packaging_format": 1,
- "description": {
- "en": "Libre and federated social network",
- "fr": "Réseau social libre et fédéré"
- },
- "version": "4.2.8~ynh1",
- "url": "https://github.com/mastodon/mastodon",
- "upstream": {
- "license": "AGPL-3.0-or-later",
- "website": "https://joinmastodon.org/",
- "demo": "https://joinmastodon.org/",
- "admindoc": "https://docs.joinmastodon.org/",
- "code": "https://github.com/mastodon/mastodon"
- },
- "license": "AGPL-3.0-or-later",
- "maintainer": {
- "name": "yalh76"
- },
- "previous_maintainer": [
- {
- "name": "cyp",
- "email": "cyp@rouquin.me"
- },
- {
- "name": "nemsia",
- "email": "nemsia@nemsia.org"
- }
- ],
- "requirements": {
- "yunohost": ">= 11.2"
- },
- "multi_instance": true,
- "services": [
- "nginx"
- ],
- "arguments": {
- "install": [
- {
- "name": "domain",
- "type": "domain"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "default": true
- },
- {
- "name": "language",
- "type": "select",
- "ask": {
- "en": "Choose the application language",
- "fr": "Choisissez la langue de l'application"
- },
- "choices": [
- "en_EN",
- "fr_FR"
- ],
- "default": "fr_FR"
- },
- {
- "name": "admin",
- "type": "user"
- }
- ]
- }
-}