• 9 Posts
  • 99 Comments
Joined 6 months ago
cake
Cake day: March 4th, 2025

help-circle




  • I mean there’s a whole block on this:

    Lidarr is just a tool. Like any tool, it can be misused. Yes, people could point it at less-than-legal sources. No, I’m not telling you to do that. If you want to support artists, buy their work. If you don’t, don’t pretend Spotify streams are “support.”

    Important Note: Always ensure you’re obtaining music through legal channels such as:

    • Digital purchases (Bandcamp, iTunes, Amazon, etc.)
    • Ripping CDs you’ve purchased
    • Free legal downloads offered by artists
    • Music available under Creative Commons licenses

    And yes, I’ll use this with my existing, mostly legally obtained, music collection. I don’t mind the pirate stack though, it’s far easier to just download the album than ripping your vinyl and tapes.








  • I have VPSes at Hetzner for Mastodon and Bookwyrm. I’m also using Hetzner nameservers with pseudo DynDNS.

    Mail is managed by 1blu with my domain.

    Everything else is at home. I would move at least bookwyrm into my home server, but there’s another admin involved and I’d need to give them limited access to the VM and Proxmox (backup/snapshots/rebuild when doing maintenance).










  • Either create a Dockerfile that is based on the original one as the other comment suggests, or find the git repo of the original Image, fork it and add your changes to the Dockerfile.

    If you want to include changes from the original one you’ll need to set up some kind of regular job that checks for a new image or changes in the git repo and then applies your changes.

    If you need it to be available at Dockerhub, ghcr or the like, you need some additional setup, usually a CI that pushes it.