Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.

Home Page:https://flood.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove build depency for static assets

mrobitaille opened this issue · comments

Type: Feature Request

Summary

Changing the baseURI requires the project to be rebuilt so it is applied to the static assets; this is not very package friendly (ie. pacman / archlinux).

Idea of implementation

Something similar to Sonarr/Jackett which both redirect to localhost:<port>/<baseURI> when requesting localhost:<port> and allow to set the baseURI through the WebUI.

Build dependency on config is removed in newer versions of Flood.

Feel free to close the issue if it is no longer relevant.