df016be29e
* fix(notification): incorrect date header format The date header in the email envelopes was incorrectly formatted missing a space between the `Date:` header and the value of this header. This also refactors the notification templates system allowing people to manually override the envelope itself. * test: fix tests and linting issues * fix: misc issues * refactor: misc refactoring * docs: add example for envelope with message id * refactor: organize smtp notifier * refactor: move subject interpolation * refactor: include additional placeholders * docs: fix missing link * docs: gravity * fix: rcpt to command * refactor: remove mid * refactor: apply suggestions Co-authored-by: Amir Zarrinkafsh <nightah@me.com> * refactor: include pid Co-authored-by: Amir Zarrinkafsh <nightah@me.com> |
||
---|---|---|
.. | ||
archetypes | ||
assets | ||
config | ||
content/en | ||
data | ||
functions | ||
i18n | ||
layouts | ||
static | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.markdownlint-cli2.jsonc | ||
.stylelintignore | ||
.stylelintrc.json | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml | ||
theme.toml |
README.md
The Authelia website / documentation source.
Please:
- Only edit the
/content
folder via the main Authelia monorepo - Edit everything else via the Authelia website repo
See the Documentation Contributing Guide for more information.