2022-01-08 16:35:06 +00:00
|
|
|
image:
|
|
|
|
repository: b4bz/homer
|
2022-02-10 21:51:21 +00:00
|
|
|
tag: 22.02.1
|
2022-01-08 16:35:06 +00:00
|
|
|
|
2022-01-08 17:04:00 +00:00
|
|
|
initContainers:
|
|
|
|
clone-assets:
|
|
|
|
name: clone-assets
|
|
|
|
image: alpine/git
|
|
|
|
command: [ "/bin/sh", "-c" ]
|
|
|
|
args:
|
|
|
|
- "git clone --depth=1 ${THEME_SOURCE} /tmp/theme && git clone --depth=1 ${ICON_SOURCE} /tmp/icons && cp -rv /tmp/theme/assets/* /tmp/icons/png /www/assets/"
|
|
|
|
env:
|
|
|
|
- name: THEME_SOURCE
|
|
|
|
value: https://github.com/walkxcode/homer-theme
|
|
|
|
- name: ICON_SOURCE
|
|
|
|
value: https://github.com/NX211/homer-icons
|
|
|
|
volumeMounts:
|
|
|
|
- name: assets
|
|
|
|
mountPath: /www/assets
|
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2022-01-05 19:16:14 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.tls: true
|
2021-11-28 10:16:31 +00:00
|
|
|
hosts:
|
|
|
|
- host: homer.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: homer-tls
|
|
|
|
hosts:
|
|
|
|
- homer.dc
|
|
|
|
|
2022-01-08 17:04:00 +00:00
|
|
|
persistence:
|
|
|
|
assets:
|
|
|
|
enabled: true
|
|
|
|
type: emptyDir
|
|
|
|
mountPath: /www/assets
|
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
configmap:
|
|
|
|
# -- Store homer configuration as a ConfigMap
|
2022-01-02 15:49:28 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
# -- Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
data:
|
|
|
|
config.yml: |
|
|
|
|
---
|
|
|
|
title: "Hive Dashboard"
|
|
|
|
subtitle: "Homer on the Hive"
|
|
|
|
logo: "logo.png"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2022-01-08 17:04:00 +00:00
|
|
|
header: false
|
2022-01-02 15:49:28 +00:00
|
|
|
footer: false
|
2022-01-08 17:04:00 +00:00
|
|
|
columns: "4"
|
|
|
|
|
|
|
|
stylesheet:
|
|
|
|
- "assets/custom.css"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2022-01-02 15:49:28 +00:00
|
|
|
theme: default
|
|
|
|
colors:
|
2022-01-08 17:04:00 +00:00
|
|
|
light:
|
|
|
|
highlight-primary: "#fff5f2"
|
|
|
|
highlight-secondary: "#fff5f2"
|
|
|
|
highlight-hover: "#bebebe"
|
|
|
|
background: "#12152B"
|
|
|
|
card-background: "#fff5f2"
|
|
|
|
text: "#ffffff"
|
|
|
|
text-header: "#fafafa"
|
|
|
|
text-title: "#000000"
|
|
|
|
text-subtitle: "#111111"
|
|
|
|
card-shadow: rgba(0, 0, 0, 0.5)
|
|
|
|
link: "#3273dc"
|
|
|
|
link-hover: "#2e4053"
|
|
|
|
background-image: "../assets/wallpaper-light.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper!
|
2022-01-02 15:49:28 +00:00
|
|
|
dark:
|
2022-01-08 17:04:00 +00:00
|
|
|
highlight-primary: "#181C3A"
|
|
|
|
highlight-secondary: "#181C3A"
|
|
|
|
highlight-hover: "#1F2347"
|
|
|
|
background: "#12152B"
|
|
|
|
card-background: "#181C3A"
|
2022-01-02 15:49:28 +00:00
|
|
|
text: "#eaeaea"
|
2022-01-08 17:04:00 +00:00
|
|
|
text-header: "#7C71DD"
|
2022-01-02 15:49:28 +00:00
|
|
|
text-title: "#fafafa"
|
2022-01-08 17:04:00 +00:00
|
|
|
text-subtitle: "#8B8D9C"
|
|
|
|
card-shadow: rgba(0, 0, 0, 0.5)
|
|
|
|
link: "#c1c1c1"
|
|
|
|
link-hover: "#fafafa"
|
|
|
|
background-image: "../assets/wallpaper.jpeg"
|
|
|
|
|
2022-01-02 15:49:28 +00:00
|
|
|
#message:
|
|
|
|
# Optional navbar
|
|
|
|
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
|
|
|
#links:
|
|
|
|
# - name: "Contribute"
|
|
|
|
# icon: "fab fa-github"
|
|
|
|
# url: "https://github.com/bastienwirtz/homer"
|
|
|
|
# target: "_blank" # optional html a tag target attribute
|
|
|
|
# - name: "Wiki"
|
|
|
|
# icon: "fas fa-book"
|
|
|
|
# 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
|
|
|
|
# see url field and assets/additionnal-page.yml.dist used in this example:
|
|
|
|
# - name: "another page!"
|
|
|
|
# icon: "fas fa-file-alt"
|
|
|
|
# url: "#additionnal-page"
|
|
|
|
# Services
|
|
|
|
# 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).
|
|
|
|
services:
|
|
|
|
- name: "// Admin"
|
|
|
|
icon: "fas fa-tools"
|
|
|
|
items:
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/openwrt.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: OpenWRT
|
|
|
|
url: https://openwrt.lan
|
|
|
|
target: "_blank"
|
2022-01-30 08:16:23 +00:00
|
|
|
- logo: assets/png/adguardhome.png
|
|
|
|
name: AdGuard Home
|
|
|
|
url: https://adguard.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/argocd.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: ArgoCD
|
|
|
|
url: https://argocd.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/vault.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Vault
|
|
|
|
url: https://vault.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/grafana.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Grafana
|
|
|
|
url: https://grafana.dc
|
|
|
|
target: "_blank"
|
2022-01-23 15:37:29 +00:00
|
|
|
- logo: https://cilium.dc/favicon.ico
|
|
|
|
name: Hubble-UI [Cilium]
|
|
|
|
url: https://cilium.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/minio.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: MinIO
|
|
|
|
url: https://minio.dc
|
|
|
|
target: "_blank"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2022-01-02 15:49:28 +00:00
|
|
|
- name: "// Arrrrrr"
|
|
|
|
icon: "fas fa-download"
|
|
|
|
items:
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/ombi.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Ombi
|
|
|
|
url: https://ombi.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/radarr.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Radarr
|
|
|
|
url: https://radarr.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/sonarr.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Sonarr
|
|
|
|
url: https://sonarr.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/lidarr.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Lidarr
|
|
|
|
url: https://lidarr.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/bazarr.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Bazarr
|
|
|
|
url: https://bazarr.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/jackett.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Jackett
|
|
|
|
url: https://jackett.dc
|
|
|
|
target: "_blank"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2022-01-02 15:49:28 +00:00
|
|
|
- name: "// Apps"
|
|
|
|
icon: "fas fa-cloud"
|
|
|
|
items:
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/drone.png
|
|
|
|
name: Drone.io
|
|
|
|
url: https://drone.nold.in
|
|
|
|
target: "_blank"
|
|
|
|
- logo: assets/png/gitea.png
|
|
|
|
name: Gitea
|
|
|
|
url: https://git.nold.in
|
|
|
|
target: "_blank"
|
2022-03-12 14:49:19 +00:00
|
|
|
- logo: assets/png/mealie.png
|
|
|
|
name: Recipes
|
|
|
|
url: https://cook.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/octoprint.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: OctoPrint
|
|
|
|
url: https://octo.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/kodi.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Kodi
|
|
|
|
url: http://libreelec.lan:8080
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/home-assistant.png
|
2022-03-04 10:43:42 +00:00
|
|
|
name: Home-Assistant
|
2022-01-02 15:49:28 +00:00
|
|
|
url: https://hass.dc
|
|
|
|
target: "_blank"
|
2022-03-04 10:43:42 +00:00
|
|
|
- logo: assets/png/paperless-ng.png
|
|
|
|
name: Paperless
|
|
|
|
url: https://paperless.dc
|
|
|
|
target: "_blank"
|
2022-01-02 15:49:28 +00:00
|
|
|
- logo: https://www.chia.net/android-chrome-384x384.png
|
|
|
|
name: Chia Farm
|
2022-01-23 15:37:29 +00:00
|
|
|
url: https://machinaris.dc
|
2022-01-02 15:49:28 +00:00
|
|
|
target: "_blank"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2022-01-02 15:49:28 +00:00
|
|
|
- name: "// Loader"
|
|
|
|
icon: "fas fa-download"
|
|
|
|
items:
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/deluge.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: Deluge
|
|
|
|
url: https://torrent.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/pyload.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: pyLoad
|
|
|
|
url: https://pyload.dc
|
|
|
|
target: "_blank"
|
2022-01-08 17:04:00 +00:00
|
|
|
- logo: assets/png/youtubedl.png
|
2022-01-02 15:49:28 +00:00
|
|
|
name: YouTube-dl
|
|
|
|
url: https://youtubedl.dc
|
|
|
|
target: "_blank"
|