{"id":17348033,"url":"https://github.com/3xploitguy/torwebsite","last_synced_at":"2026-03-11T14:35:45.405Z","repository":{"id":46474509,"uuid":"415340459","full_name":"3xploitGuy/torwebsite","owner":"3xploitGuy","description":"A container to host website on Tor hidden service with .onion address.","archived":false,"fork":false,"pushed_at":"2021-10-09T15:48:33.000Z","size":22,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T09:21:17.338Z","etag":null,"topics":["container","docker","hosting","tor","torbrowser","torwebsite"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/sandeshy/torwebsite","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3xploitGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-09T15:01:09.000Z","updated_at":"2024-11-20T21:37:01.000Z","dependencies_parsed_at":"2022-08-26T04:43:50.984Z","dependency_job_id":null,"html_url":"https://github.com/3xploitGuy/torwebsite","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Ftorwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Ftorwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Ftorwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Ftorwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3xploitGuy","download_url":"https://codeload.github.com/3xploitGuy/torwebsite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container","docker","hosting","tor","torbrowser","torwebsite"],"created_at":"2024-10-15T16:50:53.326Z","updated_at":"2026-03-11T14:35:45.349Z","avatar_url":"https://github.com/3xploitGuy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![tor-logo](https://user-images.githubusercontent.com/46316908/134797723-e3b5c0fc-c6d8-49a6-b685-f3d869edf141.png)](https://torproject.org/)\n\n# What is TorWebsite?\n\nA container to host website on Tor hidden service with .onion address. Tor is free software and an open network that helps you defend against traffic analysis, enabling anonymous communication. \".onion\" is a special-use top level domain name designating a \"hidden service\" on the Dark Web, reachable via the Tor network/accessed via the Tor browser.\n\n### Container Image: [View on DockerHub](https://hub.docker.com/r/sandeshy/torwebsite)\n\n# How to use this image\n\n★ **Run container:**\n\n```sh\ndocker container run -it --name \u003ccontainer_name\u003e sandeshy/torwebsite:latest\n```\n\n![container-start-image](https://user-images.githubusercontent.com/46316908/134805153-b13d1602-64f0-4d53-a187-de5c2bc22c2d.png)\n\n\u003e Note: To exit from running container without stopping press ctrl+p+q.\n\n★ **Check your .onion addresss**\n\n```sh\ntorhost\n```\n\n![torhost-cmd-image](https://user-images.githubusercontent.com/46316908/134805221-e11067e8-ec7e-4fc0-bbde-fe99389bac10.png)\n\n★ **Open the address in [tor browser](https://www.torproject.org/download/):**\n\n![tor-browser-image](https://user-images.githubusercontent.com/46316908/134805825-b6b669e0-7880-40ee-9025-6e4c675f6f10.png)\n\n★ **Attach volume, overrides default HTML template:**\n\n```sh\ndocker container run -it --name \u003ccontainer_name\u003e \\\n       -v \u003c/some/path/on/hostOS\u003e:/var/www/hidden_service \\\n       sandeshy/torwebsite:latest\n```\n\n### Configs:\n\n\\* Tor config - /etc/tor/torrc\u003c/br\u003e \\* Nginx config - /etc/nginx/http.d/nginx.conf\u003c/br\u003e\n\n### Logs:\n\n/var/log/nginx\n\n## Gotcha/Q\u0026A\n\n**Will I get new .onion address each time?**\u003c/br\u003e\nOnion address is generated for each new container, if you are using the same container it won't change ever.\n\n**Are any ports exposed?**\u003c/br\u003e\nNo, tor is running inside container which connects to Network using Virtual Ethernet.\n\n**How much time it takes for website to get live?**\u003c/br\u003e\n5-8 seconds with normal Internet Speed. If your connectivity is weak, try waiting for few mins till Tor picks some relay as introduction point and adds new entry in Distributed Hash Table (DHT). More info [here](https://tor.stackexchange.com/questions/672/how-do-onion-addresses-exactly-work/674#674).\n\n**Underlying services ?**\n\n```\nrc-service tor status\nrc-service nginx status\n```\n\n## Disclaimer\n\nTorWebsite is created to make hosting website on Tor easy and it's not responsible for any misuse or illegal purposes.\n\nFeel free to discuss any issue or new feature at [GitHub Discussions](https://github.com/3xploitGuy/torwebsite/discussions).\n\n## License\n\nTorWebsite is under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xploitguy%2Ftorwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3xploitguy%2Ftorwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xploitguy%2Ftorwebsite/lists"}