• 2 Posts
  • 34 Comments
Joined 11 months ago
cake
Cake day: May 18th, 2025

help-circle






  • ntfy never really had good push to iOS, in my experience. The only way I could keep my private channels consistently working was to use the PWA and specifically not sign into it (otherwise, my login token would expire and break things).

    I gave up and switched to pushover and as long as I’m somewhat cognizant about what i’m including in the notifications, I’ve been pretty happy.

    I’d love for something self hostable to get as good as pushover on iOS











  • Good luck 🫡 I made the switch about half a year ago and went all in on rootless quadlets while I was at it. It was a pretty nightmarish couple weeks figuring out things like user id mappings and rootless permissions, but I got there eventually. Landed on a super neat Traefik config that should work for anyone and makes spinning up new quadlets with their own reverse proxied subdomains really simple. I should really post it somewhere…

    In the end I wouldn’t exactly say it was worth it… but it sure feels cool to be fully moved into a more open/native container implementation.



  • dabe@lemmy.ziptoSelfhosted@lemmy.worldSelf Hosting Guide
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    https://perfectmediaserver.com/ This is the guide that really gave me the confidence to take ownership of my self hosting. My setup now is simple (I use ucore from the universal blue project as a rock solid base) and I use small tools that I can understand (snapraid, mergerfs, borgmatic) to make things robust as well as podman and quadlets (docker also works great) to enable easily hosting basically anything I want through containers.


  • Everyone gave good alternatives for where to buy music. As for the pipeline for getting them into your music server, I have Picard running in a container (a couple projects do this, search docker picard) and I have the settings all configured so that when I drop in files to my NAS (though samba or whatever), then I just double click the folder in Picard and hit save and it moves it into my music server’s directories, all properly and nicely tagged (I have the container volumes all set up properly as well)

    You can look into beets or wrtag for more automation friendly tagging services.



  • That solution still introduces lots of friction. At the volume and rate that these bots want to be traversing the internet, they probably don’t want to be fully graphically rendering pages and spawning extra browser processes then doing text recognition to then pass on to the LLM training sets. Maybe I’m wrong there, but I don’t think it’s that simple and actually just shifts solving the math challenge horizontally (i.e., in both cases, the scraper or the network the scraper is running on still has to solve the challenge)