{"id":28586378,"url":"https://github.com/keithhetrick/hidden-coffee","last_synced_at":"2026-05-16T13:02:40.915Z","repository":{"id":297565967,"uuid":"994540489","full_name":"keithhetrick/hidden-coffee","owner":"keithhetrick","description":"A minimalist Tor hidden service that serves a static 'Hidden Coffee' page over the dark web using Docker and Nginx — for educational purposes only.","archived":false,"fork":false,"pushed_at":"2025-06-06T20:18:15.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T14:50:03.501Z","etag":null,"topics":["docker","nginx","onion","tor"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keithhetrick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T05:16:57.000Z","updated_at":"2025-06-06T20:18:17.000Z","dependencies_parsed_at":"2025-06-06T06:36:07.552Z","dependency_job_id":null,"html_url":"https://github.com/keithhetrick/hidden-coffee","commit_stats":null,"previous_names":["keithhetrick/hidden-coffee"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keithhetrick/hidden-coffee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithhetrick%2Fhidden-coffee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithhetrick%2Fhidden-coffee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithhetrick%2Fhidden-coffee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithhetrick%2Fhidden-coffee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keithhetrick","download_url":"https://codeload.github.com/keithhetrick/hidden-coffee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithhetrick%2Fhidden-coffee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33103970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","nginx","onion","tor"],"created_at":"2025-06-11T07:00:46.808Z","updated_at":"2026-05-16T13:02:40.886Z","avatar_url":"https://github.com/keithhetrick.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧅 Hidden Coffee ☕\n\nA minimalist, educational Tor Hidden Service built using Docker. It serves a static \"Hidden Coffee\" HTML site accessible only via the Tor network. Great for learning how `.onion` services work, without publishing sensitive data.\n\n---\n\n## 📸 Preview\n\n\u003cimg width=\"1721\" alt=\"Screen Shot 2025-06-01 at 9 30 30 PM\" src=\"https://github.com/user-attachments/assets/4329c162-88d7-42e9-a07d-afea5fcb82b2\" /\u003e \u003c!-- Optional if you want to add a screenshot --\u003e\n\n---\n\n## 🔧 Features\n\n- Fully static HTML site served via Nginx\n- Runs as a hidden service over Tor in Docker\n- No need for a domain or HTTPS — uses a `.onion` address\n- Completely self-contained, no tracking or analytics\n- No `.env` file required\n\n---\n\n## 🛠️ Requirements\n\n- [Docker](https://www.docker.com/)\n- [Tor Browser](https://www.torproject.org/)\n\n---\n\n## 🚀 Getting Started\n\n### 1. Clone this repo\n\n```bash\ngit clone https://github.com/keithhetrick/hidden-coffee.git\ncd hidden-coffee\n```\n\n### 2. Build Docker Image\n\nFrom the root of the project directory, run:\n\n```bash\ndocker build -t hidden-coffee .\n```\n\n### 3. Run Docker Container\n\n```bash\ndocker run -d --name hidden-coffee hidden-coffee\n```\n\nThis will:\n- Build the image\n- Start a container running Nginx + Tor\n- Create a hidden service on your machine\n\n---\n\n## 🌐 Get Your `.onion` Address\n\n### 4. Once the container is running, open another terminal and run:\n\n```bash\ndocker exec hidden-coffee cat /var/lib/tor/hidden_service/hostname\n\n```\n\nYou’ll see an address like:\n\n```text\nzgcypcvt3apooici2bixzq7zatg5nyqny2omg4drdcdui4il5y6dqvad.onion\n```\n\n\u003e 📌 **Note**: This is an example .onion address for demo purposes only. Run the container to generate your own address.\n\n---\n\n### 5. Open the `.onion` address in [Tor Browser](https://www.torproject.org/)\n\nPaste the `.onion` address into the Tor Browser address bar — and voilà: Hidden Coffee is served. ☕\n\n---\n\n## 💡 Notes\n\n- No sensitive info (like `.env` files or private keys) is committed.\n- This setup uses a **non-persistent** `.onion` address by default.\n- The container runs in the background and serves the site only over Tor.\n- Tor sites are slower than clearnet — keep it simple.\n\n---\n\n## 🛑 Stop the Service\n\n```bash\ndocker stop hidden-coffee\n```\n\nThis will stop and remove the container. If you’re not using persistence, the `.onion` address will change the next time you run it.\n\n---\n\n## 🧪 Future Ideas\n\n- Brew counter using localStorage or file-based backend\n- Persistent `.onion` address using Docker volumes\n- Hosting on a Raspberry Pi or similar device\n- Add themed styles or multiple pages\n- Docker Hub deploy / GitHub Actions\n\n---\n\n## 🧠 Educational Purpose Only\n\nThis project is for **educational and lawful** use only. It demonstrates how Tor hidden services work in a safe, offline, self-hosted context.\n\n---\n\n## ☕ Inspired By\n\n- Tor Project\n- Static web hacking\n- Late-night coffee sessions\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithhetrick%2Fhidden-coffee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeithhetrick%2Fhidden-coffee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithhetrick%2Fhidden-coffee/lists"}