Website in TOR network Docker container
  • Shell 93.3%
  • Dockerfile 6.7%
Find a file
2022-06-26 18:49:02 +04:00
files Fied Tor configuration 2022-06-19 01:15:37 +02:00
Dockerfile Fied Tor configuration 2022-06-19 01:15:37 +02:00
README.md Added README.md 2022-06-19 01:16:13 +02:00

Torpress

Torpress is a project to help small media outlets to serve their WordPress websites through the Tor network to resist censorship.

How it works

By starting a single container you are getting a WordPress website in the Tor network, which is very resilient to blocking and censorship. To access such websites a Tor browser is needed.

Usage

docker create --name torpress torpress:latest
docker start torpress
docker exec -it $(docker ps -f "name=torpress" -q) cat /var/lib/tor/hidden_service/hostname

The last command should output the address of your new website in the Tor network. It might take a little while for the address to be broadcasted in the network.