gebase/README.md

28 lines
597 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.