-
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/
-
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
-
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.