~kr1sp1n/lovell

A Gemini server written for Node.js
a5f8e628 — Krispin Schulz 4 years ago
add first runnable version
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kr1sp1n/lovell
read/write
git@git.sr.ht:~kr1sp1n/lovell

You can also use your local clone with git send-email.

#lovell

A Gemini server written for Node.JS. This is for the moment only a proof of concept.

#Run with docker-compose

You need a TLS cert and a TLS key. You could generate certificates for localhost for testing. Set the path to those files via TLS_KEY_FILE and TLS_CERT_FILE in the docker-compose.yml file.

At the moment the server only delivers one Gemini file that you can set via INDEX_FILE in the docker-compose.yml file as well.

Then execute:

docker-compose up

And the server is listening on gemini://localhost:1965.