Versions Compared

Key

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

...

Code Block
titlelobberstoragnode
L_MODE="standalone"

L_KEY="[KEY]"
L_HOST="tracker.someserver.net"

L_TRACKERPROXYURL="https://tracker.someserver.net:443/tracker/uannounce"
L_TRACKERPROXYLISTEN="localhost:8080"
L_URLS="https://tracker.someserver.net/torrent/all.json ... ..."

...

Code Block
/etc/init.d/lobberstoragenode standalone startstart

To make the storagenode start automatically start on reboot run:

Code Block

update-rc.d lobberstoragenode defaults

Anchor
webapp
webapp

Storage node for Lobber web application

...

Code Block
titlelobberstoragnode

L_MODE="webapp"

L_KEY="[KEY]"
L_HOST="localhost"
L_DROPBOXDIR="/path/to/lobber/dropbox"

...

Code Block
/etc/init.d/lobberstoragenode webapp startstart

To make the storagenode start automatically start on reboot run:

Code Block

update-rc.d lobberstoragenode defaults