• 3 Posts
  • 125 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2025

help-circle









  • I am leaning that way too. Although I do want to maintain a wiki that I can host.

    So I settled on using a script that runs as a service on a timer, and can beanually triggered to generate README.md files that get synced with my git repo of docker containers

    This will be huge for me, as most of what I run are containers.

    The next step will be using Bookstack’s API to push these README.md files into books on my bookstack container.

    I’ll go a step further and setup automated exports of these documents.





  • I am taking precautions to have my setup easily deployable no matter the hardware. The only real documentation becomes mountpoints and such for external storage.

    For DNS and Reverse Proxy entries, I have those automated. Any time I spin up a new docker container, that information is deployed with labels. Also entries into my homepage.

    The .env files contain any variable I would want to store to make my setup portable, shareable and not have to worry about leaking any of my information. Not that it would be end of the world considering nothing really leaves my network unless it is through my VPN.