{ "name": "Standard Notes - Syncing Server", "id": "snserver", "packaging_format": 1, "description": { "en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app." }, "version": "3.13.6~ynh1", "url": "https://github.com/standardnotes/syncing-server", "license": "free", "maintainer": { "name": "Fabian Wilkens", "email": "wilkens.fabian+github@gmail.com", "url": "https://github.com/FabianWilkens/snserver_ynh" }, "requirements": { "yunohost": ">= 4.0" }, "multi_instance": true, "services": [ "nginx", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for snserver", "fr": "Choisissez un domaine pour Mastodon", "de": "Wähle einen Domain Namen für snserver" }, "example": "example.com" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?", "de": "Ist die Application Öffendlich?" }, "default": true } ] } }