speedtest-go/web
minus 8e31fe25ac
Make Docker image easier to use (#50)
* Use single server example as default frontend

This just works out of the box

* Refactor Dockerfile

- Remove the asset dir since it's embedded in the executable anyway
- Use the code in the current directory to build instead of downloading.
  Makes local testing very easy.
- Cache Go dependencies
- Run without root privileges. Note that using a BoltDB database
  requires mounting a volume with the correct permissions. The default
  database has thus been changed to memory so that starting the image
  just works.

* Automatically publish images
2022-07-26 23:30:23 +08:00
..
assets Make Docker image easier to use (#50) 2022-07-26 23:30:23 +08:00
fs.go Return 404 for non-existing files instead of 403 2020-08-15 23:13:23 +08:00
helpers.go Allow negative coordinates 2021-05-21 14:21:45 +08:00
listener_linux.go Fix wrong format type in Fatalf call (#48) 2022-07-23 20:20:28 +08:00
listener.go Fix Windows build 2022-07-09 01:03:33 +08:00
web.go Fix Windows build 2022-07-09 01:03:33 +08:00