- 4 Posts
- 5 Comments
michaelharley@infosec.pubto
Selfhosted@lemmy.world•What's your favourite thing to self host and why?English
81·11 days agoMy favorite thing to self host is my RSS feed reader. I’m a huge fan of feedbin but I wanted to self host. I tried the usual self hosted RSS feed readers but I just prefer the way feedbin is laid out and how it works. So, I used Claude to create a self hosted clone of feedbin but with my personal modification to fit my workflow.
- Customized keyboard shortcuts for next and previous.
- I added webmention support which allows me:
- Determine if a site supports webmentions
- Allows me to send a webmention like
- Allows me to send a webmention comment
- I can share and sydicate a link from my feed reader to my website
- I can save a link as a blog idea, like if I want to respond or write about a topic for example.
- Custom filters so I can basically mute certain keywords from me feed.
michaelharley@infosec.pubOPto
Selfhosted@lemmy.world•How I self-host my ebooks and audiobooksEnglish
2·16 days agoShort version, and Deebster’s got the shape right: use a DNS-01 challenge. You prove domain control with a TXT record instead of serving a file over HTTP, so the hostname never has to be reachable from the internet. That’s what gets you a real Let’s Encrypt cert for a LAN-only name.
Mine’s acme.sh issuing a wildcard for *.lan.michaelharley.net via my registrar’s DNS API (Porkbun), with a deploy hook dropping it where Caddy reads it. Caddy’s own Cloudflare plugin is simpler, I just already had acme.sh. Local DNS is a wildcard rewrite on my router.
michaelharley@infosec.pubto
Selfhosted@lemmy.world•Self-hosted keypass fork recommendationEnglish
3·1 month agoKeePassXc and syncthing on Linux. KeePassDx and syncthing on Android.
michaelharley@infosec.pubto
Selfhosted@lemmy.world•Recommendations on self hosting ebooksEnglish
8·2 months agoI run Calibre-Web in Docker (linuxserver.io image) and read on a Kobo. My desktop Calibre library on my laptop is the source of truth; Syncthing replicates it to the server where Calibre-Web serves it, and the Kobo pulls books over Kobo Sync


I’m not sure. When I was searching around I never discovered it but that doesn’t mean much.