* feat: add response compression middleware for HTTP responses Add compression middleware to Express server with SSE route exclusion and 1KB threshold. Reduces bandwidth for non-streaming API responses (history, sessions, files, static assets) by 60-80%. Closes #928 * fix: harden proxy compression and proxy docs --------- Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"sections": [
|
|
{
|
|
"label": "Start here",
|
|
"items": [
|
|
{ "label": "Overview", "link": "/" },
|
|
{ "label": "Install", "link": "/install/" },
|
|
{ "label": "Quickstart", "link": "/quickstart/" },
|
|
{ "label": "Tunnels", "link": "/tunnels/" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Customize",
|
|
"items": [
|
|
{ "label": "Themes", "link": "/themes/" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Help",
|
|
"items": [
|
|
{ "label": "Reverse Proxy", "link": "/reverse-proxy/" },
|
|
{ "label": "Troubleshooting", "link": "/troubleshooting/" }
|
|
]
|
|
}
|
|
]
|
|
}
|