Not to brag but everything's working fine, clean as a whistle. Upgraded forgejo to the latest version. I'm still helping maintain the awesome-selfhosted list, and get inspiration from selfh.st a lot (big shoutout!) Hope to make sure some postgres dbs are up to date at some point, all of my dockhand instances that i set up have been a big help :)
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I found the best thing to deal with a device that won't work...
I'm trying to get the 3.5" adafruit touchscreen working and it's being stubborn....
So... I went outside and split a large pile of logs.
Problem still not fixed, but I feel a hellofalot better
I finally got my immich docker running again. I lost all my meta data in the process but oh well, it works again.
The best thing I did was probably set up Obsidian Live Sync after hearing about it in selfh.st weekly. Compared to the Syncthing setup I had before it is so much quicker, much easier to catch sync errors, and won't drain my damn phone battery as much! The more things I can move away from Syncthing the better so I will probably be looking at Immich for my photos soon as well.
On the management side, I've had my Docker stacks split across Dockhand and Komodo ever since a poorly executed move away from Dockge a few months ago. I finally thought about it and had the time to decide to give up on them both. I like some of the concepts of compose in a git repo and the fancier interfaces, but I just realised it was all over the top for what I need. I missed being able to simply SSH into a damn machine and docker compose up -d in an emergency. Compared to the constant deploy errors of Dockhand and the potential of scrounging application databases for in-DB compose data or attempting to deploy stacks from forgejo when forgejo itself is a stack deployed via git... going back to basic files is a blessing. Lesson learned!
What that culminated in is all my stacks are now in Sencho (which clearly uses a lot of AI code sadly), but it was that or Dockge and I knew Dockge lacked a few things I wanted. The nice thing about Sencho (and Dockge) is that I don't need either of them because they are based around file-on-disk simple operation. I can cut it out of my setup entirely at any moment and not shed a tear. So much peace of mind leaving Dockhand. Now I just need to find a builder image or write a script to replace Komodo's build feature because I don't want to keep using it.
Tired. Tired, tired.
A little minor struggle with Immich. It happens sometimes that I cannot upload MOV files. Not all, just some. I've tended to circumvent its making big refusals by switching between my reverse proxied address and my local IP address for it but that didn't work today, and since these are videos of my baby, I'm a little frustrated. I don't really have the time to dig into that though.
I wonder whether it's possible to split tunnel traffic bound for the app from web traffic so I can serve it to my family members without exposing it to the web. Right now I don't trust its security—the authors even state you really shouldn't—so I have it behind a Cloudflare Zero Trust MFA prompt. But I get comments sometimes from family that it feels like a hoop to jump through since the longest CF will let them stay authorized is 30 days. Not a real 'today' thing, but just a general thing. It's the app I use the most besides Jellyfin, both to free myself from Microsoft, Google and Apple's monthly subscriptions, but also, to share privately my baby photos with the family so I can protect the kid's privacy and all that. I wish it was smoother for my end users but I've done what I can for now.
I tried migrating to new hardware recently because I wanted to virtualize most everything. I thought there was sense in being able to get snapshots in proxmox for rollback and ease of backup purposes. It ended up that only about half my servers made it over, and Immich and Jellyfin didn't make the cut because they need a Quadro T400 that lives in the original machine. Chatbot led me to think passing that GPU through virtualization was going to be a major complicating factor.
I've got a backup NAS off-site at my parent's house ~20 miles away but it has been offline since I changed ISPs because my silly ass hard-coded my public IP address into WireGuard's config (it auto-launches WG on boot) rather than a DNS address that gets dynamic DNS updating and resolves to whatever my home IP is. I should get to make it out to fix that on Thursday, finally. I went to all this trouble to buy and set up a backup NAS and it has been totally without backups for probably two months now.
Back to the subject of Cloudflare, I know they have a laundry list of security things I need to look at and I want to take those things seriously. With the new baby, and with how demoralized I have felt from work, and with of course all the normal obligations of life, I haven't ever had the time or felt like dealing with it, but I have a degree in cybersecurity and I want to take my home network / home lab security seriously. For protecting myself of course, but also because I think it'll be a big growing opportunity technically; maybe some stuff I learn can end up on the résumé. I desperately need to get out of my current role and anything that would help the résumé would be good. But there never seems to be time. Or if there is time there is no will.
I had a Cisco 2960x in my basement that I never did much with because I was suspicious it was drawing a lot of power (likely coincidence but it seemed like the electric bill went up every month I tried plugging it in), and it didn't seem to have enough memory to run without constantly causing me issues. I wanted to learn Cisco switches with it since I don't get enough hands-on time at work but it just didn't seem to work out. I was going to sell it on Facebook but never made time to do that either, so today I just put it back in the rack to have one less thing on the floor. Ironically, now we've upgraded to 3Gbps Internet and none of my home network stuff supports it. If I'd thought about that I would have likely let the ISP install their own mesh APs but I had put so much money and time into my own setup, I thought, surely I don't need them putting their hardware in my home. Well, here we are, and neither my little baby switch, nor my Cisco switch, nor even my OPNsense router support 3Gbps and there's no money to upgrade any of it 🥲
That's about all I can think of for today. Check in next Sunday, and I bet the update would be precisely the same :p
I started playing around with RedHat Cockpit as a potential podman-based replacement to my disorganized docker server. Only got a jellyfin instance running on at the moment, sharing the same network disk as my "production" jellyfin server.
So far, I am not impressed. There doesn't seem to be an easy way to preserve settings when I want to update the image, which is one of the main reasons I want to migrate. I'd like to have a weekly cron job that checks for new latest images, and updates them automatically, ideally without me having to intervene, but that doesn't seem like something cockpit can do. If I want to update a container image through the GUI, it seems like I have to recreate it from scratch.
Not working on anything particular, but I'm going on a road trip on Tuesday to this regional airport that is giving away two racks perfect for my use case. Deep enough for my larger machines, sound proofed and 42U tall.
Finally my hardware can have a proper rack instead of being in a stack/pile in this harrypotteresque locker under my stairs.
Giving away? As in free? Luckyyy
Free except from the drive to get there. But the drive is a lot cheaper than those racks would cost.
Sound proofed... wow... does that also mean heat can't escape?
Vent fans at the top and the bottom. But it can be next to my work desk without the hardware getting annoying.
Ah.. nice
Everything I have currently is pretty much working and maintaining itself. My logs are quiet and predictable. It's been nice.
I do have two things to do. One is it switch from iptables to nftables because podman is depreciating support for iptables. I absolutely hate working with firewalls, the syntax is always awful. For some reason ufw isn't working with nftables like I hoped so now I'm working up the energy to learn nftables itself.
The other thing to do is to update Alpine Linux to the latest release version. I'm trying to figure out how to properly update the cache of installed packages on my main computer. After that I should be able to run my upgrade script and things should take care of itself. I hope. With Alpine I usually wait a month or two after the initial release of a new version, things always seem to break if I update immediately and I don't want to trouble shoot too many things.
Other than that, I've gone back to making functional scripts again. Currently I am working on a new backup script that handles logging and automated rotation of backup snapshots. It'll be POSIX portable and easy to integrate with crontab. It's essentially the culmination of all my POSIX shell scripting knowledge. I just have to figure out one last and huge hurdle and I'll be happy with the script.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
| Fewer Letters | More Letters |
|---|---|
| AP | WiFi Access Point |
| DNS | Domain Name Service/System |
| Git | Popular version control system, primarily for code |
| ISP | Internet Service Provider |
| NAS | Network-Attached Storage |
| NVMe | Non-Volatile Memory Express interface for mass storage |
| SSD | Solid State Drive mass storage |
| SSH | Secure Shell for remote terminal access |
| XMPP | Extensible Messaging and Presence Protocol ('Jabber') for open instant messaging |
[Thread #72 for this comm, first seen 2nd Aug 2026, 22:30] [FAQ] [Full list] [Contact] [Source code]
I built a dashboard themed around my dog. It uses the Home Assistant API to get various stats from the house. I'm pleased with it!

There's not nearly enough dog metrics on that dashboard
Care you share any more details? Looks very aesthetically pleasing. I think I should make one themed around my cat.
Not much for me atm, though in a day or two I'm (finally) fixing a major problem with my VM storage array - I'm replacing the crappy Crucial BX500's in my VM storage mirror with a couple refurbished 2TB Intel D3-S4510 SSDs I got from Server Part Deals. I'm very excited for this saga to be over, since I've been fighting horrible VM performance for over a year, and it was bad enough to where simply pushing changes to git repos or syncing a modest amount of data to my Nextcloud would hang the VMs for a few minutes!
Otherwise I'm just looking at maybe replacing my Puppet infra with SaltStack, and getting some new Packer images built for FreeBSD 15.1 and Almalinux 10 :)
[AIT] Well, let's see.....nothing really new on the server. Still waiting for something interesting besides *.arr. I did provision a new tower with the following specs:
- CPU: Ryzen 5 5600X
- GPU: ASUS ROG RX 580
- RAM: Came with 32 GB Corsair Vengeance RGB DDR4 / dropped another 96 GB in it.
- SSD: WD Black NVMe M.2 iirc it’s about a 1tb
- Asus motherboard
- Working on acquiring a GeForce RTX 5090 32GB GDDR7 mounted on a OCuLink external dock (tentative - may change)
This, obviously, will be an local AI machine
Nice. Did you have to sell a house to afford the parts?
LOL Not quite, however, I am choking on the 5090 but as I understand, that's the better option, and 32 GB seems to be the sweetspot for AI. I actually picked up the tower and original RAM for less than $500 USD.
[AIT] I know this isn’t everyone’s cup of tea, but I’m excited about Deepseek V4 flash. It’s (for me) the perfect size and architecture to self-host an LLM.
My box (and brain) are chugging through a queue:
-
Figure out why my swap is going crazy, and how to ban processes from it [Done].
-
Figure out why Code OSS is unhappy [Partially Done].
-
Make an ik_llama.cpp iMatrix for Deepseek V4 [Done].
-
Figure out why quantization isn’t working [Done].
-
Make a test IQ2_KL/MXFP4_R8 quant to see how it does squeezed onto my box [in progress].
-
Test. Tune. Inevitably troubleshoot the dozen other things that go wrong. Figure out how much spare RAM that leaves me.
-
Make a higher quality IQ3_KT quantization. This will take all night on my CPU.
-
KLD test both of them vs the full precision, to quantify quantization loss. Likely an overnight task, too.
-
Try merging the new model release with the base model, 50/50, for a less “deep fried” model. imatrix, quant, test.
The goal is to host it on a single RTX 3090, Ryzen 7000 with 128GB RAM, for anyone curious. Though I may try smaller models too, like Laguna S1.
Deepseek V4 flash
What are the advantages of Deepseek V4 flash?
After a lot of trial and error, I managed to get rsgain working with Lidarr on my raspberry pi. I might actually be fully satisfied with my music piracy/streaming setup now (until I find the next silly addition :3 ).
We're on the first Sunday of the month, mdadm raid array be scrubbing... With Debian 13 came a crazy complex systemd scheduling for that, I liked the awkward cron job better. It's now using some kind of random delay before start, and cut in chunks of 6 hours or so over multiple days Edit: typos
What's up? Not Grafana. I did docker compose pull on the stack (without version pinning) then recreated the containers, and now it's fucked. Or maybe it's not because the logs are fine but it only serves the web app but 404s on any connection to the Grafana backend.
Now I need to do some investigation into any recent changes to try to work out what's going wrong.
Building a new server, pinping up the specs to run more serious llm in parallel with all my services.
Waiting for the CPU (an amd Ryzen 9 5950X) that delayed in delivery, and building wooden crate/case to hold everything together with proper ventilation .
Mealie, recipe manager and Social to Mealie. Scrapes recipes from instagram reels, tiktok, youtube shorts.
Bar Assistant, bar and cocktail management. You can add your ingredients and it shows what can you make, you can share a menu to your friends, its cool
I'm really enjoying mealie. I just wish there was an easier way to input nutritional information
I thought I'd take a shortcut and use AI to help me setup an arch thing I'm working on. Jokes on me, took two days and in the end the thing was so fucked its irrecoverable. What a waste of a weekend.
Over the last few weeks I've been making the horrifying leap from PHP5 to PHP8. I knew it was going to be a lot of work to upgrade all my various scripts and web pages but I'm nearing the end, just have some random CLI scripts still failing that I have to work through.
I've been making a big push this year to get all my servers caught up to supported operating system levels. Debian will truly run forever even when it really shouldn't. I was happy to finally get my mail servers modernized last month. The old code I had relied on for managing spam scanning and such had been abandoned but I finally discovered rspamd which replaced everything plus does so much more. The first couple weeks saw an awful lot of server emails being marked as spam while I trained the new system, seems to be settling in nicely now though, and I created some new spam-trap mailboxes and sprinkled the addresses around several web pages. Nice to see their activity picking up again.
Slowly uploading my media collection from a slowly dying TrūNAS box up to B2… slowly 😬
I scored an old HP Microserver Gen10 from work with 4 4tb wd reds. Spent the weekend putting in an extra SSD for the OS and testing the drives. So far so good. Now I just need to figure out what I'm going to do woth it....
Setup an XMPP server for family and friends to use. While I really like it, I can't seem to get Jitsi to play nice for group calls with the Openfire server. Atleast 1 on 1 calls seem to work fine with Dino and Conversations anyway.
I installed cameras in my condo recently, and I need to buy and install a larger HDD for capture storage. I ordered a 6TB WD Purple off Amazon, only to have it arrive used (it was absolutely not marked used or refurbished.) So I returned it, naturally. I think that the safest bet is just to order it directly from one of their vendors.
Also, I need to tinker with my postgres install on my Unraid server a bit. Right now a couple other services I host on Unraid use it, but moving forward I need it available to other devices on the LAN.
You might try ordering from ebay. I find a lot of vendors sell there, and at least you know you're actually getting the product from the person you ordered from, rather than a box randomly stuffed with "similar" products from all sellers.
Discovered you can self host Joplin and I can't wait to set it up in the next days.
Also I tried some alternatives to ActualBudget, because I didn't need to many functionalities. Long story short, I went back to it cause none offers a neat interface and multiple accounts at the same time.
Joplin self hosting seemed like a pain and it works perfectly well synchronising via WebDAV. I'd be interested in hearing how you get on.
I've been using Actual Budget for a couple of years and only recently started getting into slightly more functions than basic expenses recording. It's really good to be able to have it do more as needed.