mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Add opds permission
This commit is contained in:
parent
90c6680dbe
commit
b310948478
2 changed files with 7 additions and 1 deletions
2
doc/PRE_UPGRADE.d/0.96.20~ynh3.md
Normal file
2
doc/PRE_UPGRADE.d/0.96.20~ynh3.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
This version of the package will add a new permission for opds feeds (https://yourdomain/calibrepath/opds) that will not require Yunohost authentication.
|
||||
You may remove it from the Yunohost settings if you don't use it.
|
|
@ -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.20~ynh2"
|
||||
version = "0.96.20~ynh3"
|
||||
|
||||
maintainers = ["Krakinou"]
|
||||
|
||||
|
@ -97,6 +97,10 @@ ram.runtime = "200M"
|
|||
kobo.show_tile= false
|
||||
kobo.allowed= "visitors"
|
||||
|
||||
opds.url="/opds"
|
||||
opds.show_tile= false
|
||||
opds.allowed= "visitors"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 8083
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue