Cleanup and simplify containers and charts (#531)
* move truecharts containers to k8s-at-home * Chart.yaml cleanup * bump patch versions
This commit is contained in:
committed by
GitHub
parent
9a903fb6ca
commit
2ee1190fda
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: true
|
||||
description: Usenet meta search
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/nzbhydra
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png
|
||||
keywords:
|
||||
- nzbhydra
|
||||
@@ -15,10 +15,6 @@ kubeVersion: '>=1.16.0-0'
|
||||
maintainers: []
|
||||
name: nzbhydra
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/nzbhydra
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra
|
||||
- https://hub.docker.com/r/linuxserver/nzbhydra2
|
||||
- https://github.com/theotherp/nzbhydra2
|
||||
type: application
|
||||
upstream_version: 5.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/nzbhydra2
|
||||
repository: ghcr.io/k8s-at-home/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.14.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for nzbhydra.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/nzbhydra2
|
||||
repository: ghcr.io/k8s-at-home/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.14.2
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: App to test GUI prototypes
|
||||
home: https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui
|
||||
icon: https://truecharts.org/_static/img/jackett-icon.png
|
||||
keywords:
|
||||
- dev
|
||||
@@ -17,7 +17,6 @@ maintainers:
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: prototype-gui
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
||||
sources: null
|
||||
type: application
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ description: AppDaemon is a loosely coupled, multithreaded, sandboxed python exe
|
||||
environment for writing automation apps for Home Assistant home automation software.
|
||||
It also provides a configurable dashboard (HADashboard) suitable for wall mounted
|
||||
tablets.
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/appdaemon
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/appdaemon
|
||||
icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true
|
||||
keywords:
|
||||
- appdaemon
|
||||
@@ -26,4 +26,4 @@ name: appdaemon
|
||||
sources:
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/appdaemon
|
||||
repository: ghcr.io/k8s-at-home/appdaemon
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v4.0.8"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and
|
||||
downloads subtitles based on your requirements
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/bazarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
|
||||
keywords:
|
||||
- bazarr
|
||||
@@ -26,10 +26,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: bazarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/bazarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/bazarr
|
||||
- https://github.com/Bazarr/Bazarr
|
||||
- https://hub.docker.com/r/linuxserver/bazarr
|
||||
type: application
|
||||
upstream_version: 5.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bazarr
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Bazarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bazarr
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.5
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading
|
||||
and downloading eBooks using an existing Calibre database.
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/calibre-web
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/calibre-web
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png
|
||||
keywords:
|
||||
- calibre-web
|
||||
@@ -20,10 +20,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: calibre-web
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/calibre-web
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/calibre-web
|
||||
- https://hub.docker.com/r/linuxserver/calibre-web/
|
||||
- https://github.com/janeczku/calibre-web
|
||||
type: application
|
||||
upstream_version: 4.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Deluge App for TrueNAS SCALE
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/deluge
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge
|
||||
icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200
|
||||
keywords:
|
||||
- transmission
|
||||
@@ -19,7 +19,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: deluge
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/deluge
|
||||
- https://github.com/deluge-torrent/deluge
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -27,4 +27,4 @@ name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: FreshRSS is a self-hosted RSS feed aggregator
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/freshrss
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss
|
||||
icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true
|
||||
keywords:
|
||||
- freshrss
|
||||
@@ -18,10 +18,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: freshrss
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/freshrss
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/freshrss
|
||||
- https://github.com/FreshRSS/FreshRSS
|
||||
- https://hub.docker.com/r/linuxserver/freshrss
|
||||
type: application
|
||||
upstream_version: 2.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Gaps searches through your Plex Server or local folders for all movies,
|
||||
then queries for known movies in the same collection.
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/gaps
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/gaps
|
||||
icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png
|
||||
keywords:
|
||||
- gaps
|
||||
@@ -20,9 +20,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: gaps
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/gaps
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/gaps
|
||||
- https://github.com/JasonHHouse/gaps
|
||||
type: application
|
||||
upstream_version: 1.1.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries &
|
||||
household management solution for your home
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/grocy
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/grocy
|
||||
icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png
|
||||
keywords:
|
||||
- grocy
|
||||
@@ -18,9 +18,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: grocy
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/grocy
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/grocy
|
||||
- https://github.com/grocy/grocy
|
||||
type: application
|
||||
upstream_version: 4.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: An Application dashboard and launcher
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/heimdall
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall
|
||||
icon: https://i.imgur.com/mM4tcO5.png
|
||||
keywords:
|
||||
- heimdall
|
||||
@@ -16,9 +16,6 @@ maintainers:
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: heimdall
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/heimdall
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/heimdall
|
||||
sources: null
|
||||
type: application
|
||||
upstream_version: 4.1.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Get all your books, like series with Sonarr...
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/lazylibrarian
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian
|
||||
icon: https://lazylibrarian.gitlab.io/logo.svg
|
||||
keywords:
|
||||
- lazylibrarian
|
||||
@@ -21,10 +21,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: lazylibrarian
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/lazylibrarian
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/lazylibrarian
|
||||
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
||||
- https://lazylibrarian.gitlab.io
|
||||
type: application
|
||||
upstream_version: 2.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Lychee is a free photo-management tool, which runs on your server or
|
||||
web-space
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/lychee
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lychee
|
||||
icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true
|
||||
keywords:
|
||||
- lychee
|
||||
@@ -20,10 +20,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: lychee
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/lychee
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/lychee
|
||||
- https://github.com/LycheeOrg/Lychee
|
||||
- https://hub.docker.com/r/lycheeorg/lychee
|
||||
type: application
|
||||
upstream_version: 2.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Navidrome is an open source web-based music collection server and streamer
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/navidrome
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome
|
||||
icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png
|
||||
keywords:
|
||||
- navidrome
|
||||
@@ -19,10 +19,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: navidrome
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/navidrome
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/navidrome
|
||||
- https://github.com/deluan/navidrome
|
||||
- https://hub.docker.com/r/deluan/navidrome
|
||||
type: application
|
||||
upstream_version: 2.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Node-RED is low-code programming for event-driven applications
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/node-red
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/node-red
|
||||
icon: https://nodered.org/about/resources/media/node-red-icon-2.png
|
||||
keywords:
|
||||
- node-red
|
||||
@@ -18,9 +18,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: node-red
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/node-red
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/node-red
|
||||
- https://github.com/node-red/node-red-docker
|
||||
type: application
|
||||
upstream_version: 5.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: NZBGet is a Usenet downloader client
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/nzbget
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbget
|
||||
icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4
|
||||
keywords:
|
||||
- nzbget
|
||||
@@ -18,10 +18,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: nzbget
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/nzbget
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/nzbget
|
||||
- https://hub.docker.com/r/linuxserver/nzbget/
|
||||
- https://nzbget.net/
|
||||
type: application
|
||||
upstream_version: 7.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/nzbget
|
||||
repository: ghcr.io/k8s-at-home/nzbget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v21.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for nzbget.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/nzbget
|
||||
repository: ghcr.io/k8s-at-home/nzbget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v21.0
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: HTPC/Homelab Services Organizer
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/organizr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/organizr
|
||||
icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true
|
||||
keywords:
|
||||
- organizr
|
||||
@@ -17,10 +17,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: organizr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/organizr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/organizr
|
||||
- https://github.com/causefx/Organizr
|
||||
- https://hub.docker.com/r/organizr/organizr
|
||||
type: application
|
||||
upstream_version: 3.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: A self-hosted podcast manager to download episodes as soon as they become
|
||||
live.
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/podgrab
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/podgrab
|
||||
icon: https://truecharts.org/_static/img/podgrab-icon.png
|
||||
keywords:
|
||||
- podgrab
|
||||
@@ -24,5 +24,4 @@ sources:
|
||||
- https://github.com/akhilrex/podgrab
|
||||
- https://hub.docker.com/r/akhilrex/podgrab
|
||||
type: application
|
||||
upstream_version: 1.0.0
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/qbittorrent
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent
|
||||
icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png
|
||||
keywords:
|
||||
- qbittorrent
|
||||
@@ -17,10 +17,6 @@ maintainers:
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: qbittorrent
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/qbittorrent
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/qbittorrent
|
||||
- https://hub.docker.com/r/linuxserver/qbittorrent/
|
||||
sources: null
|
||||
type: application
|
||||
upstream_version: 7.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/qbittorrent
|
||||
repository: ghcr.io/k8s-at-home/qbittorrent
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for qbittorrent.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/qbittorrent
|
||||
repository: ghcr.io/k8s-at-home/qbittorrent
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.5
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: A fork of Radarr to work with Books & AudioBooks
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/readarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr
|
||||
icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true
|
||||
keywords:
|
||||
- readarr
|
||||
@@ -24,10 +24,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: readarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/readarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/readarr
|
||||
- https://github.com/Readarr/Readarr
|
||||
- https://readarr.com
|
||||
type: application
|
||||
upstream_version: 2.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/readarr
|
||||
repository: ghcr.io/k8s-at-home/readarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.1.0.708
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Radarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/readarr
|
||||
repository: ghcr.io/k8s-at-home/readarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.1.0.708
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Free and easy binary newsreader
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/sabnzbd
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd
|
||||
icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4
|
||||
keywords:
|
||||
- sabnzbd
|
||||
@@ -18,10 +18,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: sabnzbd
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/sabnzbd
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/sabnzbd
|
||||
- https://hub.docker.com/r/linuxserver/sabnzbd/
|
||||
- https://sabnzbd.org/
|
||||
type: application
|
||||
upstream_version: 5.0.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sabnzbd
|
||||
repository: ghcr.io/k8s-at-home/sabnzbd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.2.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Sabnzbd.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sabnzbd
|
||||
repository: ghcr.io/k8s-at-home/sabnzbd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.2.1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: TVheadend - a TV streaming server and digital video recorder
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/tvheadend
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/tvheadend
|
||||
icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4
|
||||
keywords:
|
||||
- tvheadend
|
||||
@@ -20,9 +20,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: tvheadend
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/tvheadend
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/tvheadend
|
||||
- https://github.com/tvheadend/tvheadend
|
||||
type: application
|
||||
upstream_version: 1.1.2
|
||||
version: 6.2.0
|
||||
version: 6.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Ubiquiti Network's Unifi Controller
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/unifi
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
|
||||
icon: https://dl.ubnt.com/press/logo-UniFi.png
|
||||
keywords:
|
||||
- ubiquiti
|
||||
@@ -18,9 +18,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: unifi
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/unifi
|
||||
- https://github.com/jacobalberty/unifi-docker
|
||||
- https://unifi-network.ui.com
|
||||
type: application
|
||||
upstream_version: 1.5.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: none
|
||||
description: Helper chart to test different use cases of the common library
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/library/common-test
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||
icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
|
||||
keywords:
|
||||
- common-test
|
||||
@@ -15,7 +15,7 @@ keywords:
|
||||
- common
|
||||
- test
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/library/common-test
|
||||
- https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../common
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
appVersion: none
|
||||
description: Function library for TrueCharts
|
||||
home: https://github.com/truecharts/apps/tree/master/common
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
|
||||
keywords:
|
||||
- truecharts
|
||||
@@ -17,6 +17,5 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: common
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/library/common
|
||||
type: library
|
||||
version: 5.1.2
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: "Collabora Online Development Edition \u2013 an awesome, Online Office\
|
||||
\ suite image suitable for home use."
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/collabora-online
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online
|
||||
icon: https://truecharts.org/_static/img/collabora-icon.png
|
||||
keywords:
|
||||
- collabora-online
|
||||
@@ -21,9 +21,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: collabora-online
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/collabora-online
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/collabora-online
|
||||
- https://hub.docker.com/r/collabora/code
|
||||
- https://www.collaboraoffice.com/code/docker/
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: DeepStack AI provides AI features including Face Recognition, Object
|
||||
Detection, Scene Recognition and custom AI Models
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/deepstack-cpu
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu
|
||||
icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png
|
||||
keywords:
|
||||
- AI
|
||||
@@ -21,9 +21,8 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: deepstack-cpu
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/deepstack-cpu
|
||||
- https://github.com/johnolafenwa/DeepStack
|
||||
- https://hub.docker.com/r/deepquestai/deepstack
|
||||
- https://www.deepstack.cc/
|
||||
type: application
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
|
||||
@@ -22,8 +22,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: emby
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/emby
|
||||
- https://hub.docker.com/r/linuxserver/emby
|
||||
- https://github.com/linuxserver/docker-emby.git
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/emby
|
||||
repository: ghcr.io/k8s-at-home/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.5.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for emby.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/emby
|
||||
repository: ghcr.io/k8s-at-home/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.5.4.0
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
|
||||
configuration files and control them remotely through Home Automation systems.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/esphome
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome
|
||||
icon: https://esphome.io/_images/logo.svg
|
||||
keywords:
|
||||
- esphome
|
||||
@@ -21,10 +21,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: esphome
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/esphome
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/esphome
|
||||
- https://github.com/esphome/esphome
|
||||
- https://hub.docker.com/u/esphome
|
||||
type: application
|
||||
upstream_version: 4.3.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: HandBrake is a tool for converting video from nearly any format to a
|
||||
selection of modern, widely supported codecs.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/handbrake
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake
|
||||
icon: https://handbrake.fr/img/logo.png
|
||||
keywords:
|
||||
- handbrake
|
||||
@@ -23,9 +23,8 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: handbrake
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/handbrake
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://hub.docker.com/r/jlesage/handbrake/
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: home-assistant App for TrueNAS SCALE
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/home-assistant
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png
|
||||
keywords:
|
||||
- home-assistant
|
||||
@@ -22,10 +22,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: home-assistant
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/home-assistant
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant
|
||||
- https://github.com/home-assistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
upstream_version: 5.3.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: API Support for your favorite torrent trackers.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/jackett
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
||||
icon: https://truecharts.org/_static/img/jackett-icon.png
|
||||
keywords:
|
||||
- jackett
|
||||
@@ -22,10 +22,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: jackett
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/jackett
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/jackett
|
||||
- https://github.com/Jackett/Jackett
|
||||
- https://hub.docker.com/r/linuxserver/jackett
|
||||
type: application
|
||||
upstream_version: 7.0.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Jellyfin is a Free Software Media System
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/jellyfin
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin
|
||||
icon: https://truecharts.org/_static/img/jellyfin-icon.png
|
||||
keywords:
|
||||
- jellyfin
|
||||
@@ -22,10 +22,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: jellyfin
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/jellyfin
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/jellyfin
|
||||
- https://hub.docker.com/r/linuxserver/Jellyfin/
|
||||
- https://github.com/jellyfin/jellyfin
|
||||
type: application
|
||||
upstream_version: 4.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Private Windows Activation Server for development and testing
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/kms
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
|
||||
icon: https://truecharts.org/_static/img/kms-icon.jpg
|
||||
keywords:
|
||||
- kms
|
||||
@@ -20,7 +20,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: kms
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/kms
|
||||
- https://github.com/SystemRage/py-kms
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Looks and smells like Sonarr but made for music
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/lidarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
|
||||
icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4
|
||||
keywords:
|
||||
- lidarr
|
||||
@@ -22,10 +22,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: lidarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/lidarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/lidarr
|
||||
- https://github.com/Lidarr/Lidarr
|
||||
- https://hub.docker.com/r/linuxserver/lidarr
|
||||
type: application
|
||||
upstream_version: 7.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/lidarr
|
||||
repository: ghcr.io/k8s-at-home/lidarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.0.0.2226
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Lidarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/lidarr
|
||||
repository: ghcr.io/k8s-at-home/lidarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.0.0.2226
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/ombi
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
|
||||
icon: https://img3.androidappsapk.co/wiLDnuwrCWctiiW62ALcj4eIpNbzeRH_UNPo7eqlpYvGkCQYSTybaI4xVRLKGjnlamlV=s300
|
||||
keywords:
|
||||
- ombi
|
||||
@@ -25,10 +25,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: ombi
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/ombi
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/ombi
|
||||
- https://github.com/tidusjar/Ombi
|
||||
- https://hub.docker.com/r/linuxserver/ombi
|
||||
type: application
|
||||
upstream_version: 8.0.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Plex Media Server
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/plex
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
|
||||
icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
|
||||
keywords:
|
||||
- plex
|
||||
@@ -20,8 +20,6 @@ maintainers:
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: plex
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/plex
|
||||
sources: null
|
||||
type: application
|
||||
upstream_version: 4.2.1
|
||||
version: 4.2.0
|
||||
version: 4.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/plex
|
||||
repository: ghcr.io/k8s-at-home/plex
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.22.3.4523-d0ce30438
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Plex.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/plex
|
||||
repository: ghcr.io/k8s-at-home/plex
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.22.3.4523-d0ce30438
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: "A fork of Sonarr to work with movies \xE0 la Couchpotato"
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/radarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr
|
||||
icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png
|
||||
keywords:
|
||||
- radarr
|
||||
@@ -22,10 +22,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: radarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/radarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/radarr
|
||||
- https://github.com/Radarr/Radarr
|
||||
- https://hub.docker.com/r/linuxserver/radarr
|
||||
type: application
|
||||
upstream_version: 9.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/radarr
|
||||
repository: ghcr.io/k8s-at-home/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.2.0.5048
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Radarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/radarr
|
||||
repository: ghcr.io/k8s-at-home/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.2.0.5048
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/sonarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
|
||||
icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true
|
||||
keywords:
|
||||
- sonarr
|
||||
@@ -22,10 +22,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: sonarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/sonarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/sonarr
|
||||
- https://github.com/Sonarr/Sonarr
|
||||
- https://hub.docker.com/r/linuxserver/sonarr
|
||||
type: application
|
||||
upstream_version: 9.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sonarr
|
||||
repository: ghcr.io/k8s-at-home/sonarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.0.6.1196
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Sonarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sonarr
|
||||
repository: ghcr.io/k8s-at-home/sonarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.0.6.1196
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: P2P file synchronization application
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/syncthing
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
|
||||
icon: https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-128.png
|
||||
keywords:
|
||||
- syncthing
|
||||
@@ -24,4 +24,4 @@ sources:
|
||||
- https://github.com/syncthing/syncthing
|
||||
- https://hub.docker.com/r/syncthing/syncthing
|
||||
type: application
|
||||
version: 5.3.0
|
||||
version: 5.3.1
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: A Python based monitoring and tracking tool for Plex Media Server
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/tautulli
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli
|
||||
icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true
|
||||
keywords:
|
||||
- tautulli
|
||||
@@ -21,10 +21,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: tautulli
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/tautulli
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/tautulli
|
||||
- https://github.com/Tautulli/Tautulli
|
||||
- https://hub.docker.com/r/tautulli/tautulli
|
||||
type: application
|
||||
upstream_version: 7.0.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/tautulli
|
||||
repository: ghcr.io/k8s-at-home/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.7.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Tautulli.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/tautulli
|
||||
repository: ghcr.io/k8s-at-home/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.7.3
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies:
|
||||
version: 9.19.1
|
||||
deprecated: false
|
||||
description: A Traefik based Reverse Proxy and Certificate Manager
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/traefik
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||
keywords:
|
||||
- traefik
|
||||
@@ -24,9 +24,8 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: traefik
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/traefik
|
||||
- https://github.com/traefik/traefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: API Support for your favorite torrent trackers.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/transmission
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
|
||||
icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true
|
||||
keywords:
|
||||
- transmission
|
||||
@@ -22,8 +22,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: transmission
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/transmission
|
||||
- https://github.com/transmission/transmission
|
||||
- https://hub.docker.com/r/linuxserver/transmission
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/transmission
|
||||
repository: ghcr.io/k8s-at-home/transmission
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.00
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Transmission.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/transmission
|
||||
repository: ghcr.io/k8s-at-home/transmission
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.00
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: Aggregated management of TrueNAS devices
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/truecommand
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand
|
||||
icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png
|
||||
keywords:
|
||||
- truecommand
|
||||
@@ -20,7 +20,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: truecommand
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/truecommand
|
||||
- https://hub.docker.com/r/ixsystems/truecommand
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 10.4.7
|
||||
deprecated: false
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/vaultwarden
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
|
||||
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
||||
keywords:
|
||||
- bitwarden
|
||||
@@ -29,8 +29,6 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/bitwarden
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/stable/bitwardenrs
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 2.2.1
|
||||
version: 2.2.2
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
|
||||
and Vue
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/zwavejs2mqtt
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt
|
||||
icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png
|
||||
keywords:
|
||||
- zwavejs2mqtt
|
||||
@@ -24,10 +24,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/stable/zwavejs2mqtt
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/zwavejs2mqtt
|
||||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
||||
type: application
|
||||
upstream_version: 1.1.0
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/appdaemon:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 5050
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/appdaemon"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
@@ -1 +0,0 @@
|
||||
4.0.8
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/appdaemon:pull" | jq --raw-output '.[]')
|
||||
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/appdaemon/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
|
||||
version="${version#*v}"
|
||||
version="${version#*release-}"
|
||||
echo "${version}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/bazarr:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 6767
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/bazarr"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
@@ -1 +0,0 @@
|
||||
0.9.5
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
process:
|
||||
python3:
|
||||
running: true
|
||||
|
||||
port:
|
||||
tcp:6767:
|
||||
listening: true
|
||||
|
||||
# # TODO fix this test
|
||||
# http:
|
||||
# http://localhost:6767:
|
||||
# status: 200
|
||||
# body:
|
||||
# - '<title>Bazarr</title>'
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/bazarr:pull" | jq --raw-output '.[]')
|
||||
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/bazarr/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
|
||||
version="${version#*v}"
|
||||
version="${version#*release-}"
|
||||
echo "${version}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/emby:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 8096 8920
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/emby"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
@@ -1 +0,0 @@
|
||||
4.6.1.0
|
||||
@@ -1,19 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#shellcheck disable=SC1091
|
||||
source "/shim/umask.sh"
|
||||
source "/shim/vpn.sh"
|
||||
|
||||
export LD_LIBRARY_PATH="${APP_DIR}"
|
||||
export FONTCONFIG_PATH="${APP_DIR}"/etc/fonts
|
||||
if [ -d "/lib/x86_64-linux-gnu" ]; then
|
||||
export LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri:"${APP_DIR}"/dri
|
||||
fi
|
||||
export SSL_CERT_FILE="${APP_DIR}"/etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
exec /app/EmbyServer \
|
||||
-programdata /config \
|
||||
-ffdetect /app/ffdetect \
|
||||
-ffmpeg /app/ffmpeg \
|
||||
-ffprobe /app/ffprobe \
|
||||
-restartexitcode 3
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
process:
|
||||
EmbyServer:
|
||||
running: true
|
||||
|
||||
# # TODO fix this test
|
||||
# port:
|
||||
# tcp:8096:
|
||||
# listening: true
|
||||
|
||||
http:
|
||||
http://localhost:8096/web:
|
||||
status: 200
|
||||
body:
|
||||
- '<title>Emby</title>'
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/emby:pull" | jq --raw-output '.[]')
|
||||
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/emby/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
|
||||
version="${version#*v}"
|
||||
version="${version#*release-}"
|
||||
echo "${version}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/jackett:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 9117
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/jackett"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
@@ -1 +0,0 @@
|
||||
0.18.181
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#shellcheck disable=SC1091
|
||||
source "/shim/umask.sh"
|
||||
source "/shim/vpn.sh"
|
||||
|
||||
exec /app/jackett --NoUpdates ${EXTRA_ARGS}
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
process:
|
||||
jackett:
|
||||
running: true
|
||||
|
||||
port:
|
||||
tcp6:9117:
|
||||
listening: true
|
||||
|
||||
http:
|
||||
http://localhost:9117/UI/Login:
|
||||
status: 200
|
||||
body:
|
||||
- '<title>Jackett</title>'
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/jackett:pull" | jq --raw-output '.[]')
|
||||
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/jackett/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
|
||||
version="${version#*v}"
|
||||
version="${version#*release-}"
|
||||
echo "${version}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/lidarr:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 8686
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/lidarr"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
@@ -1 +0,0 @@
|
||||
1.0.0.2226
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#shellcheck disable=SC1091
|
||||
source "/shim/umask.sh"
|
||||
source "/shim/vpn.sh"
|
||||
|
||||
exec /app/Lidarr --nobrowser --data=/config ${EXTRA_ARGS}
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
process:
|
||||
Lidarr:
|
||||
running: true
|
||||
|
||||
port:
|
||||
tcp6:8686:
|
||||
listening: true
|
||||
|
||||
http:
|
||||
http://localhost:8686:
|
||||
status: 200
|
||||
body:
|
||||
- '<title>Lidarr</title>'
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/lidarr:pull" | jq --raw-output '.[]')
|
||||
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/lidarr/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
|
||||
version="${version#*v}"
|
||||
version="${version#*release-}"
|
||||
echo "${version}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# hadolint ignore=DL3007
|
||||
ARG VERSION
|
||||
|
||||
FROM ghcr.io/k8s-at-home/nzbget:v${VERSION}
|
||||
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
USER root
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086
|
||||
RUN \
|
||||
usermod -l apps kah \
|
||||
&& \
|
||||
groupmod -n apps kah \
|
||||
&& chown -R apps:apps /config \
|
||||
&& rm -rf /app/package_info \
|
||||
&& \
|
||||
printf "UpdateMethod=docker\nPackageVersion=%s\nPackageAuthor=[TrueCharts Project](https://truecharts.org)" "${VERSION}" > /app/package_info
|
||||
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 6789
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/nzbget"
|
||||
LABEL "org.opencontainers.image.documentation "="https://truecharts.org"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user