-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices-template.yaml
More file actions
250 lines (243 loc) · 11.3 KB
/
Copy pathservices-template.yaml
File metadata and controls
250 lines (243 loc) · 11.3 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
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
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/services/
# ==============================================================================
- My Network:
- Speedport:
description: ISP router - {{HOMEPAGE_VAR_SPEEDPORT_IP}}
icon: router.png
href: {{HOMEPAGE_VAR_SPEEDPORT_HREF}}
ping: {{HOMEPAGE_VAR_SPEEDPORT_IP}}
- Home Mikrotik:
description: Home Gateway - {{HOMEPAGE_VAR_HOME_MIKROTIK_IP}}
icon: mikrotik.png
ping: {{HOMEPAGE_VAR_HOME_MIKROTIK_IP}}
- Desk Mikrotik:
description: Desk Gateway (Homelab) - {{HOMEPAGE_VAR_HOMELAB_MIKROTIK_IP}}
icon: mikrotik.png
ping: {{HOMEPAGE_VAR_HOMELAB_MIKROTIK_IP}}
widget:
type: mikrotik
url: {{HOMEPAGE_VAR_HOMELAB_MIKROTIK_WIDGET_URL}}
username: {{HOMEPAGE_VAR_HOMELAB_MIKROTIK_WIDGET_USERNAME}}
password: {{HOMEPAGE_VAR_HOMELAB_MIKROTIK_WIDGET_PASSWORD}}
- Home Lights:
icon: mdi-led-on-#ffffff
description: {{HOMEPAGE_VAR_HOME_LIGHTS_DESCRIPTION}}
href: {{HOMEPAGE_VAR_HOME_LIGHTS_HREF}}
- NUC:
icon: si-intel-#ffffff
description: {{HOMEPAGE_VAR_NUC_PING}}
ping: {{HOMEPAGE_VAR_NUC_PING}}
href: {{HOMEPAGE_VAR_NUC_HREF}}
- RASPI:
icon: raspberrypi.png
ping: {{HOMEPAGE_VAR_PASPI_PING}}
description: {{HOMEPAGE_VAR_PASPI_PING}}
href: {{HOMEPAGE_VAR_RASPI_HREF}}
- JETSON:
icon: si-nvidia-#ffffff
ping: {{HOMEPAGE_VAR_JETSON_PING}}
description: {{HOMEPAGE_VAR_JETSON_PING}}
href: {{HOMEPAGE_VAR_JETSON_HREF}}
- Homeassistant:
description: Home Network - {{HOMEPAGE_VAR_HOMEASSISTANT_IP}}
icon: home-assistant-alt.svg
siteMonitor: {{HOMEPAGE_VAR_HOMEASSISTANT_SITEMONITOR}}
href: {{HOMEPAGE_VAR_HOMEASSISTANT_HREF}}
# widget:
# type: homeassistant
# url: {{HOMEPAGE_VAR_HOMEASSISTANT_HREF}}
# key: {{HOMEPAGE_VAR_HOMEASSISTANT_WIDGET_TOKEN}}
- Myspeed:
description: Speedtest statistics
icon: myspeed.png
ping: {{HOMEPAGE_VAR_MY_SPEED_WIDGET_URL}}
href: {{HOMEPAGE_VAR_MY_SPEED_WIDGET_URL}}
widget:
type: myspeed
url: {{HOMEPAGE_VAR_MY_SPEED_WIDGET_URL}}
password: {{HOMEPAGE_VAR_MY_SPEED_WIDGET_PASSWORD}}
# ==============================================================================
- Homelab:
- Proxmox:
description: {{HOMEPAGE_VAR_PROXMOX_PING}} - (VMs {{HOMEPAGE_VAR_PROXMOX_VM_RANGE}})
icon: proxmox.png
ping: {{HOMEPAGE_VAR_PROXMOX_PING}}
href: {{HOMEPAGE_VAR_PROXMOX_HREF}}
widget:
type: proxmox
url: {{HOMEPAGE_VAR_PROXMOX_WIDGET_URL}}
username: {{HOMEPAGE_VAR_PROXMOX_WIDGET_USERNAME}}
password: {{HOMEPAGE_VAR_PROXMOX_WIDGET_PASSWORD}}
node: proxmox-msi
- TrueNAS:
href: {{HOMEPAGE_VAR_TRUENAS_HREF}}
icon: https://www.svgrepo.com/show/331613/truenas.svg
ping: {{HOMEPAGE_VAR_TRUENAS_PING}}
description: {{HOMEPAGE_VAR_TRUENAS_PING}}
widget:
type: truenas
url: {{HOMEPAGE_VAR_TRUENAS_HREF}}
key: {{HOMEPAGE_VAR_TRUENAS_WIDGET_KEY}}
enablePools: true # optional, defaults to false
nasType: scale # defaults to scale, must be set to 'core' if using enablePools with TrueNAS Core
- Portainer:
description: {{HOMEPAGE_VAR_PORTAINER_PING}} - Via Proxmox
href: {{HOMEPAGE_VAR_PORTAINER_HREF}}
icon: portainer.png
ping: {{HOMEPAGE_VAR_PORTAINER_PING}}
widget:
type: portainer
url: {{HOMEPAGE_VAR_PORTAINER_WIDGET_URL}}
env: 2
key: {{HOMEPAGE_VAR_PORTAINER_WIDGET_KEY}}
- Nginx-proxy-manager:
href: {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_HREF}}
description: Via Portainer | Sites - {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_URL}}
icon: nginx-proxy-manager.png
siteMonitor: {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_SITEMONITOR}}
widget:
type: npm
url: {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_WIDGET_URL}}
username: {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_WIDGET_USERNAME}}
password: {{HOMEPAGE_VAR_NGINX_PROXY_MANAGER_WIDGET_PASSWORD}}
- Open WebUI:
href: {{HOMEPAGE_VAR_OPENWEBUI_HREF}}
icon: open-webui.png
siteMonitor: {{HOMEPAGE_VAR_OPENWEBUI_SITEMONITOR}}
description: Via Proxmox
# ==============================================================================
- Services:
- Photoprism:
href: {{HOMEPAGE_VAR_PHOTOPRISM_HREF}}
icon: photoprism.png
siteMonitor: {{HOMEPAGE_VAR_PHOTOPRISM_SITEMONITOR}}
description: Via Truenas - {{HOMEPAGE_VAR_GITEA_IP}}
widget:
# fields: ["albums", "photos", "videos"]
type: photoprism
url: {{HOMEPAGE_VAR_PHOTOPRISM_WIDGET_URL}}
key: {{HOMEPAGE_VAR_PHOTOPRISM_WIDGET_TOKEN}}
- Jellyfin:
# 0. IF YOU USE TRUENAS:
# a) When creating app, use USERID & GROUPID of your user
# b) Use Additional storage:
# Mount point same as Host path configuration (Create a shared dir)
href: {{HOMEPAGE_VAR_JELLYFIN_HREF}}
icon: jellyfin.png
description: Via Truenas - {{HOMEPAGE_VAR_JELLYFIN_IP}}
siteMonitor: {{HOMEPAGE_VAR_JELLYFIN_SITEMONITOR}}
widget:
# fields: ["movies", "series", "episodes"]
type: jellyfin
url: {{HOMEPAGE_VAR_JELLYFIN_WIDGET_URL}}
key: {{HOMEPAGE_VAR_JELLYFIN_WIDGET_KEY}}
enableBlocks: true # optional, defaults to false
enableNowPlaying: true # optional, defaults to true
enableUser: true # optional, defaults to false
showEpisodeNumber: true # optional, defaults to false
expandOneStreamToTwoRows: false # optional, defaults to true
- Nextcloud:
# 0. IF YOU USE TRUENAS:
# Admin User: nextcloud
# Admin password:
# Host: {{HOMEPAGE_VAR_NEXTCLOUD_IP}}
# Max upload size: 10
# Host Path Configuration: configure to your local shared dir (need to have your user privileges)
href: {{HOMEPAGE_VAR_NEXTCLOUD_HREF}}
description: Via Truenas - {{HOMEPAGE_VAR_NEXTCLOUD_IP}}
icon: nextcloud.png
siteMonitor: {{HOMEPAGE_VAR_NEXTCLOUD_SITEMONITOR}}
# widget:
# type: nextcloud
# url: {{HOMEPAGE_VAR_NEXTCLOUD_WIDGET_URL}}
# key: {{HOMEPAGE_VAR_NEXTCLOUD_WIDGET_TOKEN}}
- Gitea:
# 0. IF YOU USE TRUENAS:
# To work this properly, need to add 3 shared dirs
# a) data [apps:apps], b) db [NOT TESTED], c) config [apps:apps]
# 1. Set Root URL as: http://desk-truenas.duckdns.org
description: Via Truenas - {{HOMEPAGE_VAR_GITEA_IP}}
icon: gitea.png
siteMonitor: {{HOMEPAGE_VAR_GITEA_SITEMONITOR}}
href: {{HOMEPAGE_VAR_GITEA_HREF}}
- Registry:
# 0. IF YOU USE TRUENAS:
# To work this properly, need to add
# a. When creating app, use USERID & GROUPID of your user
# b. CLIENR - edit: sudo vim /etc/docker/daemon.json
# "insecure-registries":["desk-truenas.duckdns.org:30095"]
# c. sudo systemctl restart docker.service
description: Via Truenas | Registry {{HOMEPAGE_VAR_REGISTRY_URL}}
icon: docker.png
ping: {{HOMEPAGE_VAR_REGISTRY_PING}}
- MeTube:
href: {{HOMEPAGE_VAR_METUBE_HREF}}
icon: metube.png
description: Via Truenas - {{HOMEPAGE_VAR_METUBE_IP}}
siteMonitor: {{HOMEPAGE_VAR_METUBE_SITEMONITOR}}
- Pi-hole:
href: {{HOMEPAGE_VAR_PIHOLE_HREF}}
icon: pi-hole.png
widget:
type: pihole
url: {{HOMEPAGE_VAR_PIHOLE_WIDGET_URL}}
version: 5 # required if running v6 or higher, defaults to 5
key: {{HOMEPAGE_VAR_PIHOLE_WIDGET_KEY}} # optional, in v6 can be your password or app password
# ==============================================================================
- Everyday:
- Calendar:
href: https://calendar.google.com/
widget:
type: calendar
firstDayInWeek: sunday # optional - defaults to monday
view: monthly # optional - possible values monthly, agenda
maxEvents: 10 # optional - defaults to 10
showTime: true # optional - show time for event happening today - defaults to false
timezone: Europe/Athens # 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 timezone)
integrations:
- type: ical
name: {{HOMEPAGE_VAR_CALENDAR_ICAL_1_NAME}}
color: yellow
url: {{HOMEPAGE_VAR_CALENDAR_ICAL_1_URL}}
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
- type: ical
name: {{HOMEPAGE_VAR_CALENDAR_ICAL_2_NAME}}
color: green
url: {{HOMEPAGE_VAR_CALENDAR_ICAL_2_URL}}
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
- type: ical
name: holidays
color: blue
url: https://calendar.google.com/calendar/ical/en.greek%23holiday%40group.v.calendar.google.com/public/basic.ics
- type: ical
name: Greek namedays
url: {{HOMEPAGE_VAR_CALENDAR_ICAL_NAMEDAYS}}
- Agenda:
href: https://calendar.google.com/calendar/u/1/r
widget:
type: calendar
view: agenda # optional - possible values monthly, agenda
maxEvents: 4 # optional - defaults to 10slower performance) - force timezone for ical
integrations:
- type: ical
name: {{HOMEPAGE_VAR_CALENDAR_ICAL_1_NAME}}
color: yellow
url: {{HOMEPAGE_VAR_CALENDAR_ICAL_1_URL}}
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
- type: ical
name: {{HOMEPAGE_VAR_CALENDAR_ICAL_2_NAME}}
color: green
url: {{HOMEPAGE_VAR_CALENDAR_ICAL_2_URL}}
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
- Open WebUI:
href: http://localhost:3000/
icon: open-webui.
siteMonitor: http://localhost:3000/
description: Local - this device
# ==============================================================================