h3mmy / bloopySphere

My home cluster.
MIT License
54 stars 6 forks source link

Add wiki.js #5744

Open h3mmy opened 6 months ago

h3mmy commented 6 months ago

Details

Describe the solution you'd like:

Addition of wiki.js for internal documentation

Project page: https://github.com/Requarks/wiki

Anything else you would like to add:

Pieces:

Backup strategy is included in each piece

Additional Information:

h3mmy commented 6 months ago

Current blocker (resolved in #5770): deciding on DB setup. I want to use cnpg with local path storage. However, I don't have much local path space. If I don't want to wait to expand it, I could use a single postgres node with rook-ceph for block replication. Then once I am eventually able to "upgrade" my local storage capacity, I can migrate that over.

h3mmy commented 1 month ago

Wikijs doesn't support auth like I expected. While the deployment is in place I'm not sure it's the best option currently. Being forced to use a separate localhost only account for editing and then oidc/SAML for read isn't a practical long term solution for me