< ~wiki

Gemini

Access

Point your gemini client to gemini://tilde.green

How-to host content

Static content

Just create your content and make sure it's within a public_gemini directory in your $HOME dir.

If the urls do not work make sure that the permissions of your homedir are at least 711 and the permissions of the files are 644

CGI

CGI runs as the user under which's $HOME directory it is on. Just make a program executable and it'll run when queried.

A very simple CGI script is test.sh:

#!/bin/sh
echo "20 test/gemini\r"
echo "this is a cgi script"

If you put that into your public_gemini, you can access it with gemini://tilde.green/~username/test.sh

Forum

A gemini forum using bubble is at gemini://forum.tilde.green/


source