From e662e091dd0ead6f5f76e9750019e0f6c06c8e63 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sun, 9 Jan 2022 21:36:37 +0000 Subject: [PATCH] tt-rss: Allow published articles to be publicly available Reviewed-by: Sunil Mohan Adapa --- .../data/etc/apache2/conf-available/tt-rss-plinth.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf b/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf index 675ec36a7..8ec6b983d 100644 --- a/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf +++ b/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf @@ -12,6 +12,13 @@ Alias /tt-rss-app /usr/share/tt-rss/www +# URLs without further authentication. The URLs contain a unique key generated +# and managed by tt-rss. This includes articles marked public or even other +# categories. + + Require all granted + + Include includes/freedombox-auth-ldap.conf Require valid-user