{ "name": "ArchiveBox", "id": "archivebox", "packaging_format": 1, "description": { "en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.", "fr": "" }, "version": "0.6.2~ynh8", "url": "https://archivebox.io/", "upstream": { "license": "MIT", "website": "https://archivebox.io/", "demo": "https://archiveboxdemo.commoninternet.net", "admindoc": "https://github.com/ArchiveBox/ArchiveBox/wiki", "code": "https://github.com/ArchiveBox/ArchiveBox" }, "license": "MIT", "maintainer": { "name": "Max Fowler", "email": "max@mfowler.info" }, "requirements": { "yunohost": ">= 4.1.7" }, "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, "help": { "en": "If true, saved archives will be viewable without logging in." } }, { "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": "The password used to login as an admin for this app" } } ] } }