1
0
Fork 0
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:
Krakinou 2023-08-14 21:41:58 +02:00
parent 90c6680dbe
commit b310948478
2 changed files with 7 additions and 1 deletions

View 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.

View file

@ -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.20~ynh2" version = "0.96.20~ynh3"
maintainers = ["Krakinou"] maintainers = ["Krakinou"]
@ -97,6 +97,10 @@ ram.runtime = "200M"
kobo.show_tile= false kobo.show_tile= false
kobo.allowed= "visitors" kobo.allowed= "visitors"
opds.url="/opds"
opds.show_tile= false
opds.allowed= "visitors"
[resources.ports] [resources.ports]
main.default = 8083 main.default = 8083