summaryrefslogtreecommitdiff
path: root/authelia.service
AgeCommit message (Collapse)Author
2024-03-06feat: add systemd security hardening (#6480)Michael Stapelberg
This adds several recommended security hardening elements to the default systemd units.
2022-03-28fix: disable healthcheck in systemd unit file (#3066)James Elliott
2021-04-07fix: update authelia.service dependencies (#1883)Veganizer
Authelia is throwing error if it configures to starts before external dependencies. If Authelia starts after multi-user.target it will generally start after said dependencies, because the they start after network.target. Co-authored-by: Justinizer <48556312+Justinizer@users.noreply.github.com>
2020-04-29[FEATURE] Embed static assets in Go binary (#916)Amir Zarrinkafsh
* [FEATURE] Embed static assets in Go binary * Refactor/consolidate code and specify public_html via configuration * Update docs and config template for assets * Update AUR package pre-requisites and systemd unit * Include static assets as Buildkite and GitHub artifacts * Remove references to PUBLIC_DIR * Only serve assets via embedded filesystem and remove configuration references * Update authelia-scripts helper to build the embedded filesystem * Mock the embedded filesystem for unit tests Add to gitignore to ensure this isn't overwritten. * Move go:generate to satisfy linter
2020-01-24Update README.md with AUR references and remove CHANGELOG.md (#576)Amir Zarrinkafsh
* Update README.md Provide badges and references to the AUR for Arch Linux Authelia packages. Closes #571 #572. * Add systemd unit file Include the unit in future release artifacts. * Remove CHANGELOG.md As of future releases Changelog details will dynamically be generated. * Update README.md Add badge for authelia-git package. * Update Changelog to only publish explicit Docker tag Do not include Major and Minor versions, as these will change over time.