Last modified: 2023-03-29
Tiny Tiny RSS (tt-rss)
I had so much pain getting this up and running.
When following the ArchLinux guide, I have got following error:
2023/02/06 19:24:34 [error] 53880#53880: *1 "/usr/share/nginx/html/tt-rss/index.php" is forbidden (13: Permission denied), client: <REDACTED>, server: tt-rss.white-hat-hacker.icu, request: "GET / HTTP/2.0", host: "tt-rss.white-hat-hacker.icu"
The solution is actually to change the location of hosted files - instead of
# ln -s /usr/share/webapps/tt-rss /usr/share/nginx/html/tt-rss
use this:
# ln -s /usr/share/webapps/tt-rss /srv/http/tt-rss