Had to replace my UPS battery just a few days ago after a power outage reminded me that a replacement was well overdue. I share your feeling, now I can sleep knowing a power blip won’t knock out my servers and mess up my data.
Had to replace my UPS battery just a few days ago after a power outage reminded me that a replacement was well overdue. I share your feeling, now I can sleep knowing a power blip won’t knock out my servers and mess up my data.
Yea, I had to make a crontab task that resets lemmy every day. Hope it gets fixed in the future but for now it sorta works.
This may help: Container compatibility. MKV files will be remuxed when played via WebUI. Try playing an MP4 file and see if it’s the same.
Just MusicBrainz and a general music folder. I either use a SMB share or Navidrome to listen to my library, depending what’s most convenient. I’ve noticed that Lidarr generates huge traffic spikes when it fetches album info, rate limiting it on my Pi Hole, so I’ve stopped using it. I don’t like the idea of automating downloading music anyway, I prefer to listen to it first then download if I like it.
If you’re running it in docker you can just check the logs, I do it like this:
docker compose logs -f lemmy
, and see if you have requests from any instance in the log stream. For me it goes pretty fast, but you can always ctrl+c to exit and scroll up to see what you’ve missed. Might not be the most optimal way, but it works for me.