aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 091b62042e68126aae4c74137d74f650a69131ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "name": "Mastodon",
    "id": "mastodon",
    "packaging_format": 1,
    "description": {
        "en": "A libre and federated social network.",
        "fr": "Un réseau social libre et fédéré."
    },
    "version": "3.4.0~ynh4",
    "url": "https://github.com/tootsuite/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": ">= 4.2.0"
    },
    "multi_instance": true,
    "services": [
        "nginx"
    ],
    "arguments": {
        "install" : [
            {
                "name": "domain",
                "type": "domain",
                "example": "example.com"
            },
            {
                "name": "admin",
                "type": "user",
                "example": "johndoe"
            },
            {
                "name": "is_public",
                "type": "boolean",
                "default": true
            },
            {
                "name": "language",
                "type": "string",
                "ask": {
                    "en": "Choose the application language",
                    "fr": "Choisissez la langue de l'application"
            },
                "choices": ["en_EN", "fr_FR"],
                "default": "fr_FR"
            }
        ]
    }
}