From b310948478d0bbd0ba540bbef10a52ea580fd820 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Mon, 14 Aug 2023 21:41:58 +0200 Subject: [PATCH] Add opds permission --- doc/PRE_UPGRADE.d/0.96.20~ynh3.md | 2 ++ manifest.toml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/PRE_UPGRADE.d/0.96.20~ynh3.md diff --git a/doc/PRE_UPGRADE.d/0.96.20~ynh3.md b/doc/PRE_UPGRADE.d/0.96.20~ynh3.md new file mode 100644 index 0000000..3acd75e --- /dev/null +++ b/doc/PRE_UPGRADE.d/0.96.20~ynh3.md @@ -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. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 2445555..72b4f9d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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