this post was submitted on 30 Mar 2021
1 points (100.0% liked)

gemini

401 readers
1 users here now

https://gemini.circumlunar.space/

Gemini is a new internet protocol which:

Other Gemini communities on Lemmy

founded 4 years ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 1 year ago (1 children)

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 :)

[โ€“] [email protected] 1 points 1 year ago

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