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

72 lines
2.1 KiB
JSON
Raw Normal View History

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",
"help": {
2021-09-21 22:48:51 +02:00
"en": "The password used to login as an admin for this app",
"fr": "Le mot de passe utilisé pour se connecter en tant qu'administrateur pour cette application"
2021-08-19 15:53:54 +02:00
}
2021-08-13 15:42:21 +02:00
}
]
}
}