mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:21:12 +00:00
Fix: Homer values
This commit is contained in:
parent
ea8e167340
commit
6086913e2a
1 changed files with 157 additions and 155 deletions
|
@ -15,164 +15,166 @@ ingress:
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
# -- Store homer configuration as a ConfigMap
|
# -- Store homer configuration as a ConfigMap
|
||||||
enabled: true
|
config:
|
||||||
# -- Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information.
|
enabled: true
|
||||||
# @default -- See values.yaml
|
# -- Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information.
|
||||||
config: |
|
# @default -- See values.yaml
|
||||||
---
|
data:
|
||||||
title: "Hive Dashboard"
|
config.yml: |
|
||||||
subtitle: "Homer on the Hive"
|
---
|
||||||
logo: "logo.png"
|
title: "Hive Dashboard"
|
||||||
|
subtitle: "Homer on the Hive"
|
||||||
|
logo: "logo.png"
|
||||||
|
|
||||||
header: true
|
header: true
|
||||||
footer: false
|
footer: false
|
||||||
columns: "6"
|
columns: "6"
|
||||||
|
|
||||||
connectivityCheck: true
|
connectivityCheck: true
|
||||||
|
|
||||||
# Optional theme customization
|
# Optional theme customization
|
||||||
theme: default
|
theme: default
|
||||||
colors:
|
colors:
|
||||||
dark:
|
dark:
|
||||||
highlight-primary: "#013c3d"
|
highlight-primary: "#013c3d"
|
||||||
highlight-secondary: "#057752"
|
highlight-secondary: "#057752"
|
||||||
highlight-hover: "#2a8769"
|
highlight-hover: "#2a8769"
|
||||||
background: "#131313"
|
background: "#131313"
|
||||||
card-background: "#2b2b2b"
|
card-background: "#2b2b2b"
|
||||||
text: "#eaeaea"
|
text: "#eaeaea"
|
||||||
text-header: "#ffffff"
|
text-header: "#ffffff"
|
||||||
text-title: "#fafafa"
|
text-title: "#fafafa"
|
||||||
text-subtitle: "#f5f5f5"
|
text-subtitle: "#f5f5f5"
|
||||||
card-shadow: rgba(0, 0, 0, 0.4)
|
card-shadow: rgba(0, 0, 0, 0.4)
|
||||||
link-hover: "#ffdd57"
|
link-hover: "#ffdd57"
|
||||||
#message:
|
#message:
|
||||||
# Optional navbar
|
# Optional navbar
|
||||||
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
||||||
#links:
|
#links:
|
||||||
# - name: "Contribute"
|
# - name: "Contribute"
|
||||||
# icon: "fab fa-github"
|
# icon: "fab fa-github"
|
||||||
# url: "https://github.com/bastienwirtz/homer"
|
# url: "https://github.com/bastienwirtz/homer"
|
||||||
# target: "_blank" # optional html a tag target attribute
|
# target: "_blank" # optional html a tag target attribute
|
||||||
# - name: "Wiki"
|
# - name: "Wiki"
|
||||||
# icon: "fas fa-book"
|
# icon: "fas fa-book"
|
||||||
# url: "https://www.wikipedia.org/"
|
# url: "https://www.wikipedia.org/"
|
||||||
# this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file
|
# this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file
|
||||||
# see url field and assets/additionnal-page.yml.dist used in this example:
|
# see url field and assets/additionnal-page.yml.dist used in this example:
|
||||||
# - name: "another page!"
|
# - name: "another page!"
|
||||||
# icon: "fas fa-file-alt"
|
# icon: "fas fa-file-alt"
|
||||||
# url: "#additionnal-page"
|
# url: "#additionnal-page"
|
||||||
# Services
|
# Services
|
||||||
# First level array represent a group.
|
# First level array represent a group.
|
||||||
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
|
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
|
||||||
services:
|
services:
|
||||||
- name: "// Admin"
|
- name: "// Admin"
|
||||||
icon: "fas fa-tools"
|
icon: "fas fa-tools"
|
||||||
items:
|
items:
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/openwrt.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/openwrt.png
|
||||||
name: OpenWRT
|
name: OpenWRT
|
||||||
url: https://openwrt.lan
|
url: https://openwrt.lan
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://argocd.dc/assets/images/logo.png
|
- logo: https://argocd.dc/assets/images/logo.png
|
||||||
name: ArgoCD
|
name: ArgoCD
|
||||||
url: https://argocd.dc
|
url: https://argocd.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/vault.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/vault.png
|
||||||
name: Vault
|
name: Vault
|
||||||
url: https://vault.dc
|
url: https://vault.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://grafana.dc/public/img/grafana_icon.svg
|
- logo: https://grafana.dc/public/img/grafana_icon.svg
|
||||||
name: Grafana
|
name: Grafana
|
||||||
url: https://grafana.dc
|
url: https://grafana.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
|
- logo: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
|
||||||
name: Falco
|
name: Falco
|
||||||
url: https://falco.dc/ui
|
url: https://falco.dc/ui
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/minio.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/minio.png
|
||||||
name: MinIO
|
name: MinIO
|
||||||
url: https://minio.dc
|
url: https://minio.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/kibana.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/kibana.png
|
||||||
name: Kibana
|
name: Kibana
|
||||||
url: https://kibana.dc
|
url: https://kibana.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
|
|
||||||
- name: "// Coding"
|
- name: "// Coding"
|
||||||
icon: fas fa-code-branch
|
icon: fas fa-code-branch
|
||||||
items:
|
items:
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/drone.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/drone.png
|
||||||
name: Drone.io
|
name: Drone.io
|
||||||
url: https://drone.nold.in
|
url: https://drone.nold.in
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/gitea.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/gitea.png
|
||||||
name: Gitea
|
name: Gitea
|
||||||
url: https://git.nold.in
|
url: https://git.nold.in
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
|
|
||||||
- name: "// Arrrrrr"
|
- name: "// Arrrrrr"
|
||||||
icon: "fas fa-download"
|
icon: "fas fa-download"
|
||||||
items:
|
items:
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/ombi.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/ombi.png
|
||||||
name: Ombi
|
name: Ombi
|
||||||
url: https://ombi.dc
|
url: https://ombi.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/radarr.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/radarr.png
|
||||||
name: Radarr
|
name: Radarr
|
||||||
url: https://radarr.dc
|
url: https://radarr.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/sonarr.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/sonarr.png
|
||||||
name: Sonarr
|
name: Sonarr
|
||||||
url: https://sonarr.dc
|
url: https://sonarr.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/lidarr.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/lidarr.png
|
||||||
name: Lidarr
|
name: Lidarr
|
||||||
url: https://lidarr.dc
|
url: https://lidarr.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/bazarr.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/bazarr.png
|
||||||
name: Bazarr
|
name: Bazarr
|
||||||
url: https://bazarr.dc
|
url: https://bazarr.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://jackett.dc/jacket_medium.png
|
- logo: https://jackett.dc/jacket_medium.png
|
||||||
name: Jackett
|
name: Jackett
|
||||||
url: https://jackett.dc
|
url: https://jackett.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
|
|
||||||
- name: "// Apps"
|
- name: "// Apps"
|
||||||
icon: "fas fa-cloud"
|
icon: "fas fa-cloud"
|
||||||
items:
|
items:
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/octoprint.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/octoprint.png
|
||||||
name: OctoPrint
|
name: OctoPrint
|
||||||
url: https://octo.dc
|
url: https://octo.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/kodi.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/kodi.png
|
||||||
name: Kodi
|
name: Kodi
|
||||||
url: http://libreelec.lan:8080
|
url: http://libreelec.lan:8080
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/home-assistant.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/home-assistant.png
|
||||||
name: HomeAssi
|
name: HomeAssi
|
||||||
url: https://hass.dc
|
url: https://hass.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://www.chia.net/android-chrome-384x384.png
|
- logo: https://www.chia.net/android-chrome-384x384.png
|
||||||
name: Chia Farm
|
name: Chia Farm
|
||||||
url: https://chia.dc
|
url: https://chia.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/navidrome.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/navidrome.png
|
||||||
name: Music Stream
|
name: Music Stream
|
||||||
url: https://music.dc
|
url: https://music.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
|
|
||||||
- name: "// Loader"
|
- name: "// Loader"
|
||||||
icon: "fas fa-download"
|
icon: "fas fa-download"
|
||||||
items:
|
items:
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/deluge.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/deluge.png
|
||||||
name: Deluge
|
name: Deluge
|
||||||
url: https://torrent.dc
|
url: https://torrent.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/pyload.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/pyload.png
|
||||||
name: pyLoad
|
name: pyLoad
|
||||||
url: https://pyload.dc
|
url: https://pyload.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/youtube.png
|
- logo: https://raw.githubusercontent.com/NX211/homer-icons/master/png/youtube.png
|
||||||
name: YouTube-dl
|
name: YouTube-dl
|
||||||
url: https://youtubedl.dc
|
url: https://youtubedl.dc
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
|
|
Loading…
Reference in a new issue