Re: [tor-onions] Scripts for setting up onion instan

2020-08-03 Thread Kevin Kandlbinder
Hello Farhān, You might not necessarily need a script for that, you can simply define multiple hidden services in your tor config. The only thing you need to do the following in your config (Note you can also open multiple ports): *HiddenServiceDir* /path/to/dir/1 *HiddenServicePort* 80

Re: [tor-onions] Scripts for setting up onion instan

2020-08-03 Thread meejah
"Farhān" writes: > Are there any known scripts(.sh /.py etc) that could help me setup > multiple .onion services on a single machine? Something like pagekite > can potentially help, except of course for onion services. My aim is > to setup a xmpp instance, a WriteFreely instance and a

Re: [tor-onions] Scripts for setting up onion instan

2020-08-03 Thread Farhān
Hi Kevin, I did set HiddenServicePort 80 localhost:8080 specifically for Mediawiki, running with apache2 webserver. Although the service worked as expected on localhost, I was unable to send it over .onion. And setting HiddenServicePort 80 localhost:80 gave the standard apache2 configuration

[tor-onions] Scripts for setting up onion instan

2020-08-03 Thread Farhān
Hi all, Are there any known scripts(.sh /.py etc) that could help me setup multiple .onion services on a single machine? Something like pagekite can potentially help, except of course for onion services. My aim is to setup a xmpp instance, a WriteFreely instance and a mediawiki site