Configuration of the Whitelabeling Dogu
The whitelabeling dogu makes it possible to design the appearance of the Cloudogu Ecosystem (CES) according to your own specifications. To do this, a “whitelabeling archive” must be created and made available as a download for the whitelabeling dogu. The creation of such an archive is described here.
Configuration parameters
The following parameters can be configured for the Whitelabeling-Dogu:
| Parameter | Description |
|---|---|
logging/root |
Sets the root log level to one of the values ERROR, WARN, INFO, DEBUG. |
archive/url |
The URL from which the whitelabeling archive is downloaded |
archive/username |
The user name for the “Basic-Auth” authentication |
archive/password |
The password for the “Basic-Auth” authentication |
archive/allow_insecure |
A flag to skip HTTPS certificate checks |
archive/retry_limit |
The maximal number of retries when downloading the whitelabeling archive. The default value is 20. |
archive/retry_timeout_in_seconds |
The number of seconds to wait between retries when downloading the whitelabeling archive. The default value is 10 seconds. |
container_config/memory_limit |
Limits the memory consumption of the container. Use a positive integer value followed by one of the following units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). |
container_config/swap_limit |
Limits the use of the container's swap memory. Use zero or a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). 0 switches swapping off. |
Remove own styles
To remove your own styles and switch back to the default styles, the parameter archive/url must be deleted and then the dogu restarted.
Any existing data from the whitelabeling archive in the Dogu will then be deleted.