Blame

c1b248 Hargata Softworks 2024-01-30 22:26 1
# Replacing The LubeLogger Logo
2
94ba43 Hargata Softworks 2024-01-30 22:37 3
You can overwrite the LubeLogger Logo that is displayed in the Login and Home/Garage page.
c1b248 Hargata Softworks 2024-01-30 22:26 4
5
To do so, simply inject an environment variable with the key `LUBELOGGER_LOGO_URL` into your lubelogger instance either via the .env file or the appsettings.json file.
6
7
## .env
8
```
9
LUBELOGGER_LOGO_URL=<URL to your Logo>
10
```
11
12
## appsettings.json
13
```
14
LUBELOGGER_LOGO_URL:<URL to your Logo>
15
```
94ba43 Hargata Softworks 2024-01-30 22:37 16
17
## Non-replaceable Locations
18
- Logo in the About section in the Settings tab
480f1f Hargata Softworks 2024-01-30 22:37 19
- Logo that shows up in the top left of the Vehicle Maintenance History Report