mirror of https://github.com/authelia/authelia.git
1.2 KiB
1.2 KiB
title | description | summary | date | draft | images | weight | toc | aliases | seo | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
File System | Configuring the File Notifications Settings. | Authelia can save notifications to a file. This section describes how to configure this. | 2022-06-15T17:51:47+10:00 | false | 108300 | true |
|
|
It is recommended in a production environment that you do not use the file notification system, and that it should only be used for testing purposes. See one of the other methods for a production ready solution.
This method will use the plain text email template for readability purposes.
Configuration
{{< config-alert-example >}}
notifier:
disable_startup_check: false
filesystem:
filename: '/config/notification.txt'
Options
This section describes the individual configuration options.
filename
{{< confkey type="string" required="yes" >}}
The file to add email text to. If it doesn't exist it will be created.