1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Upgrade to v0.6.20

This commit is contained in:
yunohost-bot 2023-04-08 13:25:25 +00:00
parent 1c6b4addc9
commit b8583730f8
2 changed files with 25 additions and 20 deletions

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.19/calibre-web-0.6.19.zip SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.20/calibre-web-0.6.20.zip
SOURCE_SUM=fbb0b328dcba04d895a717c61af181897bf9ef081f1a3cf52a7223b1bbbfb015 SOURCE_SUM=2f1f8a5ae06f182986193a90796fa96a7b0b5c61fdd29971969b49245b1aaf24
SOURCE_FORMAT=zip SOURCE_FORMAT=zip

View file

@ -6,10 +6,10 @@
"en": "Browsing, reading and downloading eBooks using a Calibre database", "en": "Browsing, reading and downloading eBooks using a Calibre database",
"fr": "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre" "fr": "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre"
}, },
"version": "0.96.19~ynh8", "version": "0.6.20~ynh1",
"url": "https://github.com/janeczku/calibre-web", "url": "https://github.com/janeczku/calibre-web",
"upstream": { "upstream": {
"version": "0.6.19", "version": "0.6.20",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"admindoc": "https://github.com/janeczku/calibre-web/wiki", "admindoc": "https://github.com/janeczku/calibre-web/wiki",
"code": "https://github.com/janeczku/calibre-web" "code": "https://github.com/janeczku/calibre-web"
@ -27,7 +27,7 @@
"nginx" "nginx"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -45,9 +45,9 @@
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help":{ "help": {
"en":"No will set the library in /home/yunohost.multimedia/admin/eBook, except if you set the library as public", "en": "No will set the library in /home/yunohost.multimedia/admin/eBook, except if you set the library as public",
"fr":"Non parametrera la bibliothèque pour /home/yunohost.multimedia/admin/eBook sauf si la bibliothèque est également publique" "fr": "Non parametrera la bibliothèque pour /home/yunohost.multimedia/admin/eBook sauf si la bibliothèque est également publique"
}, },
"default": false "default": false
}, },
@ -59,38 +59,43 @@
"en": "Select a default language", "en": "Select a default language",
"fr": "Choisissez une langue par défaut" "fr": "Choisissez une langue par défaut"
}, },
"help":{ "help": {
"en":"You may change it later in the app", "en": "You may change it later in the app",
"fr":"Vous pourrez la changer ultérieurement dans l'application" "fr": "Vous pourrez la changer ultérieurement dans l'application"
}, },
"choices": [ "fr", "en", "es", "de"], "choices": [
"fr",
"en",
"es",
"de"
],
"default": "fr" "default": "fr"
}, },
{ {
"name": "upload", "name": "upload",
"type":"boolean", "type": "boolean",
"optional": true, "optional": true,
"ask": { "ask": {
"en": "Do you want to allow uploading of books?", "en": "Do you want to allow uploading of books?",
"fr": "Voulez vous autoriser le téléversement de livres?" "fr": "Voulez vous autoriser le téléversement de livres?"
}, },
"help":{ "help": {
"en":"You may change it later in the app", "en": "You may change it later in the app",
"fr":"Vous pourrez le changer ultérieurement dans l'application" "fr": "Vous pourrez le changer ultérieurement dans l'application"
}, },
"default": false "default": false
}, },
{ {
"name": "public_library", "name": "public_library",
"type":"boolean", "type": "boolean",
"optional": true, "optional": true,
"ask": { "ask": {
"en": "Do you want to allow access to the library to all Yunohost users? ", "en": "Do you want to allow access to the library to all Yunohost users? ",
"fr": "Voulez vous autoriser l'accès à la bibliothèque à tous les utilisateurs Yunohost?" "fr": "Voulez vous autoriser l'accès à la bibliothèque à tous les utilisateurs Yunohost?"
}, },
"help":{ "help": {
"en":"Yes will set the library in /home/yunohost.multimedia/share/eBook", "en": "Yes will set the library in /home/yunohost.multimedia/share/eBook",
"fr":"Oui parametrera la bibliothèque pour /home/yunohost.multimedia/share/eBook" "fr": "Oui parametrera la bibliothèque pour /home/yunohost.multimedia/share/eBook"
}, },
"default": true "default": true
} }