Files
pi-hosted/template/apps/librespeed.json
2022-08-21 16:09:22 -04:00

40 lines
877 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm32": "linuxserver/librespeed:latest",
"image_arm64": "linuxserver/librespeed:latest",
"image_amd64": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest.png",
"name": "librespeed",
"officialDoc": "https://docs.linuxserver.io/images/docker-librespeed",
"platform": "linux",
"ports": [
"83:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "LibreSpeed",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
],
"webpage": "https://librespeed.org/"
}