{ "name": "GoToSocial", "id": "gotosocial", "packaging_format": 1, "description": { "en": "GoToSocial is an ActivityPub social network server, written in Golang. With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!", "fr": "GoToSocial est un serveur de réseau social basé sur ActivityPub écrit en Golang. Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et partager des images et des articles. Tout cela sans être pisté ni subir de publicité !" }, "version": "0.2.1~ynh1", "url": "https://github.com/superseriousbusiness/gotosocial", "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": false, "services": [ "nginx", "postgresql" ], "arguments": { "install": [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "default": true }, { "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" } ] } }