aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/main.go
AgeCommit message (Expand)AuthorFilesLines
2021-08-04Pretty large structural changes. Non-building development snapshotMitchell Riedstra1-16/+1
2021-08-02Compatibility with MacOS. Starting browsers is now a bit simplier on each pla...Mitch Riedstra1-8/+11
2021-04-03Some changes to make supporting a demo environment easier. Docker compose demo.Mitchell Riedstra1-0/+9
2021-03-20Update documentation. Remove all traces of chdir from the steam library. Remo...Mitchell1-4/+7
2021-03-19Sweeping changes to switch to bootstrap and make the UI overall a bit more us...Mitch Riedstra1-4/+12
2021-03-14Block /quit on non-local machinesMitch Riedstra1-1/+1
2021-03-04Further refactoring.Mitch Riedstra1-165/+6
2021-03-04Refactor. Pull most of the functions into methods off of an App struct.Mitch Riedstra1-55/+70
2021-03-04Switch go go 1.16 and use EmbedMitch Riedstra1-2/+34
2021-01-12Remove the rwmutex from the steam library as the template may be mutating the...Mitchell1-6/+12
2021-01-12Ignore ipv4 link local addressesMitchell1-3/+6
2021-01-09Add a progress bar to the UI for installation via HTTP. Uses polling, but wha...Mitch Riedstra1-0/+1
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra1-0/+1
2021-01-08Make the application a bit more user friendlyMitch Riedstra1-3/+69
2020-11-21Add some version information and a license.Mitch Riedstra1-0/+1
2020-11-21Allow the library to be changed. Fix up quit handler. Improve loggingMitch Riedstra1-2/+25
2020-11-21Bind to a random port of the default one is taken. Add a quit option to the GUIMitch Riedstra1-1/+20
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra1-46/+25
2020-11-21Initial version of a web interfaceMitch Riedstra1-0/+89