User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:authelia [2024/09/10 13:08] willyservices:authelia [2024/09/18 13:56] (current) willy
Line 145: Line 145:
 <code> <code>
 notifier: notifier:
-  disable_startup_check: false+  disable_startup_check: true
   filesystem: # Using email notifier is probably better: TBD   filesystem: # Using email notifier is probably better: TBD
     filename: '/home/authelia/config/notification.txt'     filename: '/home/authelia/config/notification.txt'
Line 153: Line 153:
 <code> <code>
 notifier:  notifier: 
-  disable_startup_check: false+  disable_startup_check: true
   smtp:      smtp:   
     address: 'smtp://mail.mydomain.com:587'     address: 'smtp://mail.mydomain.com:587'
Line 160: Line 160:
     sender: 'Authelia <authelia@mydomain.com>'     sender: 'Authelia <authelia@mydomain.com>'
 </code> </code>
 +
 +Note the **disable_startup_check**: you should set it to true to prevent authelia to crash at boot if network is not yet reachable.
  
 === Endpoints === === Endpoints ===
Line 294: Line 296:
 </code> </code>
  
 +=== 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:
 +<code>
 +server:
 +  asset_path: '/home/authelia/config/assets'
 +</code>
 +
 +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://login.mydomain.com/logout**.
  
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information