|
@@ -4054,5 +4054,41 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Tools",
|
|
|
+ "Web",
|
|
|
+ "Other"
|
|
|
+ ],
|
|
|
+ "description": "Run a Speedtest every hour and graph the results.",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PUID",
|
|
|
+ "name": "PUID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "100",
|
|
|
+ "label": "PGID",
|
|
|
+ "name": "PGID"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "image": "henrywhitaker3/speedtest-tracker:latest-arm",
|
|
|
+ "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/speedtest-tracker.png",
|
|
|
+ "name": "speedtest-tracker",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "8765:80/tcp",
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "Speedtest Tracker",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/speedtest-tracker",
|
|
|
+ "container": "/config"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
}
|