mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
del(organizr) - change(homer)
This commit is contained in:
parent
40835712f4
commit
4bef7f6824
5 changed files with 20 additions and 65 deletions
|
@ -1,5 +1,5 @@
|
|||
env:
|
||||
UMASK: ""
|
||||
#env:
|
||||
# UMASK: ""
|
||||
|
||||
image:
|
||||
pullPolicy: Always
|
||||
|
|
|
@ -2,7 +2,7 @@ config:
|
|||
description: Homer Hive Dashboard
|
||||
apps:
|
||||
- name: homer
|
||||
repoURL: https://k8s-at-home.com/charts/
|
||||
repoURL: https://helm.samipsolutions.fi
|
||||
chart: homer
|
||||
targetRevision: 8.0.2
|
||||
include:
|
||||
|
|
|
@ -23,16 +23,16 @@ ingress:
|
|||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: true
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
hosts:
|
||||
- host: homer.dc
|
||||
- host: home.dc
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: homer-tls
|
||||
hosts:
|
||||
- homer.dc
|
||||
- home.dc
|
||||
|
||||
persistence:
|
||||
assets:
|
||||
|
@ -51,12 +51,12 @@ configmap:
|
|||
---
|
||||
title: "Hive Dashboard"
|
||||
subtitle: "Homer on the Hive"
|
||||
logo: "logo.png"
|
||||
#logo: "logo.png"
|
||||
|
||||
header: false
|
||||
footer: false
|
||||
columns: "4"
|
||||
|
||||
|
||||
stylesheet:
|
||||
- "assets/custom.css"
|
||||
|
||||
|
@ -146,24 +146,34 @@ configmap:
|
|||
- name: "// Arrrrrr"
|
||||
icon: "fas fa-download"
|
||||
items:
|
||||
- logo: assets/png/ombi.png
|
||||
name: Conreq
|
||||
subtitle: "Request / Discover Movies/Series"
|
||||
url: https://conreq.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/ombi.png
|
||||
name: Ombi
|
||||
subtitle: "Request / Discover Movies/Series"
|
||||
url: https://ombi.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/radarr.png
|
||||
name: Radarr
|
||||
subtitle: "Movie Loadarr"
|
||||
url: https://radarr.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/sonarr.png
|
||||
name: Sonarr
|
||||
subtitle: "TV Show Loadarr"
|
||||
url: https://sonarr.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/lidarr.png
|
||||
name: Lidarr
|
||||
subtitle: "Music Loadarr"
|
||||
url: https://lidarr.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/bazarr.png
|
||||
name: Bazarr
|
||||
subtitle: "Subtitle Loadarr"
|
||||
url: https://bazarr.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/jackett.png
|
||||
|
@ -202,7 +212,7 @@ configmap:
|
|||
name: Paperless
|
||||
url: https://paperless.dc
|
||||
target: "_blank"
|
||||
- logo: https://www.chia.net/android-chrome-384x384.png
|
||||
- logo: https://machinaris.dc/static/machinaris.png
|
||||
name: Chia Farm
|
||||
url: https://machinaris.dc
|
||||
target: "_blank"
|
||||
|
@ -212,6 +222,7 @@ configmap:
|
|||
items:
|
||||
- logo: assets/png/deluge.png
|
||||
name: Deluge
|
||||
subtitle: "Torrents"
|
||||
url: https://torrent.dc
|
||||
target: "_blank"
|
||||
- logo: assets/png/pyload.png
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue