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
|
||||
|
||||
**Shipped version:** 0.96.21~ynh1
|
||||
**Shipped version:** 0.96.21~ynh2
|
||||
|
||||
## 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
|
||||
|
||||
**Version incluse :** 0.96.21~ynh1
|
||||
**Version incluse :** 0.96.21~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
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.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]
|
||||
|
|
Loading…
Add table
Reference in a new issue