just a simple implementation of lrcd! lrc.example.com.conf is an example nginx config file, probably if you wanna self-host this you know what you're doing better than me, but for me, i wanted to serve lrcdaemon with nginx, so my setup was just to copy the config file into conf.d, rename the server_name directive to be correct for my base domain, and then run `sudo certbot --nginx` then you'd connect to the server through e.g. tty!xcvr by doing `:dial lrc.example.com` it should be running right now at `lrc.moth11.net`, check it out with your lrc client! of course to run the server, `go run .`