mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-04 04:57:37 +00:00
36 lines
990 B
JSON
Generated
36 lines
990 B
JSON
Generated
{
|
|
"name": "Librespeed Rust",
|
|
"slug": "librespeed-rust",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2025-07-01",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"config_path": "/var/lib/librespeed-rs/configs.toml",
|
|
"interface_port": 8080,
|
|
"documentation": "https://github.com/librespeed/speedtest-rust",
|
|
"website": "https://github.com/librespeed/speedtest-rust",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/librespeed.svg",
|
|
"description": "Librespeed is a no flash, no java, no websocket speedtest server. This community script deploys the rust version for simplicity and low resource usage.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/librespeed-rust.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|