Skip to content

Commit

Permalink
feat(homepage): add background image
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 1, 2024
1 parent 123dc58 commit ab0f8ab
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions kubernetes/raspberry/default/homepage/app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data:
widget:
type: proxmox
fields: ["vms", "resources.mem"]
url: https://192.168.0.15:8006
url: https://tank.web3.wiki.br:8006
username: "{{HOMEPAGE_VAR_PROXMOX_TOKEN_ID}}"
password: "{{HOMEPAGE_VAR_PROXMOX_TOKEN_SECRET}}"
- Pihole:
Expand All @@ -61,28 +61,36 @@ data:
settings.yaml: |
title: Homelab
startUrl: https://web3.wiki.br
background:
image: https://stsci-opo.org/STScI-01G8GZR18A6CBS9TGJS8JE9CM4.png
opacity: 20
cardBlur: md
theme: dark
headerStyle: clean
quicklaunch:
hideInternetSearch: true
showSearchSuggestions: true
hideVisitURL: true
layout:
Media:
style: row
columns: 3
icon: mdi-television
Monitoring:
style: row
columns: 3
icon: mdi-chart-line
Storage:
style: row
columns: 2
icon: mdi-database
Network:
icon: mdi-lan
style: row
columns: 2
- Media:
style: row
columns: 2
icon: mdi-television
- Monitoring:
style: row
columns: 2
icon: mdi-chart-line
- Storage:
style: row
columns: 2
icon: mdi-database
- Network:
icon: mdi-lan
style: row
columns: 2
providers:
longhorn:
url: https://longhorn.raspberry.web3.wiki.br
widgets.yaml: |
- kubernetes:
cluster:
Expand Down

0 comments on commit ab0f8ab

Please sign in to comment.