Whatbox Logo
Login for certain variables to be updated with your slot's information

Wiki > LazyLibrarian

https://lazylibrarian.gitlab.io/

Installation

Custom installations of LazyLibrarian do not have authentication enabled by default! You must follow all of the installation instructions or LazyLibrarian will be publicly accessible, including full file system access.

virtualenv

Follow the instructions in the virtualenv article to install and activate a Python 3 virtual environment. If you have previously set up a virtualenv, you may choose to re-use it or create a new one with a different name.

LazyLibrarian

  1. git clone https://gitlab.com/LazyLibrarian/LazyLibrarian.git

  2. Activate virtualenv (if not activated)

     source ~/virtualenv3/bin/activate
    
  3. Install Python dependencies for LazyLibrarian

     pip install apprise pillow
    
  4. Start LazyLibrarian

     python ~/LazyLibrarian/LazyLibrarian.py --nolaunch --port=14025
    
  5. Access your webui at http://server.whatbox.ca:14025 and immediately set a username and password on the right side under Authentication. Do not use your Whatbox password(s).

  6. Return to the terminal and press Ctrl+c to end the process

  7. Launch LazyLibrarian as a daemon ~/virtualenv3/bin/python ~/LazyLibrarian/LazyLibrarian.py --daemon and continue to access it from the above address.