# Gebase - A Gemini server with Awk scripting A work in progress. ## Prerequisites - ncat or socat - Make - openssl (if you want to generate certificates) ## Usage `make` - Starts a ncat server. `make ncat-server` – Starts a ncat server. `make socat-server` – Starts a socat server. `make certs DOMAIN=localhost` - Generates the certificate and key files. Edit _serve-request.awk_ to match your needs. ## License Copyright 2020 Emilis Dambauskas emilis@emilis.net This is free software, and you are welcome to redistribute it under certain conditions; see LICENSE.txt for details.