mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
08e674b62f
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.
660 B
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.