https://github.com/nwtgck/piping-server-onion-service-replit
Super easy to host Piping Server as Onion Service
https://github.com/nwtgck/piping-server-onion-service-replit
hidden-services nix onion-service piping-server replit tor
Last synced: 5 days ago
JSON representation
Super easy to host Piping Server as Onion Service
- Host: GitHub
- URL: https://github.com/nwtgck/piping-server-onion-service-replit
- Owner: nwtgck
- Archived: true
- Created: 2021-10-19T10:44:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T23:46:59.000Z (about 2 years ago)
- Last Synced: 2024-10-26T12:35:44.204Z (12 months ago)
- Topics: hidden-services, nix, onion-service, piping-server, replit, tor
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# piping-server-onion-service-replit
[Piping Server](https://github.com/nwtgck/piping-server) as [Onion Service](https://community.torproject.org/onion-services)
## How to self host on Replit
1. Go to
1. Click Fork button
1. Run Start button on the top### hostname
You can see .onion hostname as follows.
```bash
cat /home/runner/psuedo_root/var/lib/tor/hidden_service/hostname
```## Host persistency
Set `HS_ED25519_SECRET_KEY_BASE64` environment variable in the Replit secrets for hostname persistency. The value is:
```bash
cat /home/runner/psuedo_root/var/lib/tor/hidden_service/hs_ed25519_secret_key | base64 -w 0
```## Waking up server
You can access to `https://..repl.co` to wake up server. In the original Replit case, the URL is `https://piping-server-onion-service.nwtgck.repl.co`.
You can also use "Always Boot" feature in Replit.
## Onion Service