initial commit.

This commit is contained in:
2023-02-03 18:27:44 +01:00
commit 831e9b124d
4 changed files with 155 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# speedtest-tracker
a speedtest-tracker docker-compose setup that i like.
## usage / configuration
there's not much to configure for speedtest-tracker. to setup a new `.env` file you can either run the `setup.sh` script or just copy the `env.sample` file to `.env` and configure the values the way you like. if you do the configuration manually don't forget to create the data directory.
**important**
the instructions here will not save you knowing how to handle linux systems, docker and so on. if you don't know what you are doing either ask for help or let people do it for you.
## links
* speedtest-tracker docs
https://docs.speedtest-tracker.dev/
* speedtest-tracker github repo
https://github.com/alexjustesen/speedtest-tracker
## disclaimer
speedtest-tracker is an open source project by alexjustesen and not associated with this repository. this repository aims to provide a preconfigured and git-enabled way of configuration management for it including some features that i found useful.
2023-02-03
dede