Installation
Docker
Section titled “Docker”docker run -d -p 4000:4000 -v nora-data:/data ghcr.io/getnora-io/nora:latestBinary
Section titled “Binary”Download from GitHub Releases, then:
chmod +x nora && ./nora./nora listens on 127.0.0.1:4000. To expose it on a network, set NORA_HOST=0.0.0.0
and NORA_PUBLIC_URL so generated download links are reachable:
NORA_HOST=0.0.0.0 NORA_PUBLIC_URL=https://registry.example.com ./nora