1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/server
Amir Zarrinkafsh 0be883befb
feat: customizable static assets ()
* feat: customizable static assets

This change provides the means to override specific assets from the embedded Go FS with files situated on disk.

We only allow overriding the following files currently:
* favicon.ico
* logo.png

* refactor(server): make logo string a const

* refactor(suites): override favicon and use ntp3 in traefik2 suite

* test(suites): test logo override in traefik2 suite

* test(suites): test asset override fallback in traefik suite

Closes .
2021-11-15 19:37:58 +11:00
..
public_html feat: go:embed static assets () 2021-02-22 10:07:06 +11:00
const.go feat: customizable static assets () 2021-11-15 19:37:58 +11:00
error_handler.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
options_handler.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
server.go feat: customizable static assets () 2021-11-15 19:37:58 +11:00
template.go feat: customizable static assets () 2021-11-15 19:37:58 +11:00