Skip Navigation

Posts
5
Comments
87
Joined
3 yr. ago

  • If your host is using Debian / Raspbian Buster, you should not upgrade. Due to a bug in the libseccomp2 library, it will run into a startup problem. Read more: https://github.com/louislam/uptime-kuma/issues/41#issuecomment-896164516

    I read this, but it seems to be ARMv7 only, per the issue title. A little wary still, tho my docker host is x86. I guess I'll try running a stand alone test to see if it boots.

  • TLDR: Audiobookshelf

    Been selfhosting it for a few years. Audible is an interesting comparison and I agree with the author that ABS is superior. But it's not without its issues and challenges. Any good podcast app has vastly superior UX. That said, I'm a hoarder and I just have to store every podcast I subscribe to for some reason.

  • Time to update my container. Nice work

  • Yea I mean dlna/upnp is open, Chromecast solves the problem of a cheap, small bit of hardware to do that. It's a bit of a mixed blessing. They sell at what must be a loss*, maintain backwards compatibility at I'm sure a huge expense, all to get your data.

  • I think the concern re:geoblock is that the REST API is just out there, unauthenticated. I need to shut those off or limit them to the internal network with Traefik, but I still need the short links to resolve. I'm not sure if that API is used for that, or what. I haven't explored the code yet.

  • How so? I am hosting and maintaining it for my own work and links. I have every incentive to keep it up. And if it goes down, only my links to my own content go down. And, the reason I did this was Bluesky has a character limit.

  • Interesting. I deploy to my homelab with Docker so it was a fit for me. But I do want to tinker on the API to disable everything but GET. Can you share anything more about breaking it up?

  • I'm not a raycast user, but it has a CLI and REST API, so if Raycast has any extensibility, my guess is yes

  • I looked at yourls, too. I found Shlink devex to be more mature and the automated geolocation-blocking integration sold me.

    It also hasn't had a release in 2 years and is a self-described "set of PHP scripts". Doesn't fit my standard for what I deploy to my homelab