aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/serve-self.go
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04Further refactoring.Mitch Riedstra1-27/+0
2021-03-04Refactor. Pull most of the functions into methods off of an App struct.Mitch Riedstra1-1/+1
Kill most global variables.
2021-01-08Make the application a bit more user friendlyMitch Riedstra1-0/+27
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.