Skip to content

brianloveswords/onion-ghost-blog

Repository files navigation

onion-ghost-blog

Set up secret Ghost blog on the Tor network in under two minutes.

What?

This uses ansible (a piece of software specifically for provisioning servers) to configure a Digital Ocean Ghost image for use on the Tor network.

This is based on a the I Will Follow You into The Dark[net] presentation given at Radical Networks 2015 by @carolinesinders, @corcra, and @huertanix.

Usage

  1. Install ansible. On OS X,

    $ brew install ansible

    For other operating systems follow the instructions on the ansible site.

  2. Use Digital Ocean to spin up a new server pre-imaged with Ghost screenshot

    Make sure to associate your SSH key with it (my computer is called "Unicron") screenshot

  3. Figure out the server IP address. You can get it from the droplet list page screenshot

  4. Clone this repository

    $ git clone https://github.com/brianloveswords/onion-ghost-blog.git && cd onion-ghost-blog
  5. Run the ansible command

    # Notice the trailing comma, that is not a typo
    $ ansible-playbook provision.yml -i <your_ip_here>,
  6. 👻 The last output of the ansible run will have your Onion hostname. 👻 screenshot

About

set up a ghost blog on tor in under 2 minutes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published