-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.yaml
264 lines (262 loc) · 26.4 KB
/
services.yaml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/services
# icons found here https://github.com/walkxcode/dashboard-icons
- Hypervisor:
- TrueNAS:
icon: truenas.svg
href: ""
description: Home Server
widget:
type: glances
url: http://192.168. .
metric: info
- CPU:
widget:
type: glances
url: http://192.168. .
metric: cpu
- Memory:
widget:
type: glances
url: http://192.168. .
metric: memory
- Process:
widget:
type: glances
url: http://192.168. .
metric: process
- Home Assistant Glances:
icon: home-assistant.png
href: https://
description: Home Assistant Server
widget:
type: glances
url: http://192.168. .
username: # optional if auth enabled in Glances
password: # optional if auth enabled in Glances
metric: info
- HA Glances:
icon: home-assistant.png
href: https://
description: Home Assistant Server
widget:
type: glances
url: http://192.168. .
username: # optional if auth enabled in Glances
password: # optional if auth enabled in Glances
metric: cpu
- Home Assistant:
icon: home-assistant.png
href: https://
description: Home Assistant Server
widget:
type: homeassistant
url: http://192.168. .
key:
custom:
- template: "{{ relative_time(as_datetime(states('sensor.last_boot'))) }}"
label: Last Boot
- state: sensor.home_assistant_operating_system_version
label: OS Version
- HA System Stats:
icon: home-assistant.png
description: Home Assistant Serve
widget:
type: homeassistant
url: http://192.168. .
key:
custom:
- state: sensor.memory_use_percent
label: Memory Use
- state: sensor.localhost_cpu_used
label: CPU Used
- state: sensor.processor_temperature
label: CPU Temp
- Smart Home:
- Home Assistant:
icon: home-assistant.svg
href: https://
description: home
siteMonitor: https://
widget:
type: homeassistant
url: http://192.168.
key:
- Baby Buddy:
icon: home-assistant.svg
href: https://
description: baby room
widget:
type: homeassistant
url: http://192.168. .
key:
custom:
- template: "{{ states.counter.bb_diaper_counter.state }}"
label: Diaper Changes Today
- template: "{{ states.counter.bb_feeding_counter.state }}"
label: Feeds Today
- Am I on Audio or Video:
icon: home-assistant.svg
href: https://
description: office
widget:
type: homeassistant
url: http://192.168. .
key:
custom:
- template: "{{ states('binary_sensor.mark_ii_microphoneactive') }}"
label: Mic Status
- template: "{{ states('binary_sensor.mark_ii_webcamactive') }}"
label: Camera Status
- Apartment Temperature:
icon: home-assistant.svg
href: https://
description: home
widget:
type: homeassistant
url: http://192.168. .
key:
custom:
- template: "{{ states('sensor.bedroom_temperature', with_unit=True) }}"
label: Bedroom
- template: "{{ states('sensor.living_room_temperature', with_unit=True) }}"
label: Living Room
- Network:
- Unifi:
icon: unifi.png
href: https://192.168. .
description: Unifi Host OS
widget:
type: unifi
url: https://192.168. .
username: ""
password: ""
- Speedtest:
icon: speedtest-tracker.png
description: speedtest
widget:
type: speedtest
url: http://192.168. .
- Firewall:
icon: firewalla.png
href: https://my.firewalla.com/#/devices
description: network firewall
- Web Services:
- Uptime Kuma:
icon: uptime-kuma.svg
href: https://
description: internal
siteMonitor: https://
widget:
type: uptimekuma
url: http://192.168. .
username: ""
password: ""
slug: home
- Nginx Proxy Manager:
icon: nginx-proxy-manager.png
description: proxy hosts
widget:
type: npm
url: http://192.168. .
username: ""
password: ""
- Storage:
- NextCloud:
icon: nextcloud.svg
href:
description: Manan's Cloud
siteMonitor: https://
widget:
type: nextcloud
url: https://
username: ""
password: ""
- TrueNAS:
icon: truenas.svg
href: "{{HOMEPAGE_VAR_TRUENAS_URL}}"
description: scale
widget:
type: truenas
url: https://192.168. .
key:
enablePools: true
- WD NAS Console:
icon: https://www.westerndigital.com/content/dam/store/en-us/assets/home-page/brand-logos/wd-logo.png.wdthumb.500.500.webp
href: http://
description: WD NAS EX2 Ultra
siteMonitor: http://192.168.
- Media:
- Upcoming Movies:
icon: mediathekview.png
description: Upcoming Movies
widget:
type: calendar
firstDayInWeek: monday # optional - defaults to monday
view: agenda # optional - possible values monthly, agenda
maxEvents: 5 # optional - defaults to 10
showTime: true # optional - show time for event happening today - defaults to false
timezone: America/Los_Angeles # optional and only when timezone is not detected properly (slightly slower performance) - force timezone for ical events (if it's the same - no change, if missing or different in ical - will be converted to this
integrations: # optional
- type: ical # Show calendar events from another service
url: https://calendar.google.com/calendar/ical/pfutdblf1gi8jmfsvroh76f6jg%40group.calendar.google.com/public/basic.ics # URL with calendar events
name: Upcoming Movies # required - name for these calendar events
color: orange # optional - defaults to pre-defined color for the service (zinc for ical)
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
- Plex:
icon: plex.svg
href: https://
description: media server
siteMonitor: https://
widget:
type: plex
url: https://
key:
- Home Media Players:
icon: home-assistant.svg
href: https://
description: TV Status
widget:
type: homeassistant
url: http://192.168.
key:
custom:
- template: "{{ states('media_player.living_room_apple_tv') }}"
label: Living Room
- template: "{{ states('media_player.guest_room_2') }}"
label: Guest Room
- template: "{{ states('media_player.bedroom') }}"
label: Bedroom
- PhotoPrism:
icon: photoprism.svg
href: https://
description: Photos via Photoprism
siteMonitor: https://
widget:
type: photoprism
url: https://
username:
password:
- Other:
- Bitwarden:
icon: bitwarden.png
href: https://
description:
siteMonitor: https://
- Saved Links:
icon: linkwarden.png
href: https://
description: Linkwarden
siteMonitor: https://
- Personal Blog:
icon: https://
href: https://
description: Wordpress Console
siteMonitor: https://
- Gaming Blog:
icon: https://
href: https://
description: Wordpress Console
siteMonitor: https://