{ "name": "Soapbox", "id": "soapbox", "packaging_format": 1, "description": { "en": "Alternative frontend for Pleroma", "fr": "Interface alternative pour Pleroma" }, "version": "3.0.0~ynh1", "url": "https://soapbox.pub/", "upstream": { "license": "AGPL-3.0", "website": "https://soapbox.pub/", "admindoc": "https://docs.soapbox.pub/", "code": "https://gitlab.com/soapbox-pub/soapbox-fe" }, "license": "AGPL-3.0", "maintainer": { "name": "" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "backend", "type": "domain", "ask": { "en": "The root domain of Pleroma instance installed", "fr": "Le domaine racine de l'instance pleroma installée" } }, { "name": "is_public", "type": "boolean", "default": true } ] } }