2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Update custom logo - specify location wrt static directory

(cherry picked from commit 4a60e5cdb44b1984264a405b790563567de229f1)
This commit is contained in:
Oliver Walters 2022-08-07 21:56:35 +10:00
parent 66760378a6
commit 82be1d039c

View File

@ -229,14 +229,14 @@ The logo and custom messages can be changed/set:
| Environment Variable | Configuration File | Description | Default |
| --- | --- | --- | --- |
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the media storage | |
| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | |
| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | |
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the static files directory | *Not set* |
| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | *Not set* |
| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | *Not set* |
If you want to remove the InvenTree branding as far as possible from your end-user also check the [global server settings](../settings/global.md#server-settings).
!!! info "Custom Logo Path"
The provided *custom logo* path must be specified *relative* to the location of thr `/media/` directory.
The provided *custom logo* path must be specified *relative* to the location of the `/static/` directory.
## Plugin Options