Versions Compared

Key

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

...

Code Block
titlelobberstoragnode
L_KEY="[KEY]"
L_HOST="localhost"

L_DROPBOXDIR="/path/to/lobber/dropbox"

The L_KEY is the lobber application key you obtain from lobber. The L_HOST should be 'beta.lobber.se' in order to use the Lobber Beta site and L_DROPBOXDIR is the path to a directory in your filesystem that will act as a dropbox. Any file or directory placed here will be uploaded to lobber and then removed.

Copy the script to the start up script folder and change permissions on it.

...