del(organizr) - change(homer)

This commit is contained in:
nold 2022-10-30 12:00:15 +01:00
parent 40835712f4
commit 4bef7f6824
5 changed files with 20 additions and 65 deletions

View file

@ -1,5 +1,5 @@
env: #env:
UMASK: "" # UMASK: ""
image: image:
pullPolicy: Always pullPolicy: Always

View file

@ -2,7 +2,7 @@ config:
description: Homer Hive Dashboard description: Homer Hive Dashboard
apps: apps:
- name: homer - name: homer
repoURL: https://k8s-at-home.com/charts/ repoURL: https://helm.samipsolutions.fi
chart: homer chart: homer
targetRevision: 8.0.2 targetRevision: 8.0.2
include: include:

View file

@ -23,16 +23,16 @@ ingress:
enabled: true enabled: true
annotations: annotations:
cert-manager.io/cluster-issuer: vault-issuer cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: true traefik.ingress.kubernetes.io/router.tls: "true"
hosts: hosts:
- host: homer.dc - host: home.dc
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: homer-tls - secretName: homer-tls
hosts: hosts:
- homer.dc - home.dc
persistence: persistence:
assets: assets:
@ -51,12 +51,12 @@ configmap:
--- ---
title: "Hive Dashboard" title: "Hive Dashboard"
subtitle: "Homer on the Hive" subtitle: "Homer on the Hive"
logo: "logo.png" #logo: "logo.png"
header: false header: false
footer: false footer: false
columns: "4" columns: "4"
stylesheet: stylesheet:
- "assets/custom.css" - "assets/custom.css"
@ -146,24 +146,34 @@ configmap:
- name: "// Arrrrrr" - name: "// Arrrrrr"
icon: "fas fa-download" icon: "fas fa-download"
items: items:
- logo: assets/png/ombi.png
name: Conreq
subtitle: "Request / Discover Movies/Series"
url: https://conreq.dc
target: "_blank"
- logo: assets/png/ombi.png - logo: assets/png/ombi.png
name: Ombi name: Ombi
subtitle: "Request / Discover Movies/Series"
url: https://ombi.dc url: https://ombi.dc
target: "_blank" target: "_blank"
- logo: assets/png/radarr.png - logo: assets/png/radarr.png
name: Radarr name: Radarr
subtitle: "Movie Loadarr"
url: https://radarr.dc url: https://radarr.dc
target: "_blank" target: "_blank"
- logo: assets/png/sonarr.png - logo: assets/png/sonarr.png
name: Sonarr name: Sonarr
subtitle: "TV Show Loadarr"
url: https://sonarr.dc url: https://sonarr.dc
target: "_blank" target: "_blank"
- logo: assets/png/lidarr.png - logo: assets/png/lidarr.png
name: Lidarr name: Lidarr
subtitle: "Music Loadarr"
url: https://lidarr.dc url: https://lidarr.dc
target: "_blank" target: "_blank"
- logo: assets/png/bazarr.png - logo: assets/png/bazarr.png
name: Bazarr name: Bazarr
subtitle: "Subtitle Loadarr"
url: https://bazarr.dc url: https://bazarr.dc
target: "_blank" target: "_blank"
- logo: assets/png/jackett.png - logo: assets/png/jackett.png
@ -202,7 +212,7 @@ configmap:
name: Paperless name: Paperless
url: https://paperless.dc url: https://paperless.dc
target: "_blank" target: "_blank"
- logo: https://www.chia.net/android-chrome-384x384.png - logo: https://machinaris.dc/static/machinaris.png
name: Chia Farm name: Chia Farm
url: https://machinaris.dc url: https://machinaris.dc
target: "_blank" target: "_blank"
@ -212,6 +222,7 @@ configmap:
items: items:
- logo: assets/png/deluge.png - logo: assets/png/deluge.png
name: Deluge name: Deluge
subtitle: "Torrents"
url: https://torrent.dc url: https://torrent.dc
target: "_blank" target: "_blank"
- logo: assets/png/pyload.png - logo: assets/png/pyload.png

View file

@ -1,9 +0,0 @@
config:
description: Organizr Dashboard
apps:
- name: organizr
repoURL: https://charts.truecharts.org/
chart: organizr
targetRevision: 11.0.38
include:
- ingress-internal

View file

@ -1,47 +0,0 @@
image:
repository: tccr.io/truecharts/organizr
pullPolicy: Always
tag: latest
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10022
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
portal:
enabled: false
ingress:
main:
enabled: true
enableFixedMiddlewares: false
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: home.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: home-tls
hosts:
- home.dc