authelia/internal/suites/example/compose/authelia
Amir Zarrinkafsh 74721a9f41
feat: go:embed static assets (#1733)
* feat: go:embed static assets

Go 1.16 introduced the ability to embed files within a generated binary directly with the go tool chain. This simplifies our dependencies and the significantly improves the development workflow for future developers.

Key points to note:

Due to the inability to embed files that do not reside within the local package we need to duplicate our `config.template.yml` within `internal/configuration`.

To avoid issues with the development workflow empty mock files have been included within `internal/server/public_html`. These are substituted with the respective generated files during the CI/CD and build workflows.

* fix(suites): increase ldap suite test timeout

* fix(server): fix swagger asset CSP
2021-02-22 10:07:06 +11:00
..
resources [MISC] Add CLI suite (#1597) 2021-01-16 21:25:02 +11:00
Dockerfile.backend feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
Dockerfile.frontend [MISC] (deps): Bump node in /internal/suites/example/compose/authelia (#1406) 2020-10-26 09:39:06 +11:00
docker-compose.backend.dev.yml build(deps): update traefik docker tag (#1674) 2021-01-31 00:30:41 +11:00
docker-compose.backend.dist.yml build(deps): update traefik docker tag (#1674) 2021-01-31 00:30:41 +11:00
docker-compose.frontend.dev.yml build(deps): update traefik docker tag (#1674) 2021-01-31 00:30:41 +11:00
docker-compose.frontend.dist.yml build(deps): update traefik docker tag (#1674) 2021-01-31 00:30:41 +11:00