Skip to content

Instantly share code, notes, and snippets.

@david415
Created August 7, 2014 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david415/c3e0079948fe59abe054 to your computer and use it in GitHub Desktop.
Save david415/c3e0079948fe59abe054 to your computer and use it in GitHub Desktop.
tahoe storage for onion grid configuration
[node]
nickname = noname
web.reveal_storage_furls = true
web.static = public_html
web.port = tcp:3456:interface=127.0.0.1
tub.port = tcp:37020:interface=127.0.0.1
# XXX
tub.location = myCuteKittyCat.onion:43000
[client]
introducer.furl = pb://...
helper.furl =
shares.needed = 2
shares.happy = 3
shares.total = 4
[storage]
enabled = true
reserved_space = 1G
[helper]
enabled = false
[drop_upload]
enabled = false
local.directory = ~/drop_upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment