Port 1965 is only going to one place, so how can I make sure it’s going to the right place?

I currently have agate running on a raspberry pi with Arch Linux Arm running agate for the first site.

  • z3bra
    link
    fedilink
    29 months ago

    You can use a reverse proxy for that. Start multiple Gemini servers listening on localhost:19650, localhost:19651, …, and have the rproxy listen on *:1965. Then configure the reverse proxy to redirect to the correct port depending on the TLS SNI (hostname) requested.

    That, or use a Gemini server that supports virtual hosts natively :)

    • @GhastOP
      link
      19 months ago

      I ended up on Amfora. No address book or interaction, but it does virtual hosts really easily.

    • @GhastOP
      link
      13 years ago

      ‘vhost’ is the word I needed to search for apparently.

      Just found ‘geminid’ here. Looks like it’ll do the job.