mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Add example for INVENTREE_CUSTOMIZE environment variable (#8314)
* Add example for INVENTREE_CUSTOMIZE environment variable * Search also for IPN in allocated parts for build * Changed example
This commit is contained in:
		| @@ -369,6 +369,15 @@ The logo and custom messages can be changed/set: | ||||
| | INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | *Not specified* | | ||||
| | INVENTREE_CUSTOMIZE | customize.hide_pui_banner | Disable PUI banner | False | | ||||
|  | ||||
| The INVENTREE_CUSTOMIZE environment variable must contain a json object with the keys from the table above and | ||||
| the wanted values. Example: | ||||
|  | ||||
| ``` | ||||
| INVENTREE_CUSTOMIZE={"login_message":"Hallo Michi","hide_pui_banner":"True"} | ||||
| ``` | ||||
|  | ||||
| This example removes the PUI banner and sets a login message. Take care of the double quotes. | ||||
|  | ||||
| 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 Splash Screen Path" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user