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

Add new whitelabel config settings

This commit is contained in:
Matthias Mair 2022-04-27 13:35:57 +02:00
parent 6fbec9abd3
commit a9d1dc91f2
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -156,6 +156,18 @@ The login-experience can be altered with the following settings:
Custom authentication backends can be used by specifying them here. These can for example be used to add [LDAP / AD login](https://django-auth-ldap.readthedocs.io/en/latest/) to InvenTree
### Customisation Options
The logo and custom messages can be changed/set:
| Environment Variable | Settings 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 | |
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).
## Other Options
### Middleware