From 6f2d9a688b0fd524255b746a2eee95af3f8337bc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 2 Mar 2025 00:14:19 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/stable/appdaemon/docs/installation_guide.md | 1 - .../automatic-ripping-machine/docs/installation_notes.md | 2 +- charts/stable/cloudreve/docs/installation_notes.md | 2 +- charts/stable/duplicati/docs/how-to.md | 8 ++++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/charts/stable/appdaemon/docs/installation_guide.md b/charts/stable/appdaemon/docs/installation_guide.md index 19359df9b00..a7b1a9d3bee 100644 --- a/charts/stable/appdaemon/docs/installation_guide.md +++ b/charts/stable/appdaemon/docs/installation_guide.md @@ -35,4 +35,3 @@ workload: TIMEZONE: "{{ .Values.TZ }}" TOKEN: "ThisShouldBeTheVeryLongLivedTokenFromHomeAssistant" ``` - \ No newline at end of file diff --git a/charts/stable/automatic-ripping-machine/docs/installation_notes.md b/charts/stable/automatic-ripping-machine/docs/installation_notes.md index 8e4b465953e..55986c5d5b3 100644 --- a/charts/stable/automatic-ripping-machine/docs/installation_notes.md +++ b/charts/stable/automatic-ripping-machine/docs/installation_notes.md @@ -12,5 +12,5 @@ This app uses advanced privileges aka "GOD MODE" on the host ## Configure the app and storage. -Mount your Blu-ray, DVD and/or CD drives via persistence device storage. +Mount your Blu-ray, DVD and/or CD drives via persistence device storage. Explanation how to mount can be found in the common chart documentation. diff --git a/charts/stable/cloudreve/docs/installation_notes.md b/charts/stable/cloudreve/docs/installation_notes.md index 32224d711a6..2b035791b50 100644 --- a/charts/stable/cloudreve/docs/installation_notes.md +++ b/charts/stable/cloudreve/docs/installation_notes.md @@ -40,7 +40,7 @@ Once Aria2 is deployed, open Cloudreve's webpage and navigate to the Dashboard ( ### Example RPC Secrete Generation -Below is an example of one way to generate the RPC Secret value, which can be copy paste in a terminal which have openssl installed. +Below is an example of one way to generate the RPC Secret value, which can be copy paste in a terminal which have openssl installed. ``` $ openssl rand -hex 32 diff --git a/charts/stable/duplicati/docs/how-to.md b/charts/stable/duplicati/docs/how-to.md index 0ebb4a9ff22..53a36aae5c1 100644 --- a/charts/stable/duplicati/docs/how-to.md +++ b/charts/stable/duplicati/docs/how-to.md @@ -5,7 +5,7 @@ title: How To ## Envirable Variable Ideally, you need at least the settings encryption key provided to the container, how to generate a key can be found below. -Also the webservice password can be given upfront. If you don't set a webservice password an one time login link is given via the logs. +Also the webservice password can be given upfront. If you don't set a webservice password an one time login link is given via the logs. Both can easily provide this via a regular environment variable. ```yaml @@ -20,7 +20,7 @@ workload: ``` ### Example Encryption Key Generation -Below is an example of one way to generate the RPC Secret value, which can be copy paste in a terminal which have openssl installed. +Below is an example of one way to generate the RPC Secret value, which can be copy paste in a terminal which have openssl installed. ``` $ openssl rand -hex 32 @@ -29,7 +29,7 @@ $ openssl rand -hex 32 ## Ingress This chart requires Ingress to be enabled after initial deployed of this chart due to the configuration of the application upstream. -More information: (see [Duplicati forum post](https://forum.duplicati.com/t/error-message-in-browser-the-host-header-sent-by-the-client-is-not-allowed/5806)). +More information: (see [Duplicati forum post](https://forum.duplicati.com/t/error-message-in-browser-the-host-header-sent-by-the-client-is-not-allowed/5806)). 1. Please deploy the chart without Ingress 2. Login via http://IP/login.html @@ -38,7 +38,7 @@ More information: (see [Duplicati forum post](https://forum.duplicati.com/t/erro ![image](./img/hostname.png) 4. Restart the chart -5. Once this is done you can successful add an Ingress to the chart. How to add an Ingress can be found in the common documentation. +5. Once this is done you can successful add an Ingress to the chart. How to add an Ingress can be found in the common documentation. If you require more help or details please refer to our Discord for help from our Support Staff.