-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect-example.json
More file actions
113 lines (113 loc) · 3.19 KB
/
select-example.json
File metadata and controls
113 lines (113 loc) · 3.19 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"proxmox-notes": {
"resources": {
"image fqdn": "../icons/blue/100x100",
"image width": 100,
"image height": 100,
"divider": "x",
"extension": ".png"
},
"select01": {
"Linux": {
"fa-objects": "fa-linux",
"text": " Linux"
},
"Chip": {
"fa-objects": "fa-microchip",
"text": " Chip"
},
"Clone": {
"fa-objects": "fa-clone",
"text": " Clone"
},
"Desktop": {
"fa-objects": "fa-desktop",
"text": " Desktop"
},
"HAOS": {
"fa-objects": "fa-home",
"text": " HAOS"
},
"Nix OS": {
"fa-objects": "fa-cube",
"text": " Nix OS"
},
"Server OS": {
"fa-objects": "fa-server",
"text": " Server OS"
},
"Steam OS": {
"fa-objects": "fa-steam-square",
"text": " Steam OS"
},
"Tools": {
"fa-objects": "fa-wrench",
"text": " Tools"
},
"Apple": {
"fa-objects": "fa-apple",
"text": " Apple"
},
"Windows": {
"fa-objects": "fa-windows",
"text": " Windows"
}
},
"select02": {
"Default 01": "default01-",
"Audio book shelf 01": "audiobookshelf01-",
"Backup 01": "backup01-",
"Crafty Controller 01": "craftycontroller01-",
"Deluge 01": "deluge01-",
"Deluge 02": "deluge02-",
"File Share 01": "fileshare01-",
"Frigate 01": "frigate01-",
"Frigate 02": "frigate02-",
"Grott 01": "grott01-",
"Helper Scripts 01": "helperscripts01-",
"Home Assistant 01": "homeassistant01-",
"House Systems 01": "housesystems01-",
"Humanoid 01": "humanoid01-",
"Lidarr 01": "lidarr01-",
"Linux Mint 01": "linuxmint01-",
"Linux Mint 02": "linuxmint02-",
"Linux Mint 03": "linuxmint03-",
"Ollama 01": "ollama01-",
"Open WebUI 01": "openwebui01-",
"Overseerr 01": "overseerr01-",
"Plex 01": "plex01-",
"Portainer 01": "portainer01-",
"Proxymanager 01": "proxymanager01-",
"Radarr 01": "radarr01-",
"Sabnzbd 01": "sabnzbd01-",
"Shares 01": "shares01-",
"Shares 02": "shares02-",
"Sonarr 01": "sonarr01-",
"Spoolman 01": "spoolman01-",
"Tautulli 01": "tautulli01-",
"Unifi 01": "unifi01-",
"Wan Bridge 01": "wanbridge01-"
},
"select03": {
"Alma Linux": "Alma Linux",
"Apple OS": "Apple OS",
"Cent OS": "Cent OS",
"Debian 11": "Debian 11",
"Debian 12": "Debian 12",
"Debian 13": "Debian 13",
"Home Assistant OS": "Home Assistant OS",
"Linux Mint 22.1": "Linux Mint 22.1",
"Linux Mint 22.2": "Linux Mint 22.2",
"Linux Mint 22.3": "Linux Mint 22.3",
"Nix OS": "Nix OS",
"Ubuntu Server 20.04": "Ubuntu Server 20.04",
"Ubuntu Server 22.04": "Ubuntu Server 22.04",
"Ubuntu Server 24.04": "Ubuntu Server 24.04",
"Windows 10": "Windows 10",
"Windows 11": "Windows 11",
"Windows Server 2012 R2": "Windows Server 2012 R2",
"Windows Server 2019": "Windows Server 2019",
"Windows Server 2022": "Windows Server 2022"
}
}
}