{ "name": "Bonfire", "id": "bonfire", "packaging_format": 1, "description": { "en": "Federated social networking server built on ActivityPub open protocol", "fr": "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub" }, "version": "0.1~ynh1", "url": "https://example.com", "upstream": { "license": "GNU Affero General Public License v3.0", "website": "https://bonfirenetworks.org/", "demo": "https://playground.bonfire.cafe/", "admindoc": "https://bonfirenetworks.org/docs/", "userdoc": "https://bonfirenetworks.org/docs/", "code": "https://github.com/bonfire-networks/bonfire-app" }, "license": "free", "maintainer": { "name": "Lapineige" }, "requirements": { "yunohost": ">= 11.0.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/example", "default": "/" }, { "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": "admin", "type": "user", "help": { "en": "Name of the account that will have admin rights on this instance.", "fr": "Le nom du compte qui aura les droits d'administration sur l'instance." } }, { "name": "password", "type": "password" } ] } }