Pomoc Configure flood UI baseURI

test8800

Nowy użytkownik
Noobie
25 Październik 2013
1
0
1
43
QNAP
TS-x53Be
Ethernet
100 Mbps
Thanks a lot for this great application!

I want to configure a flood UI's baseURI for reverse proxy
based on wiki here
do we have to recompile static assets by ourselves after install?

Thanks!
 
Like docs says.

I guess you expect more help with this. Well... FloodUI is working on Node, node is supplied with npm, so if FloodUI is in rtorrent-Pro then there must be a node too :)
Which means this:
Bash:
/usr/bin/rtorrent/bin/npm --help
Kod:
Usage: npm <command>

where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /root/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@5.6.0 /share/CACHEDEV1_DATA/.qpkg/rtorrent/lib/node_modules/npm

/usr/bin/rtorrent/srv/flood/config.js ...