SimonXIX’s avatarSimonXIX’s Twitter Archive—№ 65,164

      1. Added a new feature to my website that presents the current .onion address of the site for the onion service mirror accessible through Tor. simonxix.com/
    1. …in reply to @SimonXIX
      This basically uses a Docker container that onionizes the website and presents it through a separate 'faraday network' in Docker and a separate instance of Nginx to the rest of my web services. Based on this repository: github.com/torservers/onionize-docker
  1. …in reply to @SimonXIX
    But since the .onion address changes every time I restart Docker, I've got a cron job running to check the onion address and write it to a Markdown that the website reads every 15 minutes so it should more or less always be correct.