File System
Authelia can save notifications to a file. This section describes how to configure this.
On this page
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
This section is intended as an example configuration to help users with a rough contextual layout of this configuration section, it is not intended to explain the options.
The configuration shown may not be a valid configuration, and you should see the options section below and the navigation links to properly understand each option individually.
notifier:
disable_startup_check: false
filesystem:
filename: /config/notification.txt
Options
This section describes the individual configuration options.
filename
string
required
The file to add email text to. If it doesn’t exist it will be created.