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.
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.
Content type
Image
Digest
Size
3.2 MB
Last updated
over 4 years ago
docker pull grisu48/orion