36 lines
909 B
JSON
36 lines
909 B
JSON
{
|
|
"name": "Librespeed",
|
|
"slug": "librespeed",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2025-04-26",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://github.com/librespeed/speedtest/blob/master/doc.md",
|
|
"config_path": "",
|
|
"website": "https://librespeed.org",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/librespeed.webp",
|
|
"description": "No Flash, No Java, No Websocket, No Bullshit. This is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/librespeed.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|