generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 815 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Librespeed",
"version": "5.2.5-ls127",
"slug": "librespeed",
"description": "Librespeed add-on for home assistant, test te speed of your lan",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"url": "https://github.com/linuxserver/docker-librespeed",
"startup": "application",
"webui": "http://[HOST]:[PORT:80]",
"boot": "auto",
"ports": {
"80/tcp": 180
},
"ports_description": {
"80/tcp": "http webui"
},
"host_network": "false",
"host_ipc": "true",
"host_pid": "false",
"privileged": [
"NET_ADMIN"
],
"realtime": "true",
"legacy": "true",
"image": "lscr.io/linuxserver/librespeed",
"options": {
"PUID": 1000,
"PGID": 1000
},
"schema": {
"PUID": "int",
"PGID": "int"
},
"init": "false"
}