mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- More user-friendly treatment of groups and their permissions Closes #690 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
20 lines
511 B
Plaintext
20 lines
511 B
Plaintext
##
|
|
## On all sites, provide Tiny Tiny RSS on a default path: /tt-rss
|
|
## Allow all valid LDAP users.
|
|
##
|
|
Alias /tt-rss /usr/share/tt-rss/www
|
|
Alias /tt-rss-app /usr/share/tt-rss/www
|
|
|
|
<Location /tt-rss>
|
|
Include includes/freedombox-single-sign-on.conf
|
|
<IfModule mod_auth_pubtkt.c>
|
|
TKTAuthToken "feed-reader" "admin"
|
|
</IfModule>
|
|
</Location>
|
|
|
|
<Location /tt-rss-app>
|
|
Include includes/freedombox-auth-ldap.conf
|
|
Require valid-user
|
|
# TODO Restrict access to `feed-reader` group
|
|
</Location>
|