a naive runtime implementation to boot up simplecloud v3 instance as an experiment from duacloud.
in summary, not for a production run yet!
it can
- runs stack in isolation with the rest of the system
- handle through dns well
unexpected & caveats (for now)
- server status are not reported correctly
- velocity provision wasn't going well
- essentials features like user-account are not yet available
- runtime isn't a daemon? fixable, but well not optimized for setup routine.
- setup aren't done through cli-flags but tui, so it harder to provision for now.
- the thiccest docker image for now, as everything in setup is monolith
docker run --rm -it -p 1337:1337 -v ./work/:/work/ ghcr.io/langduamc/simplecloud:main bash
sc setup # spam enter
sc login dashboard