---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/services/
#widgets
- System Monitoring:
- PiHole:
href: http://server-id/admin
icon: pi-hole.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: PIhole
widget:
type: pihole
url: http://server-id
version: 6 # required if running v6 or higher, defaults to 5
key: "{{HOMEPAGE_VAR_PIHOLE_API_KEY}}" # optional, in v6 can be your password or app password
- OpenMediaVault:
href: http://server-id:90
icon: openmediavault.png # icons found here https://github.com/walkxcode/dashboard-icons
description: OpenMediaVault
widget:
type: openmediavault
url: http://server-id:90/
username: "{{HOMEPAGE_VAR_OMV_USER}}"
password: "{{HOMEPAGE_VAR_OMV_PASS}}"
method: services.getStatus # required
- Portainer:
href: http://server-id:9000
icon: portainer.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: Portainer
widget:
type: portainer
url: http://server-id:9000/
env: 2
key: "{{HOMEPAGE_VAR_PORTAINER_ACCESS_TOKEN}}"
- HomeAssistant:
href: http://server-id:8123/
icon: home-assistant.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: HomeAssistant
widget:
type: homeassistant
url: http://server-id:8123
key: "{{HOMEPAGE_VAR_HOMEASSISTANT_ACCESS_TOKEN}}"
custom:
- state: sensor.powers_cpu_package
label: Ryzen CPU Power
- state: sensor.temperatures_cpu_package
label: Ryzen CPU Temp
- Jellyfin:
href: http://server-id:8096
icon: jellyfin.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: Jellyfin
widget:
type: jellyfin
url: http://server-id:8096/
key: "{{HOMEPAGE_VAR_JELLYFIN_API_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: true # optional, defaults to true
- Plex:
href: https://server-id:32400
icon: plex.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: Plex
widget:
type: plex
url: https://server-id:32400/
key: "{{HOMEPAGE_VAR_PLEX_ACCESS_TOKEN}}" # see https://www.plexopedia.com/plex-media-server/general/plex-token/
fields: ["streams", "movies", "tv", "albums"]
- Containers Group:
# - PI-HOLE Group:
- PI_HOLE Service:
href: http://server-id/admin/
icon: pi-hole.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: PI-Hole page
# - Portiner Group:
- Portainer Service:
href: http://server-id:9000
icon: portainer.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: Portainer Dashboard
# - HomeAssistant Group:
- Homeassistant Service:
href: http://server-id:8123/
icon: home-assistant.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: HomeAssistant Dashboard
# - OpenMediaVault Group:
- OpenMediaVault Service:
href: http://server-id:90/
icon: openmediavault.png # icons found here https://github.com/walkxcode/dashboard-icons
description: OpenMediaVault Dashboard
# - Jellyfin Group:
- Jellyfin Service:
href: http://server-id:8096/
icon: jellyfin.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: Jellyfin Dashboard
# - PLEX Group:
- PLEX Service:
href: https://server-id:32400/
icon: plex.svg # icons found here https://github.com/walkxcode/dashboard-icons
description: PLEX Dashboard
#monitoring
# - SpeedTest Grpoup:
- Speedtest services:
icon: myspeed.svg
href: https://fast.com
description: Network speed tracker
***********************************
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/info-widgets/
- resources:
label: System
expanded: true
cpu: true
memory: true
disk:
- /
#uptime: true
#next
- datetime:
test_size: xl
format:
timeStyle: short
dateStyle: short
- search:
provider: [brave, google, duckduckgo]
target: _blank
showSearchSuggestions: true
***************************
Settings.yaml
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings/
title: Homepage
headerStyle: boxedWidgets
statusStyle: "dot"
hideVersion: true
useEqualHeights: true
fullWidth: true
#background
background:
image: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
opacity: 50 # 0-100
#favicon: https://www.google.com/favicon.ico
cardBlur: md # xs, md, etc... see https://tailwindcss.com/docs/backdrop-blur
#Themes
theme: dark
#color: slate
#layouts
layout:
style: columns
columns: 5
#providers
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey
************************
Comments
Post a Comment