Files
ProxmoxVE_Scripts/frontend/public/json/librespeed-rust.json
community-scripts-pr-app[bot] 4af08a5c45 Update date in json (#5626)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-07-01 22:35:42 +01:00

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": []
}