Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running twistd lobberstoragenode --help gives you an overview of the options:

Code Block
#$ twistd lobberstoragenode --help
Usage: twistd [options] lobberstoragenode [options]
Options:
  -S, --stompUrl=    The STOMP protocol URL to use for notifications [default:
                     stomp://localhost:61613]
  -k, --lobberKey=   The Lobber application key to use
  -d, --torrentDir=  The directory where to store torrents [default: torrents]
  -u, --lobberUrl=   The Lobber URL prefix [default:
                     http://localhost:8000/torrents]
  -s, --script=      The script to run on all received torrents [default: ls -l]
  -h, --lobberHost=  The host running both STOMP and https for lobber
      --version      
      --help         Display this help and exit.

When running a storage-node for development purposes you will typically run it with both the --stompUrl and --lobberUrl parameters pointing to endpoints on your local development sandbox. When running a storage-node off of beta.lobber.se you will typically want to start it this way:

...