Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:authelia [2024/09/10 13:08] – willy | services:authelia [2024/09/18 13:56] (current) – willy | ||
---|---|---|---|
Line 145: | Line 145: | ||
< | < | ||
notifier: | notifier: | ||
- | disable_startup_check: | + | disable_startup_check: |
filesystem: # Using email notifier is probably better: TBD | filesystem: # Using email notifier is probably better: TBD | ||
filename: '/ | filename: '/ | ||
Line 153: | Line 153: | ||
< | < | ||
notifier: | notifier: | ||
- | disable_startup_check: | + | disable_startup_check: |
smtp: | smtp: | ||
address: ' | address: ' | ||
Line 160: | Line 160: | ||
sender: ' | sender: ' | ||
</ | </ | ||
+ | |||
+ | Note the **disable_startup_check**: | ||
=== Endpoints === | === Endpoints === | ||
Line 294: | Line 296: | ||
</ | </ | ||
+ | === Customization === | ||
+ | |||
+ | If you want to customize the look & feel of the login dialog, you can replace the logo and the favicon. | ||
+ | |||
+ | In your configuration path add the line: | ||
+ | < | ||
+ | server: | ||
+ | asset_path: '/ | ||
+ | </ | ||
+ | |||
+ | and drop in that folder two files: | ||
+ | * favicon.ico (must be an ico) | ||
+ | * logo.png (must be a png) | ||
+ | |||
+ | === Logout === | ||
+ | |||
+ | You can logout by going to the URL **https:// | ||