41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "Speedtest-Tracker",
|
|
"slug": "speedtest-tracker",
|
|
"categories": [
|
|
2
|
|
],
|
|
"date_created": "2025-01-15",
|
|
"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/svg/speedtest-tracker.svg",
|
|
"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": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Installation path: /opt/speedtest-tracker",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|