mobius
mobius copied to clipboard
config should be bundled with binary tarball
see title :-)
It is, sort of. It's embedded in the binary itself and can be written out to an arbitrary location with the -init arg:
./mobius-hotline-server -init -config example-config-dir
https://github.com/jhalter/mobius?tab=readme-ov-file#configuration-directory
I forget why I did this exactly. I think it made it easier to package for brew or Docker.