Initial Homepage dashboard configuration
Services, widgets, layout and settings for the homelab dashboard.
Secrets are externalized via {{HOMEPAGE_VAR_*}} placeholders and
supplied through a local .env file (not committed).
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
|
||||
title: Homelab
|
||||
theme: dark
|
||||
color: slate
|
||||
headerStyle: boxed
|
||||
target: _blank
|
||||
|
||||
layout:
|
||||
Infrastruktur:
|
||||
style: row
|
||||
columns: 4
|
||||
Smarthome:
|
||||
style: row
|
||||
columns: 4
|
||||
Monitoring:
|
||||
style: row
|
||||
columns: 4
|
||||
Docker:
|
||||
style: row
|
||||
columns: 4
|
||||
Apps (SSO):
|
||||
style: row
|
||||
columns: 6
|
||||
Apps:
|
||||
style: row
|
||||
columns: 6
|
||||
Media Server:
|
||||
style: row
|
||||
columns: 6
|
||||
Media:
|
||||
style: row
|
||||
columns: 6
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
||||
Reference in New Issue
Block a user