From 79bae9a20d9c5b63b9ebeb765703ff94ec7332f9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 15 Aug 2021 21:58:07 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 2deafbd..1a62be4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,34 +1,33 @@ { - "name": "Example app", - "id": "example", + "name": "GoToSocial", + "id": "gotosocial", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": "GoToSocial is an ActivityPub social network server, written in Golang.", + "fr": "GoToSocial est un serveur de réseau social basé sur ActivityPub écrit en Golang." }, "version": "1.0~ynh1", "url": "https://example.com", "upstream": { "license": "free", - "website": "https://example.com", - "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "website": "https://docs.gotosocial.org/", + "demo": "", + "admindoc": "https://docs.gotosocial.org/en/latest/", + "userdoc": "https://docs.gotosocial.org/en/latest/", + "code": "https://github.com/superseriousbusiness/gotosocial" }, "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "OniriCorpe", + "email": "" }, "requirements": { "yunohost": ">= 4.1.3" }, - "multi_instance": true, + "multi_instance": flase, "services": [ "nginx", - "php7.3-fpm", - "mysql" + "postgresql" ], "arguments": { "install" : [