Skip to content

tor job from tor/0.2.3

Github source: 5c4fa9f7 or master branch

Properties

tor

client_keys

Authorization data for a hidden service that is only accessible by authorized clients.

hashed_control_password

If you enable the controlport, be sure to enable one of these authentication methods, to prevent attackers from accessing it.

hostname

The .onion domain name for this hidden service. If the hidden service is restricted to authorized clients only, this also contains authorization data for all clients.

private_key

The private key for this hidden service.

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/tor/ directory (learn more).

  • bin/monit_debugger (from bin/monit_debugger)
  • bin/tor_ctl (from bin/tor_ctl)
  • config/torrc (from config/torrc.erb)
  • data/properties.sh (from data/properties.sh.erb)
  • helpers/ctl_setup.sh (from helpers/ctl_setup.sh)
  • helpers/ctl_utils.sh (from helpers/ctl_utils.sh)
  • hidden_service/client_keys (from hidden_service/client_keys.erb)
  • hidden_service/hostname (from hidden_service/hostname.erb)
  • hidden_service/private_key (from hidden_service/private_key.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.