-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.template
More file actions
194 lines (169 loc) · 5.39 KB
/
config.yaml.template
File metadata and controls
194 lines (169 loc) · 5.39 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
# Statis Configuration Template
# Copy this file to config.yaml and customize for your setup
title: Home Lab
subtitle: Welcome home
theme:
primary_color: '#33c3f0' # Primary accent for buttons and highlights
secondary_color: '#33c3f0' # Accent color for h5s and links
background_color: '#1a1a2e' # Page background
card_color: '#16213e' # Service card background
text_color: '#eaeaea' # Main text color
font_family: system # Options: system, Arial, Helvetica, Georgia, Times New Roman, Courier New, Verdana, Trebuchet MS, Impact, or any Google Font name
favicon: "" # Path to favicon image (auto-populated if favicon_name is set)
favicon_name: "" # Dashboard icon name for favicon (e.g., "proxmox", "home-assistant") - auto-downloads on config load
layout:
widget_columns: 4 # Width of widget column (2-6)
service_columns: 8 # Width of service column (12 - widget_columns)
cards_per_row: 3 # Number of service cards per row (1-5)
services:
- name: Infrastructure
items:
- name: Proxmox
url: https://proxmox.local:8006
icon: "" # Path to icon image (auto-populated if icon_name is set)
icon_name: proxmox # Dashboard icon name - auto-downloads on config load
icon_text: "🖥️" # Emoji fallback (used if icon is empty)
description: Hypervisor
target: "" # Optional: _blank, _self, etc.
- name: TrueNAS
url: https://truenas.local
icon: ""
icon_name: truenas
icon_text: "💾"
description: Storage
target: ""
- name: Portainer
url: https://portainer.local:9443
icon: ""
icon_name: portainer
icon_text: "🐳"
description: Containers
target: ""
- name: Pi-hole
url: https://pihole.local/admin
icon: ""
icon_name: pi-hole
icon_text: "🕳️"
description: DNS & Ad Blocking
target: ""
- name: Media
items:
- name: Plex
url: https://plex.local:32400
icon: ""
icon_name: plex
icon_text: "🎬"
description: Media Server
target: ""
- name: Jellyfin
url: https://jellyfin.local:8096
icon: ""
icon_name: jellyfin
icon_text: "📺"
description: Media Server
target: ""
- name: Sonarr
url: https://sonarr.local:8989
icon: ""
icon_name: sonarr
icon_text: "📡"
description: TV Shows
target: ""
- name: Radarr
url: https://radarr.local:7878
icon: ""
icon_name: radarr
icon_text: "🎥"
description: Movies
target: ""
- name: Monitoring
items:
- name: Uptime Kuma
url: https://uptime.local:3001
icon: ""
icon_name: uptime-kuma
icon_text: "📊"
description: Status Page
target: ""
- name: Grafana
url: https://grafana.local:3000
icon: ""
icon_name: grafana
icon_text: "📈"
description: Dashboards
target: ""
- name: Prometheus
url: https://prometheus.local:9090
icon: ""
icon_name: prometheus
icon_text: "🔥"
description: Metrics
target: ""
- name: Productivity
items:
- name: Nextcloud
url: https://nextcloud.local
icon: ""
icon_name: nextcloud
icon_text: "☁️"
description: Files & Sync
target: ""
- name: Gitea
url: https://gitea.local:3000
icon: ""
icon_name: gitea
icon_text: "🦙"
description: Git Server
target: ""
- name: Vaultwarden
url: https://vault.local
icon: ""
icon_name: vaultwarden
icon_text: "🔐"
description: Password Manager
target: ""
widgets:
# Header Widget (visual separator)
- type: header
title: Status
config: {}
# Uptime Kuma Status Widget
- type: uptime-kuma
title: Server Status
config:
url: https://uptime.local:3001 # Your Uptime Kuma instance URL
slug: servers # Status page slug from Uptime Kuma
collapsed: "true" # Optional: "true" to show collapsed by default
- type: uptime-kuma
title: Service Status
config:
url: https://uptime.local:3001
slug: services
collapsed: "true"
# System Stats Widget (Linux only)
- type: system-stats
title: System Usage
config: {}
# Header Widget (visual separator)
- type: header
title: News
config: {}
# RSS Feed Widget
- type: rss
title: Tech News
config:
url: https://feeds.arstechnica.com/arstechnica/technology-lab
items_per_page: "3" # Items shown per page (default: 3)
refresh: "300" # Refresh interval in seconds (default: 300)
# Clock Widget
- type: clock
title: Local Time
config:
format: 24h # Options: 12h or 24h
timezone: local # Options: local or IANA timezone (e.g., America/New_York, Europe/London)
# Iframe Widget (optional - uncomment to use)
# - type: iframe
# title: External Content
# config:
# url: https://example.com
# height: 400px # Optional: custom height