Touch it until it works, then never again while it still does.
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
Me and the strange electrician type wiring they did to the cat5 Ethernet in the walls where i need to plug my fiber gateway into.... 950MBs and no issues so far! First week was hell tho.
“So what was the problem in the end?”
“Man, I don’t fucking know.”
- me, every goddamn time
It's always DNS
Me with Windows issues.
Was it a Windows update?
Was it the release upgrade (e.g. 24H2 -> 25H2)?
Was it the restart?
Was it a driver update?
Some program specific bug?
And due to bad naming, convoluted or outdated documentation or fucky SEO from spam sites pretending to know the fix that did X or Y...
At least with Linux you sort of can find the specific fix in a release from the merge/commit notes.
OK, here's a somewhat famous case of email that could only be sent within something over 500 miles, but no further: https://web.mit.edu/jemorris/humor/500-miles
That's an awesome story. 500 miles...lol
Story of my nerd life 😂
Relevant XKCD
Isn't there always one? Seems so. LOL
I hate, hate, hate when I fix something and I don't know why the fix worked (or what the fix even was...). I want my suffering to result in something learned so it doesn't happen again.
I want my suffering to result in something learned so it doesn’t happen again.
Soooo much this. I'm down to learn about technology any day of the week. But when I 'fix' something and I don't know what the 'fix' really was, it is a rush of mixed emotions. I am ecstatic relieved the problem is fixed, but left empty not having learned the 'why it broke' in the first place. And then I'm always fearful that the problem will gestate in my lab and rear it's ugly head again at some other inopportune time.
This. If I pay the cost in frustration and anguish and soul-searching and demanding justice from an uncaring god, I want some thing for it. I want documentation. I want my lessons learned from the post incident review. I want something I can hack into mgmtConfig to make sure nothing else will do that too.
Struggling for no payoff is the absolute worst thing.
When you do it for work, you log what you have changed each time you make a change to try to fix it, and you log what you revert, so you can keep track of what you have tried, what worked, and what didn't and have a clearer idea of what the solution was.
Sometimes it really does take a while to nail down though, and sometimes it isn't entirely clear why what worked worked. Especially if you're a junior network engineer without as much experience.
I made a self-hosted forgejo repository of /etc. Commit messages aren't always informative, and I've never actually gone back to the repository to figure something out, but it's there, just in case. Me cosplaying a sysadmin.
Sometimes the fix has been done but the effect takes a while. For a cache to age out or a change to propogate. It all depends on what you are working with/on. Or you made a change but forgot to restart a specific service.
Meanwhile even though you did a fix correctly and aren't aware of it, since it doesn't seem to work you change something else and break it again inadvertently.
Note to self: Scan lab for hidden cameras
Man, I know that feeling. One thing that helped me better deal with issues like this, was to have a changelog. Basically I write down what a setting was, what I changed it to and a reason. If something goes wrong, I can at least undo what changes I've made and see if it helps. It's not perfect, but it might shave some hours off a RCA.
This is what led me to set up SnipeIT and keep a log on every change on each device. It gets wild as the devices and services increase.
SnipeIT
I've seen the app rolling around in Awesome Lists, but always thought it was for larger operations with a lot of infrastructure and not necessarily a home lab. I might look into it seriously.
I had bizarre DNS issue I could not figure out. It ended up being that I turned on hardware routing/NAT on my OpenWRT box and then forgot about it
It's always DNS 😂
How I fixed hardware acceleration on my NUC for Jellyfin.
My docs on how to install/enable HuC/GuC:
And to this day I am procrastinating upgrading my main docker host because I can't be bothered to either inplace upgrade my Debian 10 (or 11) to a current release and then fix that I restart my whole journey and sacrifice a whole weekend on fixing my card house of a homelab/home infrastructure....
I understand.
I learned again for the nth time that home assistant doesnt like refreshing my cert, and I can't go to the site to refresh the cert unless it has a valid cert...
Maybe I'll fix it tomorrow. It's valid again now.
Why not use a reverse proxy?
Yeah I’ve got home assistant, a thing built for automating, but I leave that shit to certbot lol
When I set it up, I did not know better.
Now? Inertia. Nginx already does it for other things, I haven't bothered to move home assistant over because home assistant works ( all but one days in a cycle)
"inertia" is a much nicer word than "complacency".
I'll be borrowing that.
What's holding you back from visiting the site to fix it? HSTS?
Sometimes the problem isn't on your end. The server might be having issues, or your ISP. Have to rule those out too.
Some issues are like that, you fix the issue presented and find more issues to fix.
I do it for a day job and have had issues that I can't explain as anything more than restart a service and now it works, I also run my own kit and have had the same type of issue.

