speedtest-go/web/assets
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
..
example-multipleServers-full.html Use default html assets 2021-09-27 11:11:08 +08:00
example-multipleServers-pretty.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-basic.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-chart.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-customSettings.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-gauges.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-pretty.html Use default html assets 2021-09-27 11:11:08 +08:00
example-singleServer-progressBar.html Use default html assets 2021-09-27 11:11:08 +08:00
index.html Make Docker image easier to use (#50) 2022-07-26 23:30:23 +08:00
speedtest_worker.js Embed default assets 2021-09-17 21:06:00 +08:00
speedtest.js Embed default assets 2021-09-17 21:06:00 +08:00