darkl1nk@lemmy.mltoSelfhosted@lemmy.world•Any good RSS Feed service for self-hosting?English
5·
1 year agoI use Yarr (Yet Another RSS Reader). It can be easily deployed with Docker Compose and does the job nicely:
I use Yarr (Yet Another RSS Reader). It can be easily deployed with Docker Compose and does the job nicely:
I am 40 years old. I inherited an IBM PS2 Model 70 with a 386 processor from my cousins. I used it to play games like Skyfox, Indiana Jones, and Prince of Persia, create birthday invitations, and write documents in WordPerfect 5.
I still have some commands memorized to uncompress stuff with ARJ.
Sorry, but I mixed up apps. I have Yarr directly set up as a systemd service:
[Unit] Description=Yarr Service After=network.target
[Service] ExecStart=/home/darkl1nk/yarr/yarr -auth-file=/home/darkl1nk/yarr/auth.file WorkingDirectory=/home/dark
I downloaded the precompiled package (https://github.com/nkanaev/yarr/releases/download/v2.4/yarr-v2.4-linux64.zip) and placed it at my home directory. Then created a site for nginx to map my subdomain to the local port 7070.