mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-18 00:17:43 +01:00
* Add speedtest-tracker (ct) * Update speedtest-tracker.sh * Update date_created and logo in JSON file * Update Speedtest Tracker installation script for local IP * Apply suggestion from @tremor021 * Update install/speedtest-tracker-install.sh Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> * Update install/speedtest-tracker-install.sh Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --------- Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "Speedtest-Tracker",
|
|
"slug": "speedtest-tracker",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2025-12-09",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://docs.speedtest-tracker.dev/",
|
|
"website": "https://github.com/alexjustesen/speedtest-tracker",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/speedtest-tracker.webp",
|
|
"config_path": "/opt/speedtest-tracker/.env",
|
|
"description": "Speedtest Tracker is a self-hosted application that runs scheduled speed tests using the Ookla Speedtest CLI and saves the results to a database for historical tracking and visualization.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/speedtest-tracker.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin@example.com",
|
|
"password": "password"
|
|
},
|
|
"notes": []
|
|
}
|