Skip to content

Commit

Permalink
add information on how to use local image file for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 6, 2025
1 parent 88173fc commit a86cd02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/reference/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ All of the below directives are optional.
WIS2BOX_UI_BANNER_COLOR="#014e9e" # use custom background color for header and footer
WIS2BOX_UI_DISABLE_SEPARATOR_IMAGE=false # boolean to disable WMO separator
.. note::
The WIS2BOX_UI_LOGO requires a full URL to the image file.

If you want to use a local image you can upload your image in the "wis2box-public" bucket of the MinIO storage and use the URL of the image in the configuration.

Note that the web-proxy exposes the wis2box-public bucket as the /data/ endpoint.
If you wis2box uses the URL ``https://wis2box.example.com`` and the uploaded image is named "logo.png",
you would set ``WIS2BOX_UI_LOGO=https://wis2box.example.com/data/logo.png``.

Other
^^^^^

Expand Down

0 comments on commit a86cd02

Please sign in to comment.