Sign inSign up

grisu48/orion

By grisu48

Updated over 4 years ago

Simple gemini server written in go

Image
0

267

grisu48/orion repository overview

orion is still alpha It mostly works, but expect some bugs and possible security issues.

orion is a minimalistic gemini server written in go with the aim of being easy-to-use and minimal requirements.

Usage

Assuming you have your configuration files in /srv/orion/conf and your data directory in /srv/orion/data:

docker run -d --name orion -v /srv/orion/conf:/conf -v /srv/orion/data:/data -p 1965:1965 grisu48/orion
podman run -d --name orion -v /srv/orion/conf:/conf -v /srv/orion/data:/data -p 1965:1965 grisu48/orion

orion supports also multiple environmental variables. Checkout the github repository and the README therein for more information.

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

over 4 years ago

docker pull grisu48/orion