I had an idea I wanted to share after using the tool/service SST to deploy our AWS servers and configure Cloudflare DNS all in a single config file then watching a recent video on LTT about HexOS.
This got me thinking whether self hosting could be managed and deployed by a configuration file. The basic idea behind it would be:
A file (or even UI) in some format, would create:
- Virtual machines
- Containers
- Mounts
- to drives and other servers via SMB/NFS etc.
- Shares
- via SMB/NFS etc.
- Automatic network tunnelling
- via cloudflared or similar using, extending how products like SST can create DNS records, adding access policy rules and tunnels)
The main idea here is so many people have issues with their own hardware, and if a OSS solution could do this via a thin OS layer.
Its very much a finger in the air idea, I’m not exactly sure how the OS side of things could even be implemented.
I’m probably more expeienced on the integration side, so looking at the cloudflare api to setup tunnelling and dns records would be something I would think possilble, if CF expose the endpoints.
I’ve not looked into this too much but if anyone has experience of any existing open source tools that can accomplish (or are capable of) this to extend from, would be great.