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

Merge pull request #136 from YunoHost-Apps/testing

Fix cover download
This commit is contained in:
Krakinou 2023-12-02 00:11:58 +01:00 committed by GitHub
commit b0b09712d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 7 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Browsing, reading and downloading eBooks using a Calibre database
**Shipped version:** 0.96.21~ynh1
**Shipped version:** 0.96.21~ynh2
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre
**Version incluse :** 0.96.21~ynh1
**Version incluse :** 0.96.21~ynh2
## Captures décran

View file

@ -16,7 +16,7 @@ ExecStart=/bin/sh -c '__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/cps.py'
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=yes
RestrictRealtime=yes
DevicePolicy=closed

View file

@ -0,0 +1 @@
This version will fix downloading of book covers from external links.

View file

@ -5,7 +5,7 @@ name = "Calibre-web"
description.en = "Browsing, reading and downloading eBooks using a Calibre database"
description.fr = "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre"
version = "0.96.21~ynh1"
version = "0.96.21~ynh2"
maintainers = ["Krakinou"]
@ -73,8 +73,6 @@ ram.runtime = "200M"
url = "https://github.com/janeczku/calibre-web/archive/refs/tags/0.6.21.zip"
sha256 = "570afeb74ec6506380e923244088c656921ffc94a616c9da46d68f5f39237fa4"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = ".*.zip"
[resources.sources.kepubify]
@ -117,4 +115,4 @@ ram.runtime = "200M"
#for reference, dependencies that have been removed in 0.96.21~ynh1:
#python3-lxml : not required in packages as already part of yunohost dependencies
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
#libffi-dev : usage unknown
#libffi-dev : usage unknown