[–] 2 points 2 months ago

yunohost is awesome. The only reason I don’t still use it is because I use command line and containers daily already, so I’m genuinely faster that way. I recommend yunohost to friends and I’d go back to it if I already didn’t have a clean, particular way to set up things in my homelab.

  • source
  • parent
  • context
  • [–] 3 points 3 months ago

    You give up some control, but you gotta check out https://www.pikapods.com/

    On a per-app basis, the price can’t be beat, especially at this level of convenience. I host exactly uptime kuma and beszel on there. The owners are also super responsive to things like adding more env vars.

  • source
  • [–] [S] 1 point 3 months ago

    I'm switching off cloudflare for my domain/cdn services to Bunny soon :)

    Tailscale just works too well for me and I don't detect too many enshittification markers yet. But I check in on netbird like monthly now lol

  • source
  • parent
  • context
  • [–] 4 points 3 months ago*

    It really stinks that nowadays whenever I find a cool project that achieves exactly what I'm looking for or a solves a problem I didn't know I had, I have to temper my excitement and look for markers of heavy AI usage (commits, reading md files, the writing and graphical style). it's really taking the wind out of the hobby, I think. Hopefully it's mostly just a phase

  • source
  • parent
  • context
  • [–] [S] 1 point 3 months ago

    I always get so close to just setting up wireguard and being done with it. I barely ever change the devices on my tailnet, anyway.

    I do have a couple friends on my tailnet to give access to some stuff, so that might be annoying to migrate. That and Tailscale handling all the other networking stuff I might not even know about like cgnat.

  • source
  • parent
  • context
  • [–] 1 point 4 months ago

    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

  • source
  • parent
  • context
  • [–] 1 point 5 months ago

    There’s almost no chance of getting banned for this. Spotify themselves provides the APIs that let you get metadata about your playlists and tracks, and setting up a developer account with them is petty easy.

    It’s moreso a concern of Spotify eventually limiting/ratelimiting that data retrieval in the future… which is why you should back up now while you can!

  • source
  • parent
  • context
  • [–] 1 point 5 months ago* (last edited 5 months ago) (1 child)

    Looks cool!

    I’m curious about the ISRC matching. I’m working on bringing support for retrieval by ISRC in opensubsonic clients (and Navidrome tends to support the opensubsonic spec) but I didn’t think anyone actually added support yet since it was somewhat recently added to the spec.

    I thought maybe it was a Navidrome specific feature to retrieve by ISRC, which would be cool!

    But looking at what I think is the track matching algorithm for ISRC seems to just always return unmatched https://github.com/betsha1830/navispot/blob/main/lib/matching/isrc-matcher.ts

    Am I just reading it wrong?

  • source
  • [–] 1 point 6 months ago*

    Your point 3 would be correct with docker and rootful podman, not rootless podman. I have a whole reddit post where this was hashed out, and over the many months and several comments in the post, I’m fairly certain I’m correct in my stated observations

    https://www.reddit.com/r/selfhosted/comments/1ky2j5p/psa_for_rootless_podman_users_running_linuxserver/

    That being said, it’s still best to not use id 0 in your containers and mark permissions the correct way based on your system’s user namespace mapping. It’s just one more variable to figure out, where in most people’s case it won’t matter too much, and still provides better isolation than docker

  • source
  • parent
  • context
  •  

    One of my favorite self hosted services is https://github.com/johnwarne/upvote-rss since it allows me to get content from high traffic sites but in a very truncated and digestible way. Particularly, my favorite feature is how it can send only the N most popular posts each day (with a day lag, of course).

    I’m looking for a more generic solution that does something like this but for arbitrary RSS feeds.

    For example, if I want to subscribe to a super busy feed but I only want to get 2 posts randomly selected each day.

    I’m totally willing to achieve this without a full blown extra proxy. If there are some RSS clients or a FreshRSS extension that can do something like that, for example.

    Otherwise, I may just try to extend/fork upvote-rss’s functionality for this 😅

    view more: next ›