myspeed added

This commit is contained in:
dominikhoebert 2024-07-28 15:16:02 +02:00
parent cad15715d0
commit 1c2b99dc0f
3 changed files with 27 additions and 12 deletions

1
.gitignore vendored
View File

@ -17,4 +17,5 @@ plex-radarr-transmission/plex/
plex-radarr-transmission/radarr/
plex-radarr-transmission/transmission/
guacamole/config/
myspeed/data/

View File

@ -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/)

14
myspeed/compose.yml Normal file
View File

@ -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