Hi all!

So I want to get back into self hosting, but every time I have stopped is because I have lack of documentation to fix things that break. So I pose a question, how do you all go about keeping your setup documented? What programs do you use?

I have leaning towards open source software, so things like OneNote, or anything Microsoft are out of the question.


Edit: I didn’t want to add another post and annoy people, but had another inquiry:

What ReverseProxy do you use? I plan to run a bunch of services from docker, and would like to be able to reserve an IP:Port to something like service.mylocaldomain.lan

I already have Unbound setup on my PiHole, so I have the ability to set DNS records internally.

Bonus points if whatever ReverseProxy setup can accomplish SSL cert automation.

  • Hellmo_luciferrariOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    I really should spend time familiarizing with maintaining a git repo. I’ll likely find one I can self host.

      • Hellmo_luciferrariOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Thank you for the suggestion. The fact that it’s FOSS wins my vote. I have been trying to go all open source where possible.

    • TCB13@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      If you want a git “server” quick and low maintenance then gitolite is most likely the best choice. https://gitolite.com/gitolite/index.html

      It simply acts as a server that you can clone with any git client and the coolest part is that you use git commits to create repositories and manage users as well. Very very or no maintenance at all. I’ve been using it personally for years but also saw it being used at some large companies because it simply gets the job done and doesn’t bother anyone.