- 2 Posts
- 8 Comments
clifmo@programming.devto
Selfhosted@lemmy.world•I threw away Audible’s app, and now I self-host my audiobooks - Ars TechnicaEnglish
3·1 year agoTLDR: 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
clifmo@programming.devOPto
Selfhosted@lemmy.world•A self-hosted URL shortener: Shlink - A Docker Quick-Start GuideEnglish
1·2 years agoI 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.
clifmo@programming.devOPto
Selfhosted@lemmy.world•A self-hosted URL shortener: Shlink - A Docker Quick-Start GuideEnglish
2·2 years agoHow 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.
clifmo@programming.devOPto
Selfhosted@lemmy.world•A self-hosted URL shortener: Shlink - A Docker Quick-Start GuideEnglish
2·2 years agoInteresting. 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?
clifmo@programming.devOPto
Selfhosted@lemmy.world•A self-hosted URL shortener: Shlink - A Docker Quick-Start GuideEnglish
4·2 years agoI’m not a raycast user, but it has a CLI and REST API, so if Raycast has any extensibility, my guess is yes
clifmo@programming.devOPto
Selfhosted@lemmy.world•A self-hosted URL shortener: Shlink - A Docker Quick-Start GuideEnglish
5·2 years agoI 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
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.