just a runnable instance of lrcd
at main 15 lines 605 B view raw view rendered
1just a simple implementation of lrcd! 2 3lrc.example.com.conf is an example nginx config file, probably if you wanna 4self-host this you know what you're doing better than me, but for me, i wanted 5to serve lrcdaemon with nginx, so my setup was just to copy the config file 6into conf.d, rename the server_name directive to be correct for my base 7domain, and then run `sudo certbot --nginx` 8 9then you'd connect to the server through e.g. tty!xcvr by doing `:dial 10lrc.example.com` 11 12it should be running right now at `lrc.moth11.net`, check it out with your 13lrc client! 14 15of course to run the server, `go run .`