darkl1nk

joined 1 year ago
[–] darkl1nk@lemmy.ml 1 points 10 months ago* (last edited 10 months ago)

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.

[–] darkl1nk@lemmy.ml 6 points 10 months ago* (last edited 10 months ago) (3 children)

I use Yarr (Yet Another RSS Reader). It can be easily deployed with Docker Compose and does the job nicely:

https://github.com/nkanaev/yarr

[–] darkl1nk@lemmy.ml 5 points 10 months ago* (last edited 10 months ago)

This is going to be unpopular, but you can easily compile both Python and R and configure them to your liking. For Python you can even use Anaconda3 and forget about installing most packages by yourself.

As for Julia, I usually just install the precompiled binary package.

So, any distribution you feel comfortable with will do.