{ "name": "ArchiveBox", "id": "archivebox", "packaging_format": 1, "description": { "en": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.", "fr": "" }, "version": "1.0~ynh1", "url": "https://archivebox.io/", "upstream": { "license": "MIT", "website": "https://archivebox.io/", "demo": "https://archiveboxdemo.commoninternet.net", "admindoc": "https://yunohost.org/packaging_apps", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/ArchiveBox/ArchiveBox" }, "license": "MIT", "maintainer": { "name": "Max Fowler", "email": "max@mfowler.info" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "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" } ] } }