From 4d40df54add4b93e65ff260ce1c451e7c396248d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 11 Jun 2026 00:42:50 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/incubator/streamystats/Chart.yaml | 8 ++-- charts/incubator/streamystats/README.md | 47 ++++++++++++++++++++++++ charts/stable/homebox/values.yaml | 8 ++-- charts/stable/romm/values.yaml | 4 +- 4 files changed, 58 insertions(+), 9 deletions(-) diff --git a/charts/incubator/streamystats/Chart.yaml b/charts/incubator/streamystats/Chart.yaml index 5363d3dbbd9..ebe2738f4b3 100644 --- a/charts/incubator/streamystats/Chart.yaml +++ b/charts/incubator/streamystats/Chart.yaml @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Streamystats aggregates and visualizes watch history from Jellyfin, Emby and Plex. -home: https://truecharts.org/charts/stable/streamystats +home: https://truecharts.org/charts/incubator/streamystats icon: https://truecharts.org/img/hotlink-ok/chart-icons/streamystats.webp keywords: - streamystats @@ -35,8 +35,10 @@ maintainers: url: https://truecharts.org name: streamystats sources: - - https://github.com/fredrikburmester/streamystats - - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/streamystats + - https://ghcr.io/fredrikburmester/streamystats-job-server - https://ghcr.io/fredrikburmester/streamystats-nextjs + - https://github.com/fredrikburmester/streamystats + - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/streamystats type: application version: 0.1.0 + diff --git a/charts/incubator/streamystats/README.md b/charts/incubator/streamystats/README.md index 2b8cc49d247..4c220dd18b7 100644 --- a/charts/incubator/streamystats/README.md +++ b/charts/incubator/streamystats/README.md @@ -1,3 +1,50 @@ --- title: README --- + +## General Info + +For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/incubator/streamystats) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://oci.trueforge.org/truecharts/streamystats` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.org/truecharts/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/streamystats + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/incubator/streamystats/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/truecharts-common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open an [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homebox/values.yaml b/charts/stable/homebox/values.yaml index d25c9ed229a..a01b89db773 100644 --- a/charts/stable/homebox/values.yaml +++ b/charts/stable/homebox/values.yaml @@ -32,10 +32,10 @@ workload: HBOX_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" # Dont change HBOX_WEB_HOST: "0.0.0.0" - - # Required. Server-side secret HMAC-keyed into stored API key hashes; - # the binary refuses to start if this is shorter than 32 bytes. - # Generate with openssl rand -base64 48. + + # Required. Server-side secret HMAC-keyed into stored API key hashes; + # the binary refuses to start if this is shorter than 32 bytes. + # Generate with openssl rand -base64 48. # Must stay stable across restarts — rotating it invalidates every issued API key. HBOX_AUTH_API_KEY_PEPPER: "CHANGE_ME-CHANGE_ME-CHANGE_ME-CHANGE_ME-CHANGE_ME-CHANGE_ME" diff --git a/charts/stable/romm/values.yaml b/charts/stable/romm/values.yaml index ed0e1e58923..70871893379 100644 --- a/charts/stable/romm/values.yaml +++ b/charts/stable/romm/values.yaml @@ -147,9 +147,9 @@ workload: # Enable OpenID Connect (OIDC) authentication # OIDC_ENABLED: false # Name of the OIDC provider in use - # OIDC_PROVIDER: authelia + # OIDC_PROVIDER: authelia # Client ID for OIDC authentication - # OIDC_CLIENT_ID: romm + # OIDC_CLIENT_ID: romm # Client secret for OIDC authentication # OIDC_CLIENT_SECRET: "" # Absolute redirect URI for OIDC authentication