A Gemini server with Awk scripting
Go to file
Emilis Dambauskas 1ad2b9f6c1 Implemented some CGI variable support. 2020-12-01 03:30:02 +02:00
lib Implemented some CGI variable support. 2020-12-01 03:30:02 +02:00
.gitignore Initial commit. 2020-11-29 17:27:03 +02:00
LICENSE.txt Added LICENSE and README. 2020-11-29 17:30:27 +02:00
Makefile Implemented some CGI variable support. 2020-12-01 03:30:02 +02:00
README.md Fixed a typo. 2020-11-29 17:50:16 +02:00
serve-request.awk Implemented some CGI variable support. 2020-12-01 03:30:02 +02:00
serve-request.sh Implemented some CGI variable support. 2020-12-01 03:30:02 +02:00

README.md

Gebase - A Gemini server with Awk scripting

Prerequisites

  • Make
  • openssl
  • ncat or socat

Usage

make - Starts a ncat server.

make ncat-server Starts a ncat server.

make socat-server Starts a socat server.

Edit srv/main.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.