Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

nwtgck/piping-server-onion-service-replit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piping-server-onion-service-replit

Piping Server as Onion Service

How to self host on Replit

  1. Go to https://replit.com/@nwtgck/piping-server-onion-service
  2. Click Fork button
  3. Run Start button on the top

hostname

You can see .onion hostname as follows.

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:

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://<your replit name>.<your user name>.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

http://vpt6lzjiuqd6ntjxsc655x2zlddvg4pobvhio7j5jksyshn5eia7umad.onion

Releases

No releases published

Packages

No packages published