News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

Basic Onion Site? : programming | Torhoo darknet markets

Anyone have a solution for a basic onion site for text only? Not looking to make a real fancy DNM and don't need it. Limited IT knowledge.
/u/[deleted]
1 points
3 years ago
You can use NGINX to serve some basic HTML + CSS to style it
/u/Grazelda
1 points
3 years ago
No different that creating any HTML web site. Are you asking about site coding or site hosting?
/u/DDOnly 📢
1 points
3 years ago
Hosting the coding is pretty simple. Crypto payment needed obviously
/u/Grazelda
1 points
3 years ago
I think maybe you have those 2 things reversed. The HTML coding is straight forward, onion hosting not so much.
/u/dystopia_dev
1 points
3 years ago
I never found it that hard to set up a hidden service. But I'm sure I'm far from doing it right I wish there was a really thorough step by step on how to do it for Apache and nginx
/u/Grazelda
2 points
3 years ago
Its not hard to install a web server or to install Tor, sometimes easier than installing Windows. But configuring it properly and operating it securely is a different matter. Just my opinion...
/u/dystopia_dev
1 points
3 years ago
totally. I need to learn more about this. Especially /d/endgame
/u/sharkpulses
1 points
3 years ago
If you are just wanting to host a html site you can use onionshare

install latest tor https://support.torproject.org/apt/tor-deb-repo/

git clone git@github.com:onionshare/onionshare.git
cd onionshare/cli
pip install --user .

# in website folder 
onionshare-cli --website --public .
/u/DarknetDesigner
1 points
3 years ago
But it will be offline as long as you are, won't it?
/u/sharkpulses
1 points
3 years ago
yes, You can get a raspberry pi to run it. low power and costs next to nother to have on all the time
/u/DarknetDesigner
1 points
3 years ago
But if LE comes, they can seize it and actually encrypt it since it is running and the LUKS key is saved in the RAM.
/u/sharkpulses
1 points
3 years ago
this is a risk regardless of where you run your site. be it locally or in the cloud.

at least locally you have the chance to unplug it if you feel the need.