1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Update manifest.json

This commit is contained in:
OniriCorpe 2021-08-15 21:58:07 +02:00 committed by GitHub
parent 3572280666
commit 79bae9a20d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,34 +1,33 @@
{ {
"name": "Example app", "name": "GoToSocial",
"id": "example", "id": "gotosocial",
"packaging_format": 1, "packaging_format": 1,
"description": { "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)", "en": "GoToSocial is an ActivityPub social network server, written in Golang.",
"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)" "fr": "GoToSocial est un serveur de réseau social basé sur ActivityPub écrit en Golang."
}, },
"version": "1.0~ynh1", "version": "1.0~ynh1",
"url": "https://example.com", "url": "https://example.com",
"upstream": { "upstream": {
"license": "free", "license": "free",
"website": "https://example.com", "website": "https://docs.gotosocial.org/",
"demo": "https://demo.example.com", "demo": "",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://docs.gotosocial.org/en/latest/",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://docs.gotosocial.org/en/latest/",
"code": "https://some.forge.com/example/example" "code": "https://github.com/superseriousbusiness/gotosocial"
}, },
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "John doe", "name": "OniriCorpe",
"email": "john.doe@example.com" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.3" "yunohost": ">= 4.1.3"
}, },
"multi_instance": true, "multi_instance": flase,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "postgresql"
"mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install" : [