ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.2k stars 175 forks source link

Enhancement: Embed default config file into the binary #2157

Closed al3xandros closed 1 month ago

al3xandros commented 1 month ago

I would like to suggest a feature enhancement that embeds the default configuration files (default.yaml and traditional.yaml) into the binary.

Rational:

slingamn commented 1 month ago

Hmm, embed in what sense? Like as a string that could be output by ergo genconfig or similar?

slingamn commented 1 month ago

Oh, I see your commit now, that's nice. I'll make my own PR