mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
0be883befb
* 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 #1630.
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
VITE_HMR_PORT=8080
|
|
VITE_LOGO_OVERRIDE=false
|
|
VITE_PUBLIC_URL=""
|
|
VITE_REMEMBER_ME=true
|
|
VITE_RESET_PASSWORD=true
|
|
VITE_THEME=light |