Skip to content

Commit

Permalink
Changed dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 15, 2023
1 parent 4401198 commit 4409703
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
10 changes: 10 additions & 0 deletions argocd/homepage/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,31 @@ homepage:
Media:
icon: mdi-movie-play
style: columns
fiveColumns: true

# Downloaders:
# icon: mdi-cloud-download
# style: columns
Internal:
icon: mdi-nas
style: columns
fiveColumns: true

Template Aggregators:
icon: mdi-briefcase-plus
style: columns
fiveColumns: true

Monitoring:
icon: mdi-safety-goggles
style: columns
fiveColumns: true

Services:
icon: mdi-server-network
style: columns
fiveColumns: true



bookmarks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ home-assistant:
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure-ext,websecure
traefik.ingress.kubernetes.io/router.entrypoints: websecure
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Home Assistant"
gethomepage.dev/description: ""
Expand Down Expand Up @@ -32,20 +32,21 @@ home-assistant:
ingress:
enabled: true
annotations:
cert-manager.io/issuer: letsencrypt
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "HA Code Server"
gethomepage.dev/description: ""
gethomepage.dev/group: "Services"
gethomepage.dev/icon: "code.png"
hosts:
- host: code.ha.${duckdns_domain}.duckdns.org
- host: codeha.${duckdns_domain}.duckdns.org
paths:
- path: /
tls:
- secretName: tls-code-ha-ingress
hosts:
- code.ha.${duckdns_domain}.duckdns.org
- codeha.${duckdns_domain}.duckdns.org

args:
- --auth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ adlists:

# -- list of whitelisted domains to import during initial start of the container
whitelist:
{}
- www.googleadservices.com
# If you want to provide whitelisted domains, add them here.
# - clients4.google.com

Expand Down Expand Up @@ -455,6 +455,8 @@ dnsmasq:
- address=/pihole.${duckdns_domain}.duckdns.org/${master_ip}
- address=/prometheus.${duckdns_domain}.duckdns.org/${master_ip}
- address=/alertmanager.${duckdns_domain}.duckdns.org/${master_ip}
- address=/ha.${duckdns_domain}.duckdns.org/${master_ip}
- address=/codeha.${duckdns_domain}.duckdns.org/${master_ip}

# - address=/bar.foo/192.168.178.11

Expand Down

0 comments on commit 4409703

Please sign in to comment.