view the rest of the comments
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!
This isn't exactly what you want. But I use a static site generator, with a fulltext search engine (that operates entirely locally!), called quarto. (although there are other options).
Although I call it a "blog", it really is more of a personal data dump for me, where I put all my notes down and also record all my processes as I work through projects. Whenever I am redoing something I know I did in an old project, or something I saved here (but disguised as a blogpost), I can just search for it.
Here is my site: https://moonpiedumplings.github.io/ . You can try search at the top right (requires javascript).
You know, I did have an idea about just such a thing, tho it would be private. I gave your 'blog' a bookmark and will definitely check quarto
There are a few reasons why I really like it being public, even though it means I have to be careful not to share sensitive stuff.
I worked in the construction field as a mech eng in hvac. The rule of thumb then was 'If you didn't write it down, it didn't happen'. So that sort of carried over to my personal life as well. I document just about everything I enter into a terminal. I probably spend as much time in a notepad as I do in a terminal, but it has saved my ass on so many occasions, especially with my shit memory. And I can step by step through stuff I've already tried so I don't waste time reinventing the wheel. Like right now I am in a battle with AIDE and trying getting it to write to the db ffs, so it can remember what it already scanned.
Yeah......that's way over my head. LOL I mean, I know what Incus is, but beyond that, hell I do good just understanding Docker, which really is a pretty nifty way to do things on a server. Maybe one day I'll get there, perhaps after K8s, but by that time there will be something else to learn.
What are you studying? I read your resume. I assume you are working towards something in the IT field.