~nbsp/artemis

a gemini server for pubnixes

6596f2e s/sfr/nbsp/g

~nbsp pushed to ~nbsp/artemis git

1 year, 5 days ago
~nbsp/artemis

New ticket tracker added

1 year, 5 days ago

#artemis

artemis is a minimal gemini server written in go, designed for pubnixes.

#usage

$ go build
$ ./artemis

#configuration

artemis checks for a config.toml file in the following locations, in order:

  • .
  • $XDG_CONFIG_HOME/artemis
  • $HOME/.config/artemis
  • /etc/artemis

in the config, you must specify the location of a TLS cert and key.

you may optionally change the port artemis will listen on. by default, artemis listens on port 1965, the default gemini port.

you may optionally provide custom paths for the index or user directories. by default, the index points to /var/gemini and the userdir is $HOME/public_gemini.

#contributing

send patches to the mailing list. prefix patches with "[PATCH artemis]".

#license

artemis is licensed under the Blue Oak Model License, version 1.0. refer to the license for details.