tt-rss: Allow published articles to be publicly available

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Benedek Nagy 2022-01-09 21:36:37 +00:00 committed by Sunil Mohan Adapa
parent d17c0c8b9c
commit e662e091dd
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -12,6 +12,13 @@ Alias /tt-rss-app /usr/share/tt-rss/www
</IfModule>
</Location>
# 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.
<Location /tt-rss/public.php>
Require all granted
</Location>
<Location /tt-rss-app>
Include includes/freedombox-auth-ldap.conf
Require valid-user