EDIT (2023-07-31T22:18:52Z): I have realized that I was not clear in my original intent for this post – it could be interepereted to mean that I am asking whether or not you could access, for example, Lemmy through the Tor browser. This is not what I meant. What I was more alluding to was if it were possible to create a sort of “hidden fediverse” that was separate from the fediverse over the clearnet. There exitsts, already, Dark Web forums, like Dread, and I wonder if those would benefit more from being federated – Lemmy seems like a good candidate for this.

Title changes: Added “More specifically, could one make a sort of “Hidden Fediverse”?”

  • cstine@lemmy.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    20
    ·
    11 months ago

    ActivityPub isn’t anything more than JSON over HTTP(s); there’s no reason at all that you couldn’t simply tunnel all the traffic using hidden services over Tor using nothing more than the Tor daemon to create a hidden service and the proxy functionality to route all outbound HTTP traffic over Tor.

  • redcalcium@lemmy.institute
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 months ago

    It should works using .onion domain, but as lemmy currently doesn’t support changing your domain name nor having multiple domains (to make the instance reachable using an onion domain and normal domain), you can only federate with other instances that use onion address because other instances on normal network won’t be able to reach your onion address to send their activity messages.

    • Max-P@lemmy.max-p.me
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      11 months ago

      Instances with public domain names could successfully federate with onion instances, as long as it’s capable of accessing both networks.

      Onion instance talks to the public instance through an exit node, public instance can reach back to the onion instances through its hidden service.

      But that doesn’t remove the requirement that both ends needs to be on the Tor network, but at least one end doesn’t have to have an onion address. And obviously, the onion instance will have limited ability to interact with non-Tor-enabled instances, and one of them being public renders the usage of Tor somewhat moot.

    • Kalcifer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      I wasn’t clear enough in my original post. I was mostly referring to the idea of creating a sort of “Hidden Fediverse” which would be separate from the regular clearnet fediverse.

  • RobotToaster@infosec.pub
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    Most instances won’t be routing onion addresses, it will only work between instances that have it set up.

    • Kalcifer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I wasn’t clear enough in my original post. I was referring to the idea of creating a sort of “hidden fediverse” which would be separate from the one over the clearnet.

  • nothacking@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    You can connect to most instances over Tor, but hosting a server over a Tor hidden service would cause problems as it can’t be connected to by stock servers. (If you convince others to run other Tor hidden service instances, they could probably federate with each other)

    • Kalcifer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      You can connect to most instances over Tor

      I was not enough in my original post. I was generally referring to your second point about hosting a sort of “Hidden Fediverse”.

  • SJ0@lemmy.fbxl.net
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    Depends on the specific instance. Some services run where they are natively accessible through tor, but most don’t.

    Just remember that ActivityPub is a sharing protocol, and individual admins are fully capable of seeing everything. There is no end to end encryption, everything is stored in plain text.

    • Kalcifer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Some services run where they are natively accessible through tor, but most don’t.

      This was mostly what I was referring to. Does there already exist a sort of “hidden fediverse”? As in a fediverse that is only accessible over Tor/i2p?

  • fubo@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    If you can authenticate to that web endpoint, you can do RESTful things with it.