mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-06 03:42:34 +01:00
* Add server-side subpath support for WebUI - Add webUISubpath configuration setting with regex validation - Create temporary WebUI directory for subpath serving - Inject subpath config into index.html for client detection - Support all WebUI flavors (WEBUI, VUI, CUSTOM) with subpath - Update browser opening to use subpath URLs Related to Suwayomi/Suwayomi-WebUI#174 * Fix review points * Fix code formatting issues * Fix import issue