Skip to content

Commit

Permalink
Merge branch 'master' into build-allocation-sub-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 28, 2024
2 parents 3483c29 + 178f939 commit c4eba45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/start/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/start/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ The following files required for this setup are provided with the InvenTree sour

Download these files to a directory on your local machine.

!!! warning "File Extensions"
If your computer adds *.txt* extensions to any of the downloaded files, rename the file and remove the added extension before continuing!

!!! success "Working Directory"
This tutorial assumes you are working from a directory where all of these files are located.

Expand Down

0 comments on commit c4eba45

Please sign in to comment.