2021-08-13 15:42:21 +02:00
|
|
|
{
|
2021-08-13 21:43:07 +02:00
|
|
|
"name": "ArchiveBox",
|
2021-08-19 12:11:38 +02:00
|
|
|
"id": "archivebox",
|
2021-08-13 15:42:21 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-09-21 22:48:51 +02:00
|
|
|
"en": "Archiving solution to collect, save, and view sites you want to preserve offline",
|
|
|
|
"fr": "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne"
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
2022-09-21 23:51:10 +02:00
|
|
|
"version": "0.6.2~ynh11",
|
2021-08-13 21:43:07 +02:00
|
|
|
"url": "https://archivebox.io/",
|
2021-08-13 15:42:21 +02:00
|
|
|
"upstream": {
|
2021-08-13 21:43:07 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://archivebox.io/",
|
2021-08-19 12:51:22 +02:00
|
|
|
"demo": "https://archiveboxdemo.commoninternet.net",
|
2021-08-19 15:53:54 +02:00
|
|
|
"admindoc": "https://github.com/ArchiveBox/ArchiveBox/wiki",
|
2021-08-13 21:43:07 +02:00
|
|
|
"code": "https://github.com/ArchiveBox/ArchiveBox"
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
2021-08-13 21:43:07 +02:00
|
|
|
"license": "MIT",
|
2021-08-13 15:42:21 +02:00
|
|
|
"maintainer": {
|
2021-08-13 21:43:07 +02:00
|
|
|
"name": "Max Fowler",
|
|
|
|
"email": "max@mfowler.info"
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-01-27 21:05:27 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2021-08-13 21:43:07 +02:00
|
|
|
"nginx"
|
2021-08-13 15:42:21 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-01-27 21:05:27 +01:00
|
|
|
"install": [
|
2021-08-13 15:42:21 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-21 22:48:51 +02:00
|
|
|
"type": "domain"
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-08-19 15:53:54 +02:00
|
|
|
"default": true,
|
|
|
|
"help": {
|
|
|
|
"en": "If true, saved archives will be viewable without logging in."
|
|
|
|
}
|
2021-08-13 15:42:21 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
2022-09-21 23:51:10 +02:00
|
|
|
"choices": [
|
|
|
|
"fr",
|
|
|
|
"en"
|
|
|
|
],
|
2021-08-13 15:42:21 +02:00
|
|
|
"default": "fr"
|
|
|
|
},
|
2022-09-21 23:51:10 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
2021-08-13 15:42:21 +02:00
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
2022-09-22 00:43:40 +02:00
|
|
|
"help": {
|
2022-09-22 00:51:11 +02:00
|
|
|
"en": "Choose wisely a password that is different from the username and does not contain the `$` symbol.",
|
|
|
|
"fr": "Choisissez judicieusement un mot de passe différent du nom d'utilisateur et ne contenant pas le symbole `$`."
|
2021-08-19 15:53:54 +02:00
|
|
|
}
|
2021-08-13 15:42:21 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|