gebase/README.md

597 B
Raw Permalink Blame History

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.