Content
@
0 reply
0 recast
0 reaction
Sam
@sammdec.eth
Anyone here got a good setup for self hosting many apps on a single homelab server. Would be things like chain nodes, maybe a few node.js apps that would be deployed using docker. Second question is there a nice way to push changes to a gh repo and the homelab server pick them up and build deploy in a cd kinda way?
9 replies
0 recast
12 reactions
Juuso
@juuso
NixOS allows packages to depend on different versions of e.g. Python or node. So, you don't necessarily need Docker. NixOS machines know how to self-build themselves. Each server can use a Github repository to pull changes and apply an incremental upgrade to itself.
0 reply
0 recast
0 reaction