Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -35,7 +35,7 @@ sources:
|
|||||||
- https://grafana.com/
|
- https://grafana.com/
|
||||||
- https://github.com/bitnami/bitnami-docker-grafana
|
- https://github.com/bitnami/bitnami-docker-grafana
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
||||||
- https://hub.docker.com/r/grafana/grafana
|
|
||||||
- https://quay.io/kiwigrid/k8s-sidecar
|
- https://quay.io/kiwigrid/k8s-sidecar
|
||||||
|
- https://hub.docker.com/r/grafana/grafana
|
||||||
type: application
|
type: application
|
||||||
version: 14.10.7
|
version: 14.10.7
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ keywords:
|
|||||||
- http
|
- http
|
||||||
- web
|
- web
|
||||||
- php
|
- php
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -44,10 +44,10 @@ sources:
|
|||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
|
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
|
||||||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
||||||
|
- https://hub.docker.com/r/clamav/clamav
|
||||||
- https://hub.docker.com/r/collabora/code
|
- https://hub.docker.com/r/collabora/code
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
|
||||||
- https://hub.docker.com/r/clamav/clamav
|
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
||||||
type: application
|
type: application
|
||||||
version: 29.10.22
|
version: 29.10.22
|
||||||
|
|||||||
@@ -8,36 +8,33 @@ To do so, please execute the following steps to do so manually:
|
|||||||
## Other Platforms
|
## Other Platforms
|
||||||
|
|
||||||
Due to other platforms do all having the same storage backend, it depends on your storage backend how you do this.
|
Due to other platforms do all having the same storage backend, it depends on your storage backend how you do this.
|
||||||
It might be advisable to change the password within nextcloud *before* changing the password on the cnpg database.
|
It might be advisable to change the password within nextcloud _before_ changing the password on the cnpg database.
|
||||||
|
|
||||||
In summary:
|
In summary:
|
||||||
|
|
||||||
- Access the config PVC
|
- Access the config PVC
|
||||||
- Edit config.php to ensure "dbpassword" reflects your password
|
- Edit config.php to ensure "dbpassword" reflects your password
|
||||||
|
|
||||||
## TrueNAS SCALE
|
## TrueNAS SCALE
|
||||||
|
|
||||||
1. Mount Nextcloud with HeavyScript, ex:
|
1. Mount Nextcloud with HeavyScript, ex:
|
||||||
heavyscript pvc --mount nextcloud
|
heavyscript pvc --mount nextcloud
|
||||||
|
|
||||||
2. Change to the mounted path, then to the nextcloud-config folder, ex:
|
2. Change to the mounted path, then to the nextcloud-config folder, ex:
|
||||||
cd /mnt/mounted_pvc/nextcloud/nextcloud-config
|
cd /mnt/mounted_pvc/nextcloud/nextcloud-config
|
||||||
|
|
||||||
|
|
||||||
3. grep out dbpassword, ex:
|
3. grep out dbpassword, ex:
|
||||||
cat config.php | grep "dbpassword"
|
cat config.php | grep "dbpassword"
|
||||||
|
|
||||||
|
|
||||||
4. Copy the value from the grep command, should look something like: dF6h35JFX5v6AzfFpviFAoBbZU9cghKrwHWJf9GY5oRmYJEaiTHkYz93JPUgRf
|
4. Copy the value from the grep command, should look something like: dF6h35JFX5v6AzfFpviFAoBbZU9cghKrwHWJf9GY5oRmYJEaiTHkYz93JPUgRf
|
||||||
Change to your home directory, or exit the terminal, ex:
|
Change to your home directory, or exit the terminal, ex:
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
|
|
||||||
5. Unmount Nextcloud with HeavyScript, ex:
|
5. Unmount Nextcloud with HeavyScript, ex:
|
||||||
heavyscript pvc --unmount nextcloud
|
heavyscript pvc --unmount nextcloud
|
||||||
|
|
||||||
|
|
||||||
6. Open TrueNAS UI > Apps > Nextcloud > Edit, and scroll down to the CNPG section and replace PLACEHOLDERPASSWORD under the password field, with the grep value (from step 3-4), then save
|
6. Open TrueNAS UI > Apps > Nextcloud > Edit, and scroll down to the CNPG section and replace PLACEHOLDERPASSWORD under the password field, with the grep value (from step 3-4), then save
|
||||||
If a failure happens here regarding cannot upgrade between pg versions then change the Postgres Version under CNPG settings to 15 if its 16 and attempt to save again
|
If a failure happens here regarding cannot upgrade between pg versions then change the Postgres Version under CNPG settings to 15 if its 16 and attempt to save again
|
||||||
|
|
||||||
7. Start with heavyscript, ex:
|
7. Start with heavyscript, ex:
|
||||||
heavyscript app --start nextcloud
|
heavyscript app --start nextcloud
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ sources:
|
|||||||
- https://github.com/prometheus-community/helm-charts
|
- https://github.com/prometheus-community/helm-charts
|
||||||
- https://github.com/prometheus-operator/kube-prometheus
|
- https://github.com/prometheus-operator/kube-prometheus
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
|
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
|
||||||
- https://hub.docker.com/r/bitnami/alertmanager
|
|
||||||
- https://hub.docker.com/r/bitnami/prometheus
|
|
||||||
- https://quay.io/thanos/thanos
|
- https://quay.io/thanos/thanos
|
||||||
|
- https://hub.docker.com/r/bitnami/prometheus
|
||||||
|
- https://hub.docker.com/r/bitnami/alertmanager
|
||||||
type: application
|
type: application
|
||||||
version: 17.13.7
|
version: 17.13.7
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- anything-llm
|
- anything-llm
|
||||||
- ai
|
- ai
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ sources:
|
|||||||
- https://goauthentik.io/docs/
|
- https://goauthentik.io/docs/
|
||||||
- https://github.com/goauthentik/authentik
|
- https://github.com/goauthentik/authentik
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
||||||
- https://ghcr.io/goauthentik/server
|
|
||||||
- https://ghcr.io/goauthentik/proxy
|
- https://ghcr.io/goauthentik/proxy
|
||||||
- https://ghcr.io/goauthentik/ldap
|
|
||||||
- https://ghcr.io/maxmind/geoipupdate
|
|
||||||
- https://ghcr.io/goauthentik/radius
|
- https://ghcr.io/goauthentik/radius
|
||||||
|
- https://ghcr.io/maxmind/geoipupdate
|
||||||
|
- https://ghcr.io/goauthentik/server
|
||||||
|
- https://ghcr.io/goauthentik/ldap
|
||||||
type: application
|
type: application
|
||||||
version: 25.0.6
|
version: 25.0.6
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- autoscan
|
- autoscan
|
||||||
- media
|
- media
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- cloudflareddns
|
- cloudflareddns
|
||||||
- ddns
|
- ddns
|
||||||
- cloudflare
|
- cloudflare
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp
|
||||||
keywords:
|
keywords:
|
||||||
- docker
|
- docker
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp
|
||||||
keywords:
|
keywords:
|
||||||
- drawio
|
- drawio
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- duplicacy
|
- duplicacy
|
||||||
- Backup
|
- Backup
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- jellyfin
|
- jellyfin
|
||||||
- plex
|
- plex
|
||||||
- emby
|
- emby
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp
|
||||||
keywords:
|
keywords:
|
||||||
- fleet
|
- fleet
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ name: guacamole
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/apache/guacamole-client
|
- https://github.com/apache/guacamole-client
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
|
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
|
||||||
- https://hub.docker.com/r/guacamole/guacd
|
|
||||||
- https://hub.docker.com/r/guacamole/guacamole
|
- https://hub.docker.com/r/guacamole/guacamole
|
||||||
|
- https://hub.docker.com/r/guacamole/guacd
|
||||||
type: application
|
type: application
|
||||||
version: 13.8.6
|
version: 13.8.6
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ maintainers:
|
|||||||
name: humhub
|
name: humhub
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/humhub
|
- https://github.com/truecharts/charts/tree/master/charts/stable/humhub
|
||||||
- https://ghcr.io/mriedmann/humhub-nginx
|
|
||||||
- https://ghcr.io/mriedmann/humhub-phponly
|
- https://ghcr.io/mriedmann/humhub-phponly
|
||||||
|
- https://ghcr.io/mriedmann/humhub-nginx
|
||||||
type: application
|
type: application
|
||||||
version: 7.19.12
|
version: 7.19.12
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- dvr
|
- dvr
|
||||||
- ispy
|
- ispy
|
||||||
- agent
|
- agent
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
- usenet
|
- usenet
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -33,13 +33,13 @@ name: jupyter
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/jupyter/docker-stacks
|
- https://github.com/jupyter/docker-stacks
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
|
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
|
||||||
- https://hub.docker.com/r/jupyter/tensorflow-notebook
|
|
||||||
- https://hub.docker.com/r/jupyter/scipy-notebook
|
|
||||||
- https://hub.docker.com/r/jupyter/base-notebook
|
|
||||||
- https://hub.docker.com/r/jupyter/r-notebook
|
- https://hub.docker.com/r/jupyter/r-notebook
|
||||||
- https://hub.docker.com/r/jupyter/pyspark-notebook
|
|
||||||
- https://hub.docker.com/r/jupyter/datascience-notebook
|
- https://hub.docker.com/r/jupyter/datascience-notebook
|
||||||
- https://hub.docker.com/r/jupyter/minimal-notebook
|
|
||||||
- https://hub.docker.com/r/jupyter/all-spark-notebook
|
- https://hub.docker.com/r/jupyter/all-spark-notebook
|
||||||
|
- https://hub.docker.com/r/jupyter/minimal-notebook
|
||||||
|
- https://hub.docker.com/r/jupyter/scipy-notebook
|
||||||
|
- https://hub.docker.com/r/jupyter/tensorflow-notebook
|
||||||
|
- https://hub.docker.com/r/jupyter/base-notebook
|
||||||
|
- https://hub.docker.com/r/jupyter/pyspark-notebook
|
||||||
type: application
|
type: application
|
||||||
version: 8.8.6
|
version: 8.8.6
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ name: lancache-monolithic
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/lancachenet/monolithic
|
- https://github.com/lancachenet/monolithic
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
|
- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
|
||||||
- https://hub.docker.com/r/ich777/lancache-prefill
|
|
||||||
- https://hub.docker.com/r/lancachenet/monolithic
|
- https://hub.docker.com/r/lancachenet/monolithic
|
||||||
|
- https://hub.docker.com/r/ich777/lancache-prefill
|
||||||
type: application
|
type: application
|
||||||
version: 8.8.6
|
version: 8.8.6
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- lazylibrarian
|
- lazylibrarian
|
||||||
- ebooks
|
- ebooks
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ keywords:
|
|||||||
- libremdb
|
- libremdb
|
||||||
- media
|
- media
|
||||||
- imdb
|
- imdb
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- squeezebox
|
- squeezebox
|
||||||
- audio
|
- audio
|
||||||
- streaming
|
- streaming
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- mc-router
|
- mc-router
|
||||||
- minecraft
|
- minecraft
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp
|
||||||
keywords:
|
keywords:
|
||||||
- mylar
|
- mylar
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -33,14 +33,14 @@ sources:
|
|||||||
- https://github.com/m1k1o/neko
|
- https://github.com/m1k1o/neko
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/neko
|
- https://github.com/truecharts/charts/tree/master/charts/stable/neko
|
||||||
- https://ghcr.io/m1k1o/neko/xfce
|
- https://ghcr.io/m1k1o/neko/xfce
|
||||||
- https://ghcr.io/m1k1o/neko/firefox
|
|
||||||
- https://ghcr.io/m1k1o/neko/vlc
|
- https://ghcr.io/m1k1o/neko/vlc
|
||||||
- https://ghcr.io/m1k1o/neko/tor-browser
|
|
||||||
- https://ghcr.io/m1k1o/neko/google-chrome
|
- https://ghcr.io/m1k1o/neko/google-chrome
|
||||||
|
- https://ghcr.io/m1k1o/neko/firefox
|
||||||
- https://ghcr.io/m1k1o/neko/remmina
|
- https://ghcr.io/m1k1o/neko/remmina
|
||||||
|
- https://ghcr.io/m1k1o/neko/vivaldi
|
||||||
|
- https://ghcr.io/m1k1o/neko/tor-browser
|
||||||
|
- https://ghcr.io/m1k1o/neko/chromium
|
||||||
- https://ghcr.io/m1k1o/neko/microsoft-edge
|
- https://ghcr.io/m1k1o/neko/microsoft-edge
|
||||||
- https://ghcr.io/m1k1o/neko/brave
|
- https://ghcr.io/m1k1o/neko/brave
|
||||||
- https://ghcr.io/m1k1o/neko/chromium
|
|
||||||
- https://ghcr.io/m1k1o/neko/vivaldi
|
|
||||||
type: application
|
type: application
|
||||||
version: 6.1.6
|
version: 6.1.6
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- newyearcountdownclock
|
- newyearcountdownclock
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
- Other
|
- Other
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ sources:
|
|||||||
- https://github.com/ollama/ollama
|
- https://github.com/ollama/ollama
|
||||||
- https://github.com/open-webui/open-webui
|
- https://github.com/open-webui/open-webui
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
|
||||||
- https://ghcr.io/open-webui/open-webui
|
|
||||||
- https://hub.docker.com/r/ollama/ollama
|
- https://hub.docker.com/r/ollama/ollama
|
||||||
|
- https://ghcr.io/open-webui/open-webui
|
||||||
type: application
|
type: application
|
||||||
version: 5.4.12
|
version: 5.4.12
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
- plex-media-server
|
- plex-media-server
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ sources:
|
|||||||
- https://docs.portainer.io/start/install-ce/server
|
- https://docs.portainer.io/start/install-ce/server
|
||||||
- https://docs.portainer.io/start/install/server
|
- https://docs.portainer.io/start/install/server
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
||||||
- https://hub.docker.com/r/portainer/portainer-ce
|
|
||||||
- https://hub.docker.com/r/portainer/portainer-ee
|
- https://hub.docker.com/r/portainer/portainer-ee
|
||||||
|
- https://hub.docker.com/r/portainer/portainer-ce
|
||||||
type: application
|
type: application
|
||||||
version: 8.10.6
|
version: 8.10.6
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ 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
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
|
||||||
- https://ghcr.io/onedr0p/exportarr
|
|
||||||
- https://ghcr.io/onedr0p/prowlarr-develop
|
- https://ghcr.io/onedr0p/prowlarr-develop
|
||||||
|
- https://ghcr.io/onedr0p/exportarr
|
||||||
type: application
|
type: application
|
||||||
version: 16.8.3
|
version: 16.8.3
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- prusaslicer-novnc
|
- prusaslicer-novnc
|
||||||
- home-automation
|
- home-automation
|
||||||
- Productivity
|
- Productivity
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- rdesktop
|
- rdesktop
|
||||||
- desktops
|
- desktops
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ name: rdtclient
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/rogerfar/rdt-client
|
- https://github.com/rogerfar/rdt-client
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
|
- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
|
||||||
- https://ghcr.io/rogerfar/rdtclient
|
|
||||||
- https://hub.docker.com/r/p3terx/aria2-pro
|
- https://hub.docker.com/r/p3terx/aria2-pro
|
||||||
|
- https://ghcr.io/rogerfar/rdtclient
|
||||||
type: application
|
type: application
|
||||||
version: 4.8.10
|
version: 4.8.10
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ sources:
|
|||||||
- https://readarr.com
|
- https://readarr.com
|
||||||
- https://github.com/Readarr/Readarr
|
- https://github.com/Readarr/Readarr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
|
||||||
- https://ghcr.io/onedr0p/exportarr
|
|
||||||
- https://ghcr.io/onedr0p/readarr-develop
|
- https://ghcr.io/onedr0p/readarr-develop
|
||||||
|
- https://ghcr.io/onedr0p/exportarr
|
||||||
type: application
|
type: application
|
||||||
version: 21.6.9
|
version: 21.6.9
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ keywords:
|
|||||||
- time
|
- time
|
||||||
- tracking
|
- tracking
|
||||||
- ticket
|
- ticket
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- rflood
|
- rflood
|
||||||
- downloaders
|
- downloaders
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- rickroll
|
- rickroll
|
||||||
- media
|
- media
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- rimgo
|
- rimgo
|
||||||
- Network-Web
|
- Network-Web
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- ring-mqtt
|
- ring-mqtt
|
||||||
- home-automation
|
- home-automation
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- rsshub
|
- rsshub
|
||||||
- rss
|
- rss
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- searxng
|
- searxng
|
||||||
- Productivity
|
- Productivity
|
||||||
- Other
|
- Other
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- photos
|
- photos
|
||||||
- pictures
|
- pictures
|
||||||
- sharing
|
- sharing
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- Network-Web
|
- Network-Web
|
||||||
- Productivity
|
- Productivity
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/syslog-ng
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp
|
||||||
keywords:
|
keywords:
|
||||||
- syslog-ng
|
- syslog-ng
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- vpn
|
- vpn
|
||||||
- tailscale
|
- tailscale
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- tar1090
|
- tar1090
|
||||||
- Other
|
- Other
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ keywords:
|
|||||||
- The Lounge
|
- The Lounge
|
||||||
- docker
|
- docker
|
||||||
- thelounge-docker
|
- thelounge-docker
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- theme-park
|
- theme-park
|
||||||
- customization
|
- customization
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- MediaServer-Video
|
- MediaServer-Video
|
||||||
- MediaServer-Music
|
- MediaServer-Music
|
||||||
- MediaServer-Other
|
- MediaServer-Other
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/vikunja
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp
|
||||||
keywords:
|
keywords:
|
||||||
- vikunja
|
- vikunja
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -38,8 +38,8 @@ name: vikunja
|
|||||||
sources:
|
sources:
|
||||||
- https://vikunja.io/docs
|
- https://vikunja.io/docs
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
||||||
- https://hub.docker.com/r/vikunja/frontend
|
|
||||||
- https://hub.docker.com/_/nginx
|
- https://hub.docker.com/_/nginx
|
||||||
|
- https://hub.docker.com/r/vikunja/frontend
|
||||||
- https://hub.docker.com/r/vikunja/api
|
- https://hub.docker.com/r/vikunja/api
|
||||||
type: application
|
type: application
|
||||||
version: 13.10.17
|
version: 13.10.17
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp
|
||||||
keywords:
|
keywords:
|
||||||
- dashboard
|
- dashboard
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ keywords:
|
|||||||
- MediaServer-Photos
|
- MediaServer-Photos
|
||||||
- Network-Web
|
- Network-Web
|
||||||
- Network-FTP
|
- Network-FTP
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- webtop
|
- webtop
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- whisparr
|
- whisparr
|
||||||
- Downloaders
|
- Downloaders
|
||||||
- MediaApp-Other
|
- MediaApp-Other
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- wordpress
|
- wordpress
|
||||||
- cms
|
- cms
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- xwiki
|
- xwiki
|
||||||
- wiki
|
- wiki
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/znc
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp
|
||||||
keywords:
|
keywords:
|
||||||
- znc
|
- znc
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- zwave-js
|
- zwave-js
|
||||||
- z-wave
|
- z-wave
|
||||||
- zwave
|
- zwave
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ keywords:
|
|||||||
- cert-manager
|
- cert-manager
|
||||||
- certificates
|
- certificates
|
||||||
- security
|
- security
|
||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: ">=1.24.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
|||||||
Reference in New Issue
Block a user