speedtest/frontend
2026-04-26 14:23:09 +02:00
..
fonts Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
images Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
javascript Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
screenshots Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
styling Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
index.html Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
README.md docs: update install instructions (closes #790) 2026-04-26 14:23:09 +02:00
server-list.json Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00
settings.json Implement the new design from #649 (#694) 2026-04-11 23:07:05 +02:00

LibreSpeed frontend

This directory contains the modern LibreSpeed UI assets.

Deployment

For installation and deployment, follow the top-level README.md and DESIGN_SWITCH.md. In non-Docker deployments, the contents of this directory must be copied so styling/, javascript/, images/, and fonts/ sit next to the root HTML files.

Configuration

  • server-list.json contains the default server list used by the modern UI.
  • settings.json overrides selected speedtest_worker.js settings.
  • index.html and index-modern.html show how the frontend is wired up.

Notes

  • The modern frontend expects modern browser features and does not support old browsers.
  • This directory does not contain the backend or results-sharing files.