1
How to I run two Gemini sites on one server?
(lemmy.ml)
https://gemini.circumlunar.space/
Gemini is a new internet protocol which:
Other Gemini communities on Lemmy
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 :)
I ended up on Amfora. No address book or interaction, but it does virtual hosts really easily.