Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

kivikakk/kaksikud

Repository files navigation

kaksikud

Simple Gemini server in Zig.

getting started

Build:

zig build

Make a config.zzz with your vhost(s) and listen port. kaksikud does not terminate TLS for you — it'll need to be put behind a reverse proxy. reverse-proxy is a Ruby script for help with development.

port: 1234

gemini.your.website:
  root: /path/to/root

screenshot of it working

screenshot

Viewed in Lagrange.

warning

If you use any of this in production, I will be so sad.

license

Copyright 2021 Asherah Connor, MIT-licensed.