Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2025-03-02 00:14:19 +00:00
parent 9781e36c08
commit 6f2d9a688b
4 changed files with 6 additions and 7 deletions

View File

@@ -35,4 +35,3 @@ workload:
TIMEZONE: "{{ .Values.TZ }}"
TOKEN: "ThisShouldBeTheVeryLongLivedTokenFromHomeAssistant"
```

View File

@@ -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.

View File

@@ -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

View File

@@ -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.