An open API service indexing awesome lists of open source software.

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

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