diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-04-29 00:07:20 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 00:07:20 +1000 | 
| commit | f8bd506326cb472c80cfa24b18d758f3cd67f3aa (patch) | |
| tree | 77fc6f4dc08a7a6da7c04a6821d4159c5226f12a /authelia.service | |
| parent | ff2df8b0396fcfbdd5486ed06095d5de3cc2c286 (diff) | |
[FEATURE] Embed static assets in Go binary (#916)
* [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
Diffstat (limited to 'authelia.service')
| -rw-r--r-- | authelia.service | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/authelia.service b/authelia.service index c46eda311..9993170b5 100644 --- a/authelia.service +++ b/authelia.service @@ -3,7 +3,6 @@ Description=Authelia authentication and authorization server  After=network.target  [Service] -Environment=PUBLIC_DIR=/usr/share/webapps/authelia  ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml  SyslogIdentifier=authelia  | 
