diff --git a/.gitignore b/.gitignore index bb859db..6b2325f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ plex-radarr-transmission/plex/ plex-radarr-transmission/radarr/ plex-radarr-transmission/transmission/ guacamole/config/ +myspeed/data/ diff --git a/README.md b/README.md index 914b40a..639508d 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,6 @@ - https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose -- guacamole - - readme - - homepage - - - -- webtrees - - homepage - - readme - -- Graphana Loki - - readme - - homepage - Authentik - alpine - nginx @@ -63,3 +51,15 @@ - https://github.com/sqlchat/sqlchat - https://github.com/beekeeper-studio/beekeeper-studio - https://dbgate.org/ + - https://github.com/clidey/whodb + +### add to readme and homepage + +- guacamole +- webtrees +- Graphana Loki + + +## Tools + +- [Composerize](https://www.composerize.com/) \ No newline at end of file diff --git a/myspeed/compose.yml b/myspeed/compose.yml new file mode 100644 index 0000000..f84b39a --- /dev/null +++ b/myspeed/compose.yml @@ -0,0 +1,14 @@ +# https://github.com/gnmyt/myspeed + +# speed test analysis software that records your internet speed for up to 30 days + +name: myspeed +services: + myspeed: + ports: + - 5216:5216 + volumes: + - ./data:/myspeed/data + restart: unless-stopped + container_name: myspeed + image: germannewsmaker/myspeed \ No newline at end of file