Dynamic polling (#560)
* chore(deps): update helm chart common to v6.3.1 * Fix KMS and Unifi * try a collabora fix * Temporarily disable nzbget probes waiting for next common * try if firefly-iii wants https * Fix a linting error on nzbget and path issues with jackett/prototypeGUI also disable for podgrab for now (just like NZBget, till next common) * try polling the login path for firefly * fireflyiii back to http * APP_KEY typo and useless security context * again * fireflyiii fix broken db setup Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
co-authored by
Renovate Bot
parent
368026e9b1
commit
3ff41ac29e
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: true
|
deprecated: true
|
||||||
description: Usenet meta search
|
description: Usenet meta search
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra
|
||||||
@@ -17,4 +17,4 @@ name: nzbhydra
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/theotherp/nzbhydra2
|
- https://github.com/theotherp/nzbhydra2
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: App to test GUI prototypes
|
description: App to test GUI prototypes
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui
|
home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui
|
||||||
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
name: prototype-gui
|
name: prototype-gui
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.3
|
version: 1.2.0
|
||||||
|
|||||||
@@ -9,6 +9,16 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.18.263
|
tag: v0.18.263
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|||||||
@@ -16,6 +16,16 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 9117
|
port: 9117
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
# TZ: UTC
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: Airsonic is a Free and Open Source community driven media server
|
description: Airsonic is a Free and Open Source community driven media server
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic
|
||||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
|
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
|
||||||
@@ -19,4 +19,4 @@ sources:
|
|||||||
- https://github.com/airsonic/airsonic
|
- https://github.com/airsonic/airsonic
|
||||||
- https://github.com/linuxserver/docker-airsonic
|
- https://github.com/linuxserver/docker-airsonic
|
||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: v4.0.8
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
|
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
|
||||||
environment for writing automation apps for Home Assistant home automation software.
|
environment for writing automation apps for Home Assistant home automation software.
|
||||||
@@ -26,4 +26,4 @@ name: appdaemon
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/AppDaemon/appdaemon
|
- https://github.com/AppDaemon/appdaemon
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.2
|
version: 3.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and
|
description: Bazarr is a companion application to Bazarr and Radarr. It manages and
|
||||||
downloads subtitles based on your requirements
|
downloads subtitles based on your requirements
|
||||||
@@ -29,4 +29,4 @@ sources:
|
|||||||
- https://github.com/Bazarr/Bazarr
|
- https://github.com/Bazarr/Bazarr
|
||||||
- https://hub.docker.com/r/linuxserver/bazarr
|
- https://hub.docker.com/r/linuxserver/bazarr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading
|
description: Calibre-Web is a web app providing a clean interface for browsing, reading
|
||||||
and downloading eBooks using an existing Calibre database.
|
and downloading eBooks using an existing Calibre database.
|
||||||
@@ -23,4 +23,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/linuxserver/calibre-web/
|
- https://hub.docker.com/r/linuxserver/calibre-web/
|
||||||
- https://github.com/janeczku/calibre-web
|
- https://github.com/janeczku/calibre-web
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Deluge App for TrueNAS SCALE
|
description: Deluge App for TrueNAS SCALE
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge
|
||||||
@@ -21,4 +21,4 @@ name: deluge
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/deluge-torrent/deluge
|
- https://github.com/deluge-torrent/deluge
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -27,4 +27,4 @@ name: fireflyiii
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/firefly-iii/firefly-iii/
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.2
|
version: 4.1.0
|
||||||
|
|||||||
@@ -9,6 +9,16 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-5.5.12
|
tag: version-5.5.12
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_USERNAME: fireflyiii
|
DB_USERNAME: fireflyiii
|
||||||
DB_DATABASE: fireflyiii
|
DB_DATABASE: fireflyiii
|
||||||
|
|||||||
@@ -28,18 +28,28 @@ service:
|
|||||||
port: 51080
|
port: 51080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/login"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_USERNAME: firefly
|
DB_USERNAME: firefly
|
||||||
DB_DATABASE: firefly
|
DB_DATABASE: firefly
|
||||||
DB_CONNECTION: pgsql
|
DB_CONNECTION: pgsql
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
APP_Key: AGcfkCUS233ZWmBXztYbdyCs2u7kkz55
|
APP_KEY: AGcfkCUS233ZWmBXztYbdyCs2u7kkz55
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
key: url
|
key: postgresql_host
|
||||||
DB_PASSWORD:
|
DB_PASSWORD:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: FreshRSS is a self-hosted RSS feed aggregator
|
description: FreshRSS is a self-hosted RSS feed aggregator
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss
|
||||||
@@ -21,4 +21,4 @@ sources:
|
|||||||
- https://github.com/FreshRSS/FreshRSS
|
- https://github.com/FreshRSS/FreshRSS
|
||||||
- https://hub.docker.com/r/linuxserver/freshrss
|
- https://hub.docker.com/r/linuxserver/freshrss
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Gaps searches through your Plex Server or local folders for all movies,
|
description: Gaps searches through your Plex Server or local folders for all movies,
|
||||||
then queries for known movies in the same collection.
|
then queries for known movies in the same collection.
|
||||||
@@ -22,4 +22,4 @@ name: gaps
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/JasonHHouse/gaps
|
- https://github.com/JasonHHouse/gaps
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries &
|
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries &
|
||||||
household management solution for your home
|
household management solution for your home
|
||||||
@@ -20,4 +20,4 @@ name: grocy
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/grocy/grocy
|
- https://github.com/grocy/grocy
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: latest
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: Simple text sharing
|
description: Simple text sharing
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/haste
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/haste
|
||||||
icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png
|
icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png
|
||||||
@@ -21,4 +21,4 @@ name: haste-server
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/seejohnrun/haste-server
|
- https://github.com/seejohnrun/haste-server
|
||||||
- https://github.com/k8s-at-home/container-images
|
- https://github.com/k8s-at-home/container-images
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: An Application dashboard and launcher
|
description: An Application dashboard and launcher
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
name: heimdall
|
name: heimdall
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: latest
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Get all your books, like series with Sonarr...
|
description: Get all your books, like series with Sonarr...
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian
|
||||||
@@ -24,4 +24,4 @@ sources:
|
|||||||
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
||||||
- https://lazylibrarian.gitlab.io
|
- https://lazylibrarian.gitlab.io
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Lychee is a free photo-management tool, which runs on your server or
|
description: Lychee is a free photo-management tool, which runs on your server or
|
||||||
web-space
|
web-space
|
||||||
@@ -23,4 +23,4 @@ sources:
|
|||||||
- https://github.com/LycheeOrg/Lychee
|
- https://github.com/LycheeOrg/Lychee
|
||||||
- https://hub.docker.com/r/lycheeorg/lychee
|
- https://hub.docker.com/r/lycheeorg/lychee
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI
|
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI
|
||||||
backend and a reactive frontend application built in Vue for a pleasant user experience
|
backend and a reactive frontend application built in Vue for a pleasant user experience
|
||||||
for the whole family.
|
for the whole family.
|
||||||
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
name: mealie
|
name: mealie
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hay-kot/mealie
|
- https://github.com/hay-kot/mealie
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Eclipse Mosquitto - An open source MQTT broker
|
description: Eclipse Mosquitto - An open source MQTT broker
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto
|
||||||
@@ -21,4 +21,4 @@ name: mosquitto
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/eclipse/mosquitto
|
- https://github.com/eclipse/mosquitto
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Navidrome is an open source web-based music collection server and streamer
|
description: Navidrome is an open source web-based music collection server and streamer
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome
|
||||||
@@ -22,4 +22,4 @@ sources:
|
|||||||
- https://github.com/deluan/navidrome
|
- https://github.com/deluan/navidrome
|
||||||
- https://hub.docker.com/r/deluan/navidrome
|
- https://hub.docker.com/r/deluan/navidrome
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Node-RED is low-code programming for event-driven applications
|
description: Node-RED is low-code programming for event-driven applications
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/node-red
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/node-red
|
||||||
@@ -20,4 +20,4 @@ name: node-red
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/node-red/node-red-docker
|
- https://github.com/node-red/node-red-docker
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: NZBGet is a Usenet downloader client
|
description: NZBGet is a Usenet downloader client
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbget
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbget
|
||||||
@@ -20,4 +20,4 @@ name: nzbget
|
|||||||
sources:
|
sources:
|
||||||
- https://nzbget.net/
|
- https://nzbget.net/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -9,6 +9,16 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v21.1
|
tag: v21.1
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|||||||
@@ -14,6 +14,16 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 6789
|
port: 6789
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: latest
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: HTPC/Homelab Services Organizer
|
description: HTPC/Homelab Services Organizer
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/organizr
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/organizr
|
||||||
@@ -20,4 +20,4 @@ sources:
|
|||||||
- https://github.com/causefx/Organizr
|
- https://github.com/causefx/Organizr
|
||||||
- https://hub.docker.com/r/organizr/organizr
|
- https://hub.docker.com/r/organizr/organizr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A self-hosted podcast manager to download episodes as soon as they become
|
description: A self-hosted podcast manager to download episodes as soon as they become
|
||||||
live.
|
live.
|
||||||
@@ -24,4 +24,4 @@ sources:
|
|||||||
- https://github.com/akhilrex/podgrab
|
- https://github.com/akhilrex/podgrab
|
||||||
- https://hub.docker.com/r/akhilrex/podgrab
|
- https://hub.docker.com/r/akhilrex/podgrab
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.2
|
version: 4.1.0
|
||||||
|
|||||||
@@ -10,6 +10,16 @@ image:
|
|||||||
tag: 1.0.0
|
tag: 1.0.0
|
||||||
|
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|||||||
@@ -45,3 +45,13 @@ hostPathMounts:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/assets"
|
mountPath: "/assets"
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: Indexer manager/proxy built on the popular arr net base stack to integrate
|
description: Indexer manager/proxy built on the popular arr net base stack to integrate
|
||||||
with your various PVR apps.
|
with your various PVR apps.
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr
|
||||||
@@ -21,4 +21,4 @@ name: prowlarr
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Prowlarr/Prowlarr
|
- https://github.com/Prowlarr/Prowlarr
|
||||||
- https://github.com/k8s-at-home/container-images
|
- https://github.com/k8s-at-home/container-images
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent
|
||||||
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A fork of Radarr to work with Books & AudioBooks
|
description: A fork of Radarr to work with Books & AudioBooks
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr
|
||||||
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/Readarr/Readarr
|
- https://github.com/Readarr/Readarr
|
||||||
- https://readarr.com
|
- https://readarr.com
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: Docker registry v2 command line client and repo listing generator with
|
description: Docker registry v2 command line client and repo listing generator with
|
||||||
security checks.
|
security checks.
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/reg
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/reg
|
||||||
@@ -19,4 +19,4 @@ name: reg
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/genuinetools/reg
|
- https://github.com/genuinetools/reg
|
||||||
- https://github.com/k8s-at-home/container-images/
|
- https://github.com/k8s-at-home/container-images/
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Free and easy binary newsreader
|
description: Free and easy binary newsreader
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd
|
||||||
@@ -20,4 +20,4 @@ name: sabnzbd
|
|||||||
sources:
|
sources:
|
||||||
- https://sabnzbd.org/
|
- https://sabnzbd.org/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
description: The Lounge, modern web IRC client designed for self-hosting
|
description: The Lounge, modern web IRC client designed for self-hosting
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/thelounge
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/thelounge
|
||||||
icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4
|
||||||
@@ -21,4 +21,4 @@ maintainers:
|
|||||||
name: thelounge
|
name: thelounge
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/thelounge/thelounge
|
- https://github.com/thelounge/thelounge
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: TVheadend - a TV streaming server and digital video recorder
|
description: TVheadend - a TV streaming server and digital video recorder
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/tvheadend
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/tvheadend
|
||||||
@@ -22,4 +22,4 @@ name: tvheadend
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/tvheadend/tvheadend
|
- https://github.com/tvheadend/tvheadend
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.2
|
version: 7.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
|
||||||
@@ -21,4 +21,4 @@ sources:
|
|||||||
- https://github.com/jacobalberty/unifi-docker
|
- https://github.com/jacobalberty/unifi-docker
|
||||||
- https://unifi-network.ui.com
|
- https://unifi-network.ui.com
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ questions:
|
|||||||
label: "Port Type"
|
label: "Port Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "HTTP"
|
default: "HTTPS"
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: "HTTP"
|
description: "HTTP"
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
|
protocol: HTTPS
|
||||||
port: 8443
|
port: 8443
|
||||||
comm:
|
comm:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: This application runs as a daemon on your download host. It checks for
|
description: This application runs as a daemon on your download host. It checks for
|
||||||
completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may
|
completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may
|
||||||
@@ -26,4 +26,4 @@ sources:
|
|||||||
- https://github.com/davidnewhall/unpackerr
|
- https://github.com/davidnewhall/unpackerr
|
||||||
- https://hub.docker.com/r/golift/unpackerr
|
- https://hub.docker.com/r/golift/unpackerr
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources:
|
sources:
|
||||||
type: library
|
type: library
|
||||||
version: 6.3.1
|
version: 6.3.2
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Probes selection logic.
|
|||||||
{{- if $primaryService -}}
|
{{- if $primaryService -}}
|
||||||
{{- $primaryPort = get $primaryService.ports (include "common.classes.service.ports.primary" (dict "serviceName" (include "common.service.primary" .) "values" $primaryService)) -}}
|
{{- $primaryPort = get $primaryService.ports (include "common.classes.service.ports.primary" (dict "serviceName" (include "common.service.primary" .) "values" $primaryService)) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
{{- $probeType := "HTTP" -}}
|
||||||
|
|
||||||
{{- range $probeName, $probe := .Values.probes }}
|
{{- range $probeName, $probe := .Values.probes }}
|
||||||
{{- if $probe.enabled -}}
|
{{- if $probe.enabled -}}
|
||||||
@@ -16,22 +17,27 @@ Probes selection logic.
|
|||||||
{{- $probe.spec | toYaml | nindent 2 }}
|
{{- $probe.spec | toYaml | nindent 2 }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- if and $primaryService $primaryPort -}}
|
{{- if and $primaryService $primaryPort -}}
|
||||||
{{- if $primaryPort.protocol -}}
|
{{- if $probe.type -}}
|
||||||
{{- if or ( eq $primaryPort.protocol "HTTP" ) ( eq $primaryPort.protocol "HTTPS" ) -}}
|
{{- $probeType := $probe.type -}}
|
||||||
{{- "httpGet:" | nindent 2 }}
|
{{- else -}}
|
||||||
{{- printf "path: %v" $probe.path | nindent 4 }}
|
{{- if $primaryPort.protocol -}}
|
||||||
{{- printf "scheme: %v" $primaryPort.protocol | nindent 4 }}
|
{{- $probeType := $primaryPort.protocol -}}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if or ( eq $probeType "HTTP" ) ( eq $probeType "HTTP" ) -}}
|
||||||
|
{{- "httpGet:" | nindent 2 }}
|
||||||
|
{{- printf "path: %v" $probe.path | nindent 4 }}
|
||||||
|
{{- printf "scheme: %v" $primaryPort.protocol | nindent 4 }}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- "tcpSocket:" | nindent 2 }}
|
{{- "tcpSocket:" | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else -}}
|
|
||||||
{{- "tcpSocket:" | nindent 2 }}
|
{{- printf "port: %v" $primaryPort.port | nindent 4 }}
|
||||||
{{- end }}
|
{{- printf "initialDelaySeconds: %v" $probe.spec.initialDelaySeconds | nindent 2 }}
|
||||||
{{- printf "port: %v" $primaryPort.port | nindent 4 }}
|
{{- printf "failureThreshold: %v" $probe.spec.failureThreshold | nindent 2 }}
|
||||||
{{- printf "initialDelaySeconds: %v" $probe.spec.initialDelaySeconds | nindent 2 }}
|
{{- printf "timeoutSeconds: %v" $probe.spec.timeoutSeconds | nindent 2 }}
|
||||||
{{- printf "failureThreshold: %v" $probe.spec.failureThreshold | nindent 2 }}
|
{{- printf "periodSeconds: %v" $probe.spec.periodSeconds | nindent 2 }}
|
||||||
{{- printf "timeoutSeconds: %v" $probe.spec.timeoutSeconds | nindent 2 }}
|
|
||||||
{{- printf "periodSeconds: %v" $probe.spec.periodSeconds | nindent 2 }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: "Collabora Online Development Edition \u2013 an awesome, Online Office\
|
description: "Collabora Online Development Edition \u2013 an awesome, Online Office\
|
||||||
\ suite image suitable for home use."
|
\ suite image suitable for home use."
|
||||||
@@ -24,4 +24,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/collabora/code
|
- https://hub.docker.com/r/collabora/code
|
||||||
- https://www.collaboraoffice.com/code/docker/
|
- https://www.collaboraoffice.com/code/docker/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ env:
|
|||||||
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
||||||
username: admin
|
username: admin
|
||||||
password: changeme
|
password: changeme
|
||||||
extra_params:
|
extra_params: "-o:welcome.enable=false -o:user_interface.mode=notebookbar -o:ssl.termination=true -o:ssl.enable=false"
|
||||||
server_name: collabora\.domain\.tld
|
server_name: collabora\.domain\.tld
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: DeepStack AI provides AI features including Face Recognition, Object
|
description: DeepStack AI provides AI features including Face Recognition, Object
|
||||||
Detection, Scene Recognition and custom AI Models
|
Detection, Scene Recognition and custom AI Models
|
||||||
@@ -25,4 +25,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/deepquestai/deepstack
|
- https://hub.docker.com/r/deepquestai/deepstack
|
||||||
- https://www.deepstack.cc/
|
- https://www.deepstack.cc/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.2
|
version: 4.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Emby Server is a home media server
|
description: Emby Server is a home media server
|
||||||
home: https://github.com/truecharts/apps/master/stable/emby
|
home: https://github.com/truecharts/apps/master/stable/emby
|
||||||
@@ -25,4 +25,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/linuxserver/emby
|
- https://hub.docker.com/r/linuxserver/emby
|
||||||
- https://github.com/linuxserver/docker-emby.git
|
- https://github.com/linuxserver/docker-emby.git
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
|
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
|
||||||
configuration files and control them remotely through Home Automation systems.
|
configuration files and control them remotely through Home Automation systems.
|
||||||
@@ -24,4 +24,4 @@ sources:
|
|||||||
- https://github.com/esphome/esphome
|
- https://github.com/esphome/esphome
|
||||||
- https://hub.docker.com/u/esphome
|
- https://hub.docker.com/u/esphome
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: HandBrake is a tool for converting video from nearly any format to a
|
description: HandBrake is a tool for converting video from nearly any format to a
|
||||||
selection of modern, widely supported codecs.
|
selection of modern, widely supported codecs.
|
||||||
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/jlesage/handbrake/
|
- https://hub.docker.com/r/jlesage/handbrake/
|
||||||
- https://handbrake.fr/
|
- https://handbrake.fr/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: home-assistant App for TrueNAS SCALE
|
description: home-assistant App for TrueNAS SCALE
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
|
||||||
@@ -25,4 +25,4 @@ sources:
|
|||||||
- https://github.com/home-assistant/home-assistant
|
- https://github.com/home-assistant/home-assistant
|
||||||
- https://github.com/cdr/code-server
|
- https://github.com/cdr/code-server
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: API Support for your favorite torrent trackers.
|
description: API Support for your favorite torrent trackers.
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
||||||
@@ -24,4 +24,4 @@ name: jackett
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Jackett/Jackett
|
- https://github.com/Jackett/Jackett
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -9,6 +9,16 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.18.263
|
tag: v0.18.263
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
{{- include "common.values.setup" . }}
|
{{ include "common.all" . }}
|
||||||
{{- include "common.pvc" . }}
|
|
||||||
|
|||||||
@@ -16,6 +16,16 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 9117
|
port: 9117
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
readiness:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
|
startup:
|
||||||
|
path: "/UI/Login"
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
# TZ: UTC
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Jellyfin is a Free Software Media System
|
description: Jellyfin is a Free Software Media System
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin
|
||||||
@@ -24,4 +24,4 @@ name: jellyfin
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/jellyfin/jellyfin
|
- https://github.com/jellyfin/jellyfin
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: minimal
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Private Windows Activation Server for development and testing
|
description: Private Windows Activation Server for development and testing
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
|
||||||
@@ -22,4 +22,4 @@ name: kms
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/SystemRage/py-kms
|
- https://github.com/SystemRage/py-kms
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ questions:
|
|||||||
label: "Port Type"
|
label: "Port Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "HTTP"
|
default: "TCP"
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: "HTTP"
|
description: "HTTP"
|
||||||
|
|||||||
@@ -12,4 +12,5 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
|
protocol: TCP
|
||||||
port: 1688
|
port: 1688
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
|
||||||
@@ -24,4 +24,4 @@ name: lidarr
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Lidarr/Lidarr
|
- https://github.com/Lidarr/Lidarr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
|
||||||
@@ -27,4 +27,4 @@ name: ombi
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/tidusjar/Ombi
|
- https://github.com/tidusjar/Ombi
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
|
||||||
@@ -22,4 +22,4 @@ maintainers:
|
|||||||
name: plex
|
name: plex
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.2
|
version: 5.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: "A fork of Sonarr to work with movies \xE0 la Couchpotato"
|
description: "A fork of Sonarr to work with movies \xE0 la Couchpotato"
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr
|
||||||
@@ -24,4 +24,4 @@ name: radarr
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Radarr/Radarr
|
- https://github.com/Radarr/Radarr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
|
||||||
@@ -24,4 +24,4 @@ name: sonarr
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Sonarr/Sonarr
|
- https://github.com/Sonarr/Sonarr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: P2P file synchronization application
|
description: P2P file synchronization application
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
|
||||||
@@ -24,4 +24,4 @@ sources:
|
|||||||
- https://github.com/syncthing/syncthing
|
- https://github.com/syncthing/syncthing
|
||||||
- https://hub.docker.com/r/syncthing/syncthing
|
- https://hub.docker.com/r/syncthing/syncthing
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A Python based monitoring and tracking tool for Plex Media Server
|
description: A Python based monitoring and tracking tool for Plex Media Server
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli
|
||||||
@@ -23,4 +23,4 @@ name: tautulli
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Tautulli/Tautulli
|
- https://github.com/Tautulli/Tautulli
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: '2.4'
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A Traefik based Reverse Proxy and Certificate Manager
|
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||||
@@ -25,4 +25,4 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: API Support for your favorite torrent trackers.
|
description: API Support for your favorite torrent trackers.
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
|
||||||
@@ -25,4 +25,4 @@ sources:
|
|||||||
- https://github.com/transmission/transmission
|
- https://github.com/transmission/transmission
|
||||||
- https://hub.docker.com/r/linuxserver/transmission
|
- https://hub.docker.com/r/linuxserver/transmission
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: nightly
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Aggregated management of TrueNAS devices
|
description: Aggregated management of TrueNAS devices
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand
|
||||||
@@ -22,4 +22,4 @@ name: truecommand
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/ixsystems/truecommand
|
- https://hub.docker.com/r/ixsystems/truecommand
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.4
|
version: 6.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -31,4 +31,4 @@ name: vaultwarden
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/dani-garcia/vaultwarden
|
- https://github.com/dani-garcia/vaultwarden
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.2
|
version: 3.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.1.1
|
version: 6.3.1
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
|
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
|
||||||
and Vue
|
and Vue
|
||||||
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/zwave-js/zwavejs2mqtt
|
- https://github.com/zwave-js/zwavejs2mqtt
|
||||||
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.2
|
version: 6.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user