feat: add houndarr
Some checks failed
lint-test-docker / lint-docker-compose (pull_request) Successful in 24s
lint-test-helm / lint-helm (pull_request) Successful in 45s
lint-test-helm / validate-kubeconform (pull_request) Failing after 22s
render-manifests / render-manifests (pull_request) Successful in 1m9s
Some checks failed
lint-test-docker / lint-docker-compose (pull_request) Successful in 24s
lint-test-helm / lint-helm (pull_request) Successful in 45s
lint-test-helm / validate-kubeconform (pull_request) Failing after 22s
render-manifests / render-manifests (pull_request) Successful in 1m9s
This commit is contained in:
@@ -127,6 +127,7 @@ blocky:
|
|||||||
home IN CNAME traefik-cl01tl
|
home IN CNAME traefik-cl01tl
|
||||||
home-assistant IN CNAME traefik-cl01tl
|
home-assistant IN CNAME traefik-cl01tl
|
||||||
home-assistant-code-server IN CNAME traefik-cl01tl
|
home-assistant-code-server IN CNAME traefik-cl01tl
|
||||||
|
houndarr IN CNAME traefik-cl01tl
|
||||||
hubble IN CNAME traefik-cl01tl
|
hubble IN CNAME traefik-cl01tl
|
||||||
immich IN CNAME traefik-cl01tl
|
immich IN CNAME traefik-cl01tl
|
||||||
jellyfin IN CNAME traefik-cl01tl
|
jellyfin IN CNAME traefik-cl01tl
|
||||||
|
|||||||
@@ -307,6 +307,9 @@ gatus:
|
|||||||
- name: tdarr
|
- name: tdarr
|
||||||
url: https://tdarr.alexlebens.net
|
url: https://tdarr.alexlebens.net
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
- name: houndarr
|
||||||
|
url: https://houndarr.alexlebens.net
|
||||||
|
<<: *defaults
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
url: http://sonarr.sonarr:80
|
url: http://sonarr.sonarr:80
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|||||||
@@ -633,6 +633,12 @@ homepage:
|
|||||||
href: https://bazarr.alexlebens.net
|
href: https://bazarr.alexlebens.net
|
||||||
siteMonitor: http://bazarr.bazarr:80
|
siteMonitor: http://bazarr.bazarr:80
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
|
- Houndarr:
|
||||||
|
icon: https://raw.githubusercontent.com/av1155/houndarr/main/src/houndarr/static/img/houndarr-logo-dark.png
|
||||||
|
description: Media Searches
|
||||||
|
href: https://houndarr.alexlebens.net
|
||||||
|
siteMonitor: http://houndarr.houndarr:80
|
||||||
|
statusStyle: dot
|
||||||
- Tdarr:
|
- Tdarr:
|
||||||
icon: sh-tdarr.webp
|
icon: sh-tdarr.webp
|
||||||
description: Media transcoding and health checks
|
description: Media transcoding and health checks
|
||||||
|
|||||||
25
clusters/cl01tl/helm/houndarr/Chart.yaml
Normal file
25
clusters/cl01tl/helm/houndarr/Chart.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: houndarr
|
||||||
|
version: 1.0.0
|
||||||
|
description: Houndarr
|
||||||
|
keywords:
|
||||||
|
- houndarr
|
||||||
|
- servarr
|
||||||
|
home: https://wiki.alexlebens.dev/s/
|
||||||
|
sources:
|
||||||
|
- https://github.com/av1155/houndarr
|
||||||
|
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||||
|
maintainers:
|
||||||
|
- name: alexlebens
|
||||||
|
dependencies:
|
||||||
|
- name: app-template
|
||||||
|
alias: houndarr
|
||||||
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
|
version: 4.6.2
|
||||||
|
- name: volsync-target
|
||||||
|
alias: volsync-target-data
|
||||||
|
version: 0.8.0
|
||||||
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
|
icon: https://raw.githubusercontent.com/av1155/houndarr/main/src/houndarr/static/img/houndarr-logo-dark.png
|
||||||
|
# renovate: datasource=github-releases depName=av1155/houndarr
|
||||||
|
appVersion: v1.3.2
|
||||||
75
clusters/cl01tl/helm/houndarr/values.yaml
Normal file
75
clusters/cl01tl/helm/houndarr/values.yaml
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
houndarr:
|
||||||
|
controllers:
|
||||||
|
main:
|
||||||
|
type: deployment
|
||||||
|
replicas: 1
|
||||||
|
strategy: Recreate
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/av1155/houndarr
|
||||||
|
tag: v1.3.2
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: America/Chicago
|
||||||
|
- name: HOUNDARR_SECURE_COOKIES
|
||||||
|
value: true
|
||||||
|
- name: HOUNDARR_TRUSTED_PROXIES
|
||||||
|
value: 10.96.0.0/12
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 128Mi
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
controller: main
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
|
targetPort: 8877
|
||||||
|
protocol: HTTP
|
||||||
|
route:
|
||||||
|
main:
|
||||||
|
kind: HTTPRoute
|
||||||
|
parentRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
hostnames:
|
||||||
|
- houndarr.alexlebens.net
|
||||||
|
rules:
|
||||||
|
- backendRefs:
|
||||||
|
- group: ''
|
||||||
|
kind: Service
|
||||||
|
name: houndarr
|
||||||
|
port: 80
|
||||||
|
weight: 100
|
||||||
|
matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
forceRename: houndarr-data
|
||||||
|
storageClass: ceph-block
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
advancedMounts:
|
||||||
|
main:
|
||||||
|
main:
|
||||||
|
- path: /data
|
||||||
|
readOnly: false
|
||||||
|
volsync-target-data:
|
||||||
|
pvcTarget: houndarr-data
|
||||||
|
local:
|
||||||
|
enabled: true
|
||||||
|
schedule: 40 11 * * *
|
||||||
|
remote:
|
||||||
|
enabled: true
|
||||||
|
schedule: 40 12 * * *
|
||||||
|
external:
|
||||||
|
enabled: true
|
||||||
|
schedule: 40 14 * * *
|
||||||
@@ -102,6 +102,7 @@ customDNS:
|
|||||||
home IN CNAME traefik-cl01tl
|
home IN CNAME traefik-cl01tl
|
||||||
home-assistant IN CNAME traefik-cl01tl
|
home-assistant IN CNAME traefik-cl01tl
|
||||||
home-assistant-code-server IN CNAME traefik-cl01tl
|
home-assistant-code-server IN CNAME traefik-cl01tl
|
||||||
|
houndarr IN CNAME traefik-cl01tl
|
||||||
hubble IN CNAME traefik-cl01tl
|
hubble IN CNAME traefik-cl01tl
|
||||||
immich IN CNAME traefik-cl01tl
|
immich IN CNAME traefik-cl01tl
|
||||||
jellyfin IN CNAME traefik-cl01tl
|
jellyfin IN CNAME traefik-cl01tl
|
||||||
|
|||||||
@@ -123,6 +123,7 @@ customDNS:
|
|||||||
home IN CNAME traefik-cl01tl
|
home IN CNAME traefik-cl01tl
|
||||||
home-assistant IN CNAME traefik-cl01tl
|
home-assistant IN CNAME traefik-cl01tl
|
||||||
home-assistant-code-server IN CNAME traefik-cl01tl
|
home-assistant-code-server IN CNAME traefik-cl01tl
|
||||||
|
houndarr IN CNAME traefik-cl01tl
|
||||||
hubble IN CNAME traefik-cl01tl
|
hubble IN CNAME traefik-cl01tl
|
||||||
immich IN CNAME traefik-cl01tl
|
immich IN CNAME traefik-cl01tl
|
||||||
jellyfin IN CNAME traefik-cl01tl
|
jellyfin IN CNAME traefik-cl01tl
|
||||||
|
|||||||
Reference in New Issue
Block a user