Commit c1b248
2024-01-30 22:26:35 Hargata Softworks: changing logo/dev/null .. replacinglogo.md | |
@@ 0,0 1,21 @@ | |
+ | # Replacing The LubeLogger Logo |
+ | |
+ | You can overwrite the LubeLogger Logo that is displayed in the Home/Garage page. |
+ | |
+ | 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. |
+ | |
+ | ## .env |
+ | ``` |
+ | LUBELOGGER_LOGO_URL=<URL to your Logo> |
+ | ``` |
+ | |
+ | ## appsettings.json |
+ | ``` |
+ | LUBELOGGER_LOGO_URL:<URL to your Logo> |
+ | ``` |
+ | |
+ | ## Example |
+ | |
+ | ![](/ReplacingLogo/a/image-1706653561611.png) |
+ | |
+ | ![](/ReplacingLogo/a/image-1706653589259.png) |