# NORA configuration — environment variables # Copy to /etc/nora/nora.env and adjust # Server NORA_HOST=0.0.0.0 NORA_PORT=4000 # NORA_PUBLIC_URL=https://registry.example.com # Storage NORA_STORAGE_PATH=/var/lib/nora # NORA_STORAGE_MODE=s3 # NORA_STORAGE_S3_URL=http://minio:9000 # NORA_STORAGE_BUCKET=registry # Auth (optional) # NORA_AUTH_ENABLED=true # NORA_AUTH_HTPASSWD_FILE=/etc/nora/users.htpasswd # Rate limiting # NORA_RATE_LIMIT_ENABLED=true # npm proxy # NORA_NPM_PROXY=https://registry.npmjs.org # NORA_NPM_METADATA_TTL=300 # NORA_NPM_PROXY_AUTH=user:pass # PyPI proxy # NORA_PYPI_PROXY=https://pypi.org/simple/ # Docker upstreams # NORA_DOCKER_UPSTREAMS=https://registry-1.docker.io