diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 4cf3a9666b1..fb386a8c703 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -41,7 +41,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway + - https://hub.docker.com/r/spx01/blocky type: application version: 12.5.0 diff --git a/charts/enterprise/nextcloud/Chart.yaml b/charts/enterprise/nextcloud/Chart.yaml index 4ef13e2507c..9316566acae 100644 --- a/charts/enterprise/nextcloud/Chart.yaml +++ b/charts/enterprise/nextcloud/Chart.yaml @@ -43,11 +43,11 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm - https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - 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-imaginary - - https://hub.docker.com/r/collabora/code + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - 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-fpm type: application version: 28.5.0 diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 51d0eb3010d..a17f5cd0525 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -47,7 +47,7 @@ sources: - https://github.com/prometheus-operator/kube-prometheus - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - https://hub.docker.com/r/bitnami/alertmanager - - https://hub.docker.com/r/bitnami/prometheus - https://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/prometheus type: application version: 16.8.0 diff --git a/charts/incubator/archivebox/docs/installation_guide.md b/charts/incubator/archivebox/docs/installation_guide.md index 3f262e0ca1f..29ae705ff74 100644 --- a/charts/incubator/archivebox/docs/installation_guide.md +++ b/charts/incubator/archivebox/docs/installation_guide.md @@ -3,44 +3,43 @@ title: Installation Guide --- ## SCALE App + 1. to setup archivebox: -- `App Configuration > Admin Username & Admin Password` - Configure an initial admin username and password you want to log in with in the Web UI (only applied on first setup run). +- `App Configuration > Admin Username & Admin Password` + Configure an initial admin username and password you want to log in with in the Web UI (only applied on first setup run). Screenshot of example Admin Username & Password configuration -- `Networking and Services > Service's Port(s) Configuration > Port` - Configure the port you want to access the ArchiveBox web interface on, or use the pre-populated default. +- `Networking and Services > Service's Port(s) Configuration > Port` + Configure the port you want to access the ArchiveBox web interface on, or use the pre-populated default. Screenshot of example Archivebox webserver port configuration - -- `Storage and Persistence > App Data Storage` - Setup persistent a persistent storage volume to use for your ArchiveBox `/data` directory. +- `Storage and Persistence > App Data Storage` + Setup persistent a persistent storage volume to use for your ArchiveBox `/data` directory. We recommend using a `Host Path` with `Automatic Permissions Configuration` disabled. - Screenshot of example App Data Storage configuration - Make sure whatever filesystem the data is located on supports FSYNC and doesn't squash permissions. - (NFS servers may need to set no_root_squash + no_all_squash) + Screenshot of example App Data Storage configuration + Make sure whatever filesystem the data is located on supports FSYNC and doesn't squash permissions. + (NFS servers may need to set no_root_squash + no_all_squash) For more info about ArchiveBox's filesystem requirements, see here: - - [ArchiveBox Filesystem Requirements](https://github.com/ArchiveBox/ArchiveBox#storage-requirements) - - [ArchiveBox Troubleshooting: Filesystems, NFS, FSYNC](https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#filesystem-doesnt-support-fsync-eg-network-mounts) - - [ArchiveBox Issue #742](https://github.com/ArchiveBox/ArchiveBox/issues/742) (example of common filesystem issue with NFS) + - [ArchiveBox Filesystem Requirements](https://github.com/ArchiveBox/ArchiveBox#storage-requirements) + - [ArchiveBox Troubleshooting: Filesystems, NFS, FSYNC](https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#filesystem-doesnt-support-fsync-eg-network-mounts) + - [ArchiveBox Issue #742](https://github.com/ArchiveBox/ArchiveBox/issues/742) (example of common filesystem issue with NFS) -- `Containers > Main Container > Extra Environment Variables` **(optional)** - Optionally add any other [ArchiveBox Configuration](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration) variables you want here. +- `Containers > Main Container > Extra Environment Variables` **(optional)** + Optionally add any other [ArchiveBox Configuration](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration) variables you want here. Screenshot of example Archivebox extra configuration - 2. ✅ Then **click `Install`** at the bottom, and wait a few minutes for it to finish deploying. 3. Once deployed, **click `Applications > ArchiveBox > Web Portal` to access ArchiveBox** . - Screenshot TrueNAS Apps UI to access Web Portal - Screenshot ArchiveBox UI open in browser - Click the `Log In` (upper right) and proceed with the admin username and password you configured above. - Screenshot of ArchiveBox UI login page - Optionally change your password from the initial value by going to `Account` in the navbar (`/admin/password_change/`). - Screenshot of ArchiveBox navbar highlighting Account and Add buttons - Click `Add` in the menubar to get started adding new URLs to archive. + Screenshot TrueNAS Apps UI to access Web Portal + Screenshot ArchiveBox UI open in browser + Click the `Log In` (upper right) and proceed with the admin username and password you configured above. + Screenshot of ArchiveBox UI login page + Optionally change your password from the initial value by going to `Account` in the navbar (`/admin/password_change/`). + Screenshot of ArchiveBox navbar highlighting Account and Add buttons + Click `Add` in the menubar to get started adding new URLs to archive. --- diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index e60ceaaacfe..e6d441905e9 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -39,10 +39,10 @@ sources: - https://goauthentik.io/docs/ - https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/maxmind/geoipupdate - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/goauthentik/server - - https://ghcr.io/goauthentik/radius - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/goauthentik/server + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/radius type: application version: 23.1.0 diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 0aad0cffd6d..5e66d5a1704 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -36,7 +36,7 @@ name: bazarr sources: - https://github.com/morpheus65535/bazarr - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - - https://ghcr.io/onedr0p/bazarr - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/bazarr type: application version: 17.3.0 diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 55140e82922..8ff3bd5b49a 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -32,7 +32,7 @@ name: guacamole sources: - https://github.com/apache/guacamole-client - 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/guacd type: application version: 12.3.0 diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index b6651cf9a80..2fdab3386f8 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -33,13 +33,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-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/pyspark-notebook - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/base-notebook + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook type: application version: 7.3.0 diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index 96cc79c3c22..4713cc4a855 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -33,7 +33,7 @@ name: kitchenowl sources: - https://tombursch.github.io/kitchenowl - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - - https://hub.docker.com/r/tombursch/kitchenowl - https://hub.docker.com/r/tombursch/kitchenowl-web + - https://hub.docker.com/r/tombursch/kitchenowl type: application version: 8.5.0 diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 1596414f2a9..0aa82c304de 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -33,7 +33,7 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/lidarr-develop + - https://ghcr.io/onedr0p/exportarr type: application version: 19.3.0 diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 37f37dd8461..b3583de70fa 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -34,7 +34,7 @@ sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://ghcr.io/onedr0p/prowlarr-develop - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/prowlarr-develop type: application version: 14.5.0 diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index b47fc4adc17..0935f8b7738 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -32,7 +32,7 @@ name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server - https://ghcr.io/onedr0p/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application version: 18.3.0 diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 9d43ecb0a79..9676a5a444e 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -33,7 +33,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - - https://ghcr.io/onedr0p/radarr - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/radarr type: application version: 19.4.0 diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 34332095099..6f54f853292 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -32,7 +32,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/sabnzbd + - https://ghcr.io/onedr0p/exportarr type: application version: 17.4.0 diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index b351965b945..cff411a5d44 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -38,8 +38,8 @@ name: vikunja sources: - https://vikunja.io/docs - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/r/vikunja/api + - https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/_/nginx type: application version: 12.4.0