this post was submitted on 27 Jun 2023
10 points (91.7% liked)

Self Hosted - Self-hosting your services.

10903 readers
1 users here now

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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

So I'm on the lookout for something, but I don't know how to briefly describe it. I want something to help me document various projects at work. It's not uncommon for me to spend a week setting something up, and it works for 2 years and then has a problem -- and I have to re-learn everything about it from the ground up before I can start solving it. For example, I'm setting up a new VMWare server today, and I just know I'm going to forget some of the details on it -- so I want to be able to type out some of the specs and processes, maybe use some tags, a coupel hyperlinks to more info, and be able to search for it a year from now. Does that make sense? Anybody have any suggestions?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

Bookstack is a really nice wiki/documentation tool.

You may also like wiki.js or even just storing markdown files in a git repo. Lately I've been using Obsidian to manage some notes about servers, but am thinking of going back to bookstack to "publish" docs for others.

[–] [email protected] 2 points 1 year ago

Bookstack is absolutely great. I have all my selfhosting knowledge written there from when I started 2 years ago. It is so great that I've started documenting stuff for other hobbies and for work.

[–] sboulema 2 points 1 year ago
[–] [email protected] 1 points 1 year ago

I know this is the self-hosted Community, but I would use GitHub for that use case. I like to keep notes and links in plaintext files, and then store those instruction documents together in a project with any files needed for the project (like config files), that can then ask be easily pulled to the device you're working on. You can also get fancy and store the instructions in batch files that actually carry out the steps for you.

Of course something very similar could be achieved with a self-hosted git instance, but I like using GitHub because I like having the web interface and Pages option when those are relevant.

[–] [email protected] 1 points 11 months ago

I just have a bunch of text files (org) and sync them on all my computers with Syncthing. Works great so far.

[–] Sallen 1 points 1 year ago

Personnally I love Obsidian. It's markdown based so your can store and review documentation in git.

You can also link documents with each other with a very simple syntax and see a map of the created links.

[–] [email protected] 1 points 1 year ago (1 children)

I personally use Bookstack for this and love it

[–] [email protected] 1 points 1 year ago

I like that I could quickly find a docker for this. Might try it!

[–] jrest18n 1 points 1 year ago

This is a non self hosted answer. Apologize for that. But personally I use one note for this purpose at work. At home I have a lot less so I just keep a txt document.

Sticking around in case someone posts a good solution I haven’t heard of.