{ "name": "GoToSocial", "id": "gotosocial", "packaging_format": 1, "description": { "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://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": "OniriCorpe", "email": "" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": flase, "services": [ "nginx", "postgresql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/example", "default": "/example" }, { "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": ["fr", "en"], "default": "fr" }, { "name": "password", "type": "password", "help": { "en": "Use the help field to add an information for the admin about this question.", "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." }, "example": "Choose a password" } ] } }