authelia/docs/configuration/notifier/filesystem.md
James Elliott 08e674b62f
docs: refactor several areas of documentation (#1726)
Updated all links to use https://www.authelia.com/docs/.
Removed all comment sections from documented configuration on the documentation site and replaced them with their own sections.
Made all documentation inside config.template.yml double hashes, and made all commented configuration sections single quoted.
Added .yamllint.yaml to express our desired YAML styles.
Added a style guide.
Refactored many documentation areas to be 120 char widths where possible. It's by no means exhaustive but is a large start.
Added a statelessness guide for the pending Kubernetes chart introduction.
Added labels to configuration documentation and made many areas uniform.
2021-04-11 21:25:03 +10:00

660 B

layout title parent grand_parent nav_order
default Filesystem Notifier Configuration 1

Filesystem

With this configuration, the message will be sent to a file. This option should only be used for testing purposes. This method will use the plain text email template for readability purposes.

Configuration

notifier:
  disable_startup_check: false
  filesystem:
    filename: /config/notification.txt

Options

filename

type: string {: .label .label-config .label-purple } required: yes {: .label .label-config .label-red }

The file to add email text to. If it doesn't exist it will be created.