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

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