💾 Archived View for feldspaten.org › posts › 20220213-orion-update.gmi captured on 2023-12-28 at 15:21:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

orion update 2

orion, my own gemini server got a bunch of updates today. In particular:

The last point also means, that orion is now also available as podman/docker container. For now I recommend users to run orion as container application, as this reduces the impact of possible security issues.

Run orion as podman/docker container

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 --memory 128M grisu48/orion

This assumes, you configure orion via a config file in /srv/orion/conf/orion.conf and that the server certificate/keyfiles are also there.

Checkout the orion page for a more extended usage tutorial

Orion is my own gemini server