Gabe Kangas
9b104f1d40
Make setting the web server port optional
2020-07-13 14:48:56 -07:00
Gabe Kangas
ba69221394
Support disabling the web UI with disableWebFeatures. Closes #32
2020-07-06 21:53:30 -07:00
Gabe Kangas
259923b303
Set logging preferences via command line flags. Closes #20
2020-07-06 21:27:31 -07:00
Gabe Kangas
73b6937496
Consolidate config files and surface frontend values via API. Closes #30
2020-06-28 15:10:00 -07:00
Bradley Hilton
abb2f363af
Decouple chat from core and add chat rest api ( #25 )
...
* Decouple the chat package from the core
* Add rest api endpoints for the chat aspect
2020-06-23 13:11:01 -07:00
Bradley Hilton
fe96739f60
Fix a memory leak with the chat aspect. ( #23 )
...
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
2020-06-22 23:52:50 -07:00
Bradley Hilton
487bd12444
Project restructure ( #18 )
...
* First pass at restructuring the project; untested but it does compile
* Restructure builds and runs 🎉
* Add the dist folder to the gitignore
* Update core/playlist/monitor.go
* golint and reorganize the monitor.go file
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-06-22 18:11:56 -07:00