authelia/cmd/authelia-scripts
Amir Zarrinkafsh f8bd506326
[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
2020-04-29 00:07:20 +10:00
..
authelia-scripts [DEPRECATE] Remove migration tools from latest version of Authelia (#894) 2020-04-22 13:55:30 +10:00
cmd_bootstrap.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
cmd_build.go [FEATURE] Embed static assets in Go binary (#916) 2020-04-29 00:07:20 +10:00
cmd_ci.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
cmd_clean.go Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
cmd_docker.go [MISC] Update QEMU to v4.2.0-7 (#921) 2020-04-26 16:09:28 +02:00
cmd_serve.go [FEATURE] Embed static assets in Go binary (#916) 2020-04-29 00:07:20 +10:00
cmd_suites.go [MISC] Ignore errcheck recommendations for legacy code (#893) 2020-04-22 13:33:14 +10:00
cmd_unittest.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
constants.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
docker.go Remove Travis and promote Buildkite (#545) 2020-01-16 21:57:44 +01:00
main.go [DEPRECATE] Remove migration tools from latest version of Authelia (#894) 2020-04-22 13:55:30 +10:00