Commit Graph

3 Commits

Author SHA1 Message Date
Anuruth Lertpiya
5906d89f8d Added support for serving behind a reverse proxy
- Added support for specifying response headers for each backend
  - Allowing users to set `X-Accel-Buffering: no` to disable buffering for streaming responses in nginx
  - Updated `configuration.md` to document the new configuration options
- Modified Vite config to build with `base: "./"`, making assets be accessed via relative paths
- Updated API_BASE to use `document.baseURI`, allowing API calls to be made relative to the base path
2025-09-29 12:43:10 +00:00
4334b40fa9 Implement basic tests for webui 2025-07-26 19:20:09 +02:00
f337a3efe2 Refactor project structure 2025-07-26 11:37:28 +02:00