authelia/web
Amir Zarrinkafsh 0be883befb
feat: customizable static assets (#2597)
* 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.
2021-11-15 19:37:58 +11:00
..
public feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
src feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
types [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
.commitlintrc.js fix(server): remove obselete memory check warning (#2380) 2021-09-16 12:26:34 +10:00
.env.development feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
.env.production feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
.eslintrc.js ci: add husky with pre-commit and commit-msg hooks (#2352) 2021-09-09 12:22:11 +10:00
.gitignore [FEATURE] Add API docs and swagger-ui (#1544) 2021-01-03 15:28:46 +11:00
.prettierrc.js build(deps): update dependency prettier to v2.4.0 (#2357) 2021-09-10 08:27:50 +10:00
index.html feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
package.json feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
pnpm-lock.yaml build(deps): update dependency @vitejs/plugin-react to v1.0.9 (#2601) 2021-11-14 08:55:44 +11:00
tsconfig.json build(deps): update dependency vite-tsconfig-paths to v3.3.17 (#2492) 2021-10-12 14:04:30 +11:00
vite.config.ts refactor(web): replace deprecated plugin with @vitejs/plugin-react (#2533) 2021-10-25 11:12:02 +11:00