lbry.com/content/faq/custom-ui.md
2016-09-07 22:01:30 -04:00

763 B

title category
How do I specify a web-UI to use? developer

If the files for the UI you'd like to use are stored locally on your computer, start LBRY with the --ui flag:

lbrynet-daemon --ui=/full/path/to/ui/files/root/folder

Once set with the UI flag, the given UI will be cached by LBRY and used as the default going forward. Also, LBRY will only successfully load a UI if the UI contains a conforming requirements.txt file to specify the required versions of lbrynet and lbryum. Here is an example requirements.txt file.

To reset your UI to pull from lbryio, or to try a UI still in development, run LBRY with the --branch flag:

lbrynet-daemon --branch=master