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 #132 from YunoHost-Apps/testing

Add opds permission
This commit is contained in:
Krakinou 2023-08-14 23:01:42 +02:00 committed by GitHub
commit b8e8aab67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.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