mirror of
https://github.com/amnezia-vpn/torpress.git
synced 2026-07-21 18:48:09 +03:00
Website in TOR network Docker container
- Shell 93.3%
- Dockerfile 6.7%
|
|
||
|---|---|---|
| files | ||
| Dockerfile | ||
| README.md | ||
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.