aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-06-09 19:28:30 +0200
committerGitHub <noreply@github.com>2020-06-09 19:28:30 +0200
commit01d0696ff7d2a60a3911089cefc0221cf73eca1d (patch)
treef0ee80538ae4d3f5d51823bed49ec7169b954a06 /manifest.json
parent6b30109fc986d83166b1805ec3ad7e28200e3743 (diff)
parentd3df899e0a99a63ee1cf7ad845cc513aeaaf30ef (diff)
downloadmastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.tar.gz
mastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.tar.bz2
mastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.zip
make some cleaning of scripts
make some cleaning of scripts
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json112
1 files changed, 56 insertions, 56 deletions
diff --git a/manifest.json b/manifest.json
index 5925f8f..a6dbf25 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,54 +1,54 @@
{
- "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.1.2~ynh3",
- "url": "https://github.com/tootsuite/mastodon",
- "license": "AGPL-3.0-or-later",
- "maintainer": [
- {
- "name": "cyp",
- "email": "cyp@rouquin.me"
- },
- {
- "name": "nemsia",
- "email": "nemsia@nemsia.org"
- },
- {
- "name": "yalh76"
- }
- ],
+ "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.1.2~ynh4",
+ "url": "https://github.com/tootsuite/mastodon",
+ "license": "AGPL-3.0-or-later",
+ "maintainer": [
+ {
+ "name": "cyp",
+ "email": "cyp@rouquin.me"
+ },
+ {
+ "name": "nemsia",
+ "email": "nemsia@nemsia.org"
+ },
+ {
+ "name": "yalh76"
+ }
+ ],
"requirements": {
- "yunohost": ">= 3.7"
+ "yunohost": ">= 3.8.2"
},
"multi_instance": true,
- "services": [
- "nginx"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "ask": {
- "en": "Choose a domain for Mastodon",
- "fr": "Choisissez un domaine pour Mastodon"
- },
+ "services": [
+ "nginx"
+ ],
+ "arguments": {
+ "install" : [
+ {
+ "name": "domain",
+ "type": "domain",
+ "ask": {
+ "en": "Choose a domain for Mastodon",
+ "fr": "Choisissez un domaine pour Mastodon"
+ },
"example": "example.com"
- },
- {
- "name": "admin",
- "type": "user",
- "ask": {
- "en": "Choose an admin user",
- "fr": "Choisissez l'administrateur"
- },
+ },
+ {
+ "name": "admin",
+ "type": "user",
+ "ask": {
+ "en": "Choose an admin user",
+ "fr": "Choisissez l'administrateur"
+ },
"example": "johndoe"
- },
+ },
{
"name": "is_public",
"type": "boolean",
@@ -58,16 +58,16 @@
},
"default": true
},
- {
- "name": "language",
+ {
+ "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"
- }
- ]
- }
+ "ask": {
+ "en": "Choose the application language",
+ "fr": "Choisissez la langue de l'application"
+ },
+ "choices": ["en_EN", "fr_FR"],
+ "default": "fr_FR"
+ }
+ ]
+ }
}