mirror of
https://github.com/YunoHost-Apps/archivebox_ynh.git
synced 2024-09-03 18:15:54 +02:00
69 lines
2 KiB
JSON
69 lines
2 KiB
JSON
{
|
|
"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": "1.4~ynh1",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|