πŸ§…Tor Relay Operator Meetup

Tor friends, relay operators, and anyone who wants to learn about Tor relays and Snowflake proxy:
Join us tomorrow, Saturday, March 5th @ 2000 UTC!

https://forum.torproject.net/t/tor-relays-tor-relay-operator-meetup-saturday-march-5th-2000-utc/2397

[tor-relays] Tor Relay Operator Meetup (Saturday, March 5th @ 2000 UTC)

Hello everyone, This Saturday, March 5th @ 2000 UTC, we have a Tor Relay Operator Meetup! We'll share some updates about Tor Network Health, Tor Bridges and the ongoing situation in Russia/Ukraine (Snowflake surge, bridges blocked, BBC and DW onionsites). Everyone is free to bring up additional questions or topics at the meeting itself. Date & Time: March 5, 2022 - 2000 UTC Where: BigBlueButton room - Tor Relay Operator Meetup No need for a registration or anything else, just use the ro...

Tor Project Forum
@torproject how to make onion service in replit? was gonna convert my blog on g-h...
Tor Project | Set up Your Onion Service

Defend yourself against tracking and surveillance. Circumvent censorship. | Set up Your Onion Service

@Orca REPLIT? no access to os but i can make a dynamic page (npm and pypi preinstalled)
@hacknorris Hmmm no access to OS?πŸ€”
Not sure what you're describing here but I guess it's possible to make an onion service from a site hosted on another machine?
πŸ€”
@Orca yep. exactly. i have only home directory of mine user. no installs of apps except of local user (/home/hacknorris/* ) can run files anything. just not reconfiguring firewalls neither configuring other system services/registering something.
can onion be just a static page like html in one fricking file? (or few?)
with node or smth (this i can if doesnt use more than home dir cuz preinstalled)

@hacknorris

just not reconfiguring firewalls neither configuring other system services/registering something. Uhh you don't need to reconfigure firewall while running hidden service, you can make the site listen on localhost, it won't be an issue if tor is running on the same machine, and you can run tor in the current user context (havn't tried but I guess it's possibleπŸ€”)can onion be just a static page like html in one fricking file?yes it is okay.

@Orca so how? they say bout registering websites...
@Orca i know html and js tbh
@hacknorris what registering?πŸ€”
in my opinion it would be:
start a web server (using python or npm is enough ig)
install tor to run with current user context
configure tor to work as a hidden service
?
πŸ€”
@Orca enough? so how guys are getting things like dshfvlabvflabdlkfvkabdfv.onion ?
@Orca @hacknorris an onion site is no different than any other tor client. if you can use tor browser, you can host an onion site.
@hacknorris I don’t understand your question.