1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00
archivebox_ynh/manifest.json
2021-08-19 12:11:38 +02:00

69 lines
2.1 KiB
JSON

{
"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://archivebox.io/",
"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"
}
]
}
}