A simple single user Gemini based message system.
Go to file
2023-04-16 20:08:30 +01:00
.gitignore Inital commit 2022-12-14 23:37:23 +00:00
cert.cgi Added documentation and certificate fingerprint display 2022-12-24 13:35:32 +00:00
LICENSE Added documentation and certificate fingerprint display 2022-12-24 13:35:32 +00:00
read.cgi Inital commit 2022-12-14 23:37:23 +00:00
README.md Added documentation and certificate fingerprint display 2022-12-24 13:35:32 +00:00
sample.env Added documentation and certificate fingerprint display 2022-12-24 13:35:32 +00:00
write.cgi Save date and time of message 2023-04-16 20:08:30 +01:00

Simple gemini messages

A simple single user Gemini based message system written in Python. Messages are saved in a flat gemtext file along with the sender's hostname/IP and client cert CN if provided. Reading messages requires the cert specified in the config to be used.

Tested with the stargazer server

Configuration

Copy the sample.env file to .env and update the variables to point to the location of the message file and your client cert fingerprint.

To find the fingerprint for your client cert visit the cert.cgi page

Make sure that gemini server has execute permissions for the the .cgi files and write permisson on the message file.