23 lines
526 B
YAML
23 lines
526 B
YAML
|
|
---
|
||
|
|
# For configuration options and examples, please see:
|
||
|
|
# https://gethomepage.dev/configs/settings/
|
||
|
|
|
||
|
|
|
||
|
|
background:
|
||
|
|
image: /images/galaxy.webp
|
||
|
|
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
||
|
|
brightness: 75 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
||
|
|
opacity: 75 # 0-100
|
||
|
|
providers:
|
||
|
|
openweathermap: b3151b82a1f529a2a94c984f56890cd0
|
||
|
|
weatherapi: weatherapiapikey
|
||
|
|
|
||
|
|
|
||
|
|
layout:
|
||
|
|
- Networking:
|
||
|
|
- Home Lab:
|
||
|
|
- Utilities:
|
||
|
|
- Media:
|
||
|
|
style: row
|
||
|
|
columns: 4
|