mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
tt-rss: Allow published articles to be publicly available
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
d17c0c8b9c
commit
e662e091dd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user