Josef Schlehofer 8b5b4eb1b8 fix: point the modern frontend at the assets where they actually live 2 zile în urmă
..
fonts 3a7dc31ff2 Implement the new design from #649 (#694) 4 luni în urmă
images 3a7dc31ff2 Implement the new design from #649 (#694) 4 luni în urmă
javascript 69fa7a4edb fix: handle parenthetical qualifiers and multi-comma server names 2 luni în urmă
screenshots 3a7dc31ff2 Implement the new design from #649 (#694) 4 luni în urmă
styling 3a7dc31ff2 Implement the new design from #649 (#694) 4 luni în urmă
README.md 8b5b4eb1b8 fix: point the modern frontend at the assets where they actually live 2 zile în urmă
index.html 7839a4331c Add internet stability test feature 2 luni în urmă

README.md

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. This directory is copied as a whole: index-modern.html loads its assets from frontend/, so the layout here is the layout that gets served.

Configuration

The two configuration files live at the top level rather than here, because the page fetches them relative to itself:

  • ../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.