mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 13:16:43 +00:00
Custom splash (#349)
* Add entry about setting custom splash screen * Splash screen attribution
This commit is contained in:
parent
82be1d039c
commit
849d3267e0
@ -64,6 +64,12 @@ InvenTree relies on the following frontend libraries and components:
|
|||||||
| [clipboard.js](https://github.com/zenorocha/clipboard.js) | MIT | text copying |
|
| [clipboard.js](https://github.com/zenorocha/clipboard.js) | MIT | text copying |
|
||||||
| [qr-scanner](https://github.com/nimiq/qr-scanner) | MIT | Javascript QR Code Scanner |
|
| [qr-scanner](https://github.com/nimiq/qr-scanner) | MIT | Javascript QR Code Scanner |
|
||||||
|
|
||||||
|
## Assets
|
||||||
|
|
||||||
|
### Splash Screen
|
||||||
|
|
||||||
|
The InvenTree splash screen graphic is sourced from [unsplash.com](https://unsplash.com/photos/Ixvv3YZkd7w) and used under the [unsplash license](https://unsplash.com/license).
|
||||||
|
|
||||||
## Source Code Contributions
|
## Source Code Contributions
|
||||||
|
|
||||||
The InvenTree project relies on the expertise and generosity of its [source code contributors](https://github.com/inventree/InvenTree/graphs/contributors).
|
The InvenTree project relies on the expertise and generosity of its [source code contributors](https://github.com/inventree/InvenTree/graphs/contributors).
|
||||||
|
@ -229,12 +229,16 @@ The logo and custom messages can be changed/set:
|
|||||||
|
|
||||||
| Environment Variable | Configuration File | Description | Default |
|
| Environment Variable | Configuration File | Description | Default |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the static files directory | *Not set* |
|
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to custom logo in the static files directory | *Not set* |
|
||||||
|
| INVENTREE_CUSTOM_SPLASH | customize.splash | Path to custom splash screen in the static files directory | *Not set* |
|
||||||
| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | *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* |
|
| 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).
|
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"
|
||||||
|
The provided *custom splash screen* path must be specified *relative* to the location of the `/static/` directory.
|
||||||
|
|
||||||
!!! info "Custom Logo Path"
|
!!! info "Custom Logo Path"
|
||||||
The provided *custom logo* path must be specified *relative* to the location of the `/static/` directory.
|
The provided *custom logo* path must be specified *relative* to the location of the `/static/` directory.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user