Blame
c3a23a | Hargata Softworks | 2025-10-03 21:21:52 | 1 | # Configuring Server Settings |
2 | ||||
3 | The Server Settings Configurator allows you to configure server-wide settings such as Postgres, Locale, SMTP, OIDC, etc. | |||
4 | ||||
5 | You can access the Server Settings Configurator from within the Settings tab or via `/setup` | |||
6 | ||||
7 |  | |||
8 | ||||
3b7b2d | Hargata Softworks | 2025-10-03 21:26:39 | 9 | ## Skipped Settings |
c3a23a | Hargata Softworks | 2025-10-03 21:21:52 | 10 | |
11 | Server settings are saved in `/data/config/serverConfig.json` and are included in the backups created in the Settings tab. | |||
12 | ||||
3b7b2d | Hargata Softworks | 2025-10-03 21:26:39 | 13 |  |
14 | ||||
15 | Certain settings such as the Postgres connection string, have a "Skip" option. This is used for settings that are injected via environment variables and therefore if skipped, it will not save the specific setting within the `serverConfig.json` file for security purposes. This is mainly used for credentials/secrets that are rotated or injected via a vault. | |||
16 | ||||
c3a23a | Hargata Softworks | 2025-10-03 21:21:52 | 17 | ## Locale Overrides |
18 | ||||
c100b1 | Hargata Softworks | 2025-10-03 21:31:27 | 19 | This is the primary way of configuring locale in LubeLogger and serves as an alternative to injecting LANG and LC_ALL in the environment variables. It allows you to set a locale that LubeLogger uses along with a date override. This will allow you to mix and match different locales and their date formats i.e.: using en-US locale for currency and number formats but you wish to use ISO-8601(yyyy-MM-dd) for date formats instead of MM/dd/yyyy |
c3a23a | Hargata Softworks | 2025-10-03 21:21:52 | 20 | |
21 |  | |||
3b7b2d | Hargata Softworks | 2025-10-03 21:26:39 | 22 | |
23 | Changing locale settings will require LubeLogger to be restarted, for docker this means restarting the container, for Windows/Linux executable this means closing out the console app and re-opening it. | |||
24 | ||||
25 | ## SMTP | |||
26 | ||||
27 | You can configure and test the SMTP settings within the Server Settings Configurator | |||
28 | ||||
29 |  | |||
8c4b1c | Hargata Softworks | 2025-10-03 21:29:28 | 30 | |
31 | ## Root User OIDC | |||
32 | ||||
33 | You can enable OIDC authentication for the Root User in the Miscellaneous section of the Server Settings Configurator | |||
34 | ||||
35 |  | |||
36 | ||||
481798 | Hargata Softworks | 2025-10-03 21:30:19 | 37 | The Root User Email Address will be used to identify which email coming from the IdP will be used to authenticate the user as the Root User. This email is also used as the default reminder email address for when the `/api/vehicle/reminders/send` is called. |