LOOHIVE Tor: Hardened Proxy & Onion Sidecar Suite for Anonymity and NAT-less Hosting
2.4K
ā ļø UNOFFICIAL IMAGE This is an unofficial Tor client image maintained by LOOHIVEā . It is built directly from official Tor Project repositoriesā . This project is not affiliated with, endorsed by, or sponsored by The Tor Project.
The Tor Proxy & Hosting Suite (maintained by LOOHIVE) is a production-hardened collection of specialized Tor tools. It is designed to solve complex anonymity and hosting challenges with three distinct modes:
.onion sites.Designed for developers and DevOps teams, this suite provides reliable, zero-maintenance infrastructure for both individual privacy and global decentralized hosting.
debian-tor).rotating tag for high-performance scraping and identity rotation.onion tag to instantly "sidecar" any web app into a .onion service.latest)rotating)onion)https:// with auto-generated self-signed certificates.* Bypass Restrictions: Access your internal dashboard (Grafana, Admin UI) securely while behind strict corporate firewalls or CGNAT..onion address that works globally.Run the latest stable version (slim image ~40MB):
docker run -d --name tor-client -p 9050:9050 loohive/tor:latest
For automated rotation, use the multi-instance version:
docker run -d --name tor-rotating -p 9050:9050 -e TOR_INSTANCES=10 loohive/tor:rotating
Expose any web service (Nginx, Apache, Node.js, PHP, etc.) as a hidden service instantly.
Why it's powerful:
.onion address and prints it to your logs on first run.Terminal Output Example:
***************************************************
š ONION SIDECAR ACTIVE
š PUBLIC ONION: http://v2c3...f4g5.onion
š SECURE ONION: https://v2c3...f4g5.onion
***************************************************
tor:latest)services:
tor:
image: loohive/tor:latest
ports:
- "9050:9050"
tor:rotating)services:
proxy:
image: loohive/tor:rotating
ports:
- "9050:9050"
environment:
- TOR_INSTANCES=10
tor:onion)services:
website:
image: nginx:alpine
tor-gate:
image: loohive/tor:onion
environment:
- TARGET=website:80
volumes:
- ./tor-keys:/var/lib/tor/hidden_service
latest, stable: Single Tor instance (Slim image).rotating: Multi-instance Tor proxy with built-in load balancing.onion: Onion Sidecar for hosting hidden services.Maintained by the LOOHIVE Infrastructure Team.
Tor is a trademark of The Tor Project, Inc. This project is a community-driven implementation managed by LOOHIVE and is not an official product of The Tor Project. All logos and trademarks belong to their respective owners.
Content type
Image
Digest
sha256:c904cb767ā¦
Size
45.6 MB
Last updated
3 months ago
docker pull loohive/tor:onion-0.4.9.6.