aboutsummaryrefslogtreecommitdiff
path: root/cmd/web
AgeCommit message (Collapse)AuthorFilesLines
2021-01-09Add a progress bar to the UI for installation via HTTP. Uses polling, but ↵Mitch Riedstra7-15/+217
whatever.
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra3-12/+61
2021-01-08Also show the size of games on the page listingMitch Riedstra1-1/+1
2021-01-08Make the application a bit more user friendlyMitch Riedstra5-7/+159
Make a split between being accessed over loopback and remotely. Attempt to show the IP of the server on the internal page to make it easy to hand out. Remove the ability to change any of the runtime configuration or quit the program unless you're local.
2020-11-21Add some version information and a license.Mitch Riedstra2-1/+6
2020-11-21Allow the library to be changed. Fix up quit handler. Improve loggingMitch Riedstra6-5/+44
2020-11-21Bind to a random port of the default one is taken. Add a quit option to the GUIMitch Riedstra2-2/+21
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra8-52/+290
Build the web server and the command line in the build script Allow for deletion of games from the library Move the download function out of main.go Add more information to the index template and handler. Allow for downloads from URLs and installation from local files. Allow changing of the library path via a command line flag Automatically start the web browser on windows
2020-11-21Initial version of a web interfaceMitch Riedstra5-0/+240