mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
commit
b0b09712d8
5 changed files with 6 additions and 7 deletions
|
@ -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
|
Browsing, reading and downloading eBooks using a Calibre database
|
||||||
|
|
||||||
**Shipped version:** 0.96.21~ynh1
|
**Shipped version:** 0.96.21~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez 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
|
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
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ ExecStart=/bin/sh -c '__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/cps.py'
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
|
|
1
doc/PRE_UPGRADE.d/0.96.21~ynh2.md
Normal file
1
doc/PRE_UPGRADE.d/0.96.21~ynh2.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This version will fix downloading of book covers from external links.
|
|
@ -5,7 +5,7 @@ name = "Calibre-web"
|
||||||
description.en = "Browsing, reading and downloading eBooks using a Calibre database"
|
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"
|
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"]
|
maintainers = ["Krakinou"]
|
||||||
|
|
||||||
|
@ -73,8 +73,6 @@ ram.runtime = "200M"
|
||||||
url = "https://github.com/janeczku/calibre-web/archive/refs/tags/0.6.21.zip"
|
url = "https://github.com/janeczku/calibre-web/archive/refs/tags/0.6.21.zip"
|
||||||
sha256 = "570afeb74ec6506380e923244088c656921ffc94a616c9da46d68f5f39237fa4"
|
sha256 = "570afeb74ec6506380e923244088c656921ffc94a616c9da46d68f5f39237fa4"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
|
||||||
autoupdate.asset = ".*.zip"
|
|
||||||
|
|
||||||
|
|
||||||
[resources.sources.kepubify]
|
[resources.sources.kepubify]
|
||||||
|
@ -117,4 +115,4 @@ ram.runtime = "200M"
|
||||||
#for reference, dependencies that have been removed in 0.96.21~ynh1:
|
#for reference, dependencies that have been removed in 0.96.21~ynh1:
|
||||||
#python3-lxml : not required in packages as already part of yunohost dependencies
|
#python3-lxml : not required in packages as already part of yunohost dependencies
|
||||||
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
|
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
|
||||||
#libffi-dev : usage unknown
|
#libffi-dev : usage unknown
|
||||||
|
|
Loading…
Add table
Reference in a new issue