Package Details: kellnr 5.5.0-1

Git Clone URL: https://aur.archlinux.org/kellnr.git (read-only, click to copy)
Package Base: kellnr
Description: The registry for Rust crates
Upstream URL: https://kellnr.io/
Licenses: MIT
Submitter: gtsiam
Maintainer: gtsiam
Last Packager: gtsiam
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-12 17:18 (UTC)
Last Updated: 2025-04-17 19:13 (UTC)

Pinned Comments

gtsiam commented on 2024-12-12 17:22 (UTC)

Start kellnr.service. Configuration in /etc/kellnr, and data in /var/lib/kellnr.

You might need to do sudo -u kellnr rustup default stable if you use rustup and want doc auto-generation.

If you want to require authentication to pull crates, you should create /var/lib/kellnr/.cargo/config.toml and configure the kellnr registry there to allow doc auto-generation to pull any required crates.

Latest Comments

mattcan commented on 2025-05-02 19:35 (UTC)

Heads up that this no longer starts because the default.toml is out of date. Specifically, the following fields need to be defined:

[registry]
required_crate_fields = []

[s3]
enabled = false
access_key = ""
secret_key = ""
region = ""
endpoint = ""
allow_http = true
crates_bucket = ""
cratesio_bucket = ""

I was able to start by adding those values but here is a link to what 5.5.0 defaults to: https://github.com/kellnr/kellnr/blob/v5.5.0/config/default.toml

gtsiam commented on 2024-12-12 17:22 (UTC)

Start kellnr.service. Configuration in /etc/kellnr, and data in /var/lib/kellnr.

You might need to do sudo -u kellnr rustup default stable if you use rustup and want doc auto-generation.

If you want to require authentication to pull crates, you should create /var/lib/kellnr/.cargo/config.toml and configure the kellnr registry there to allow doc auto-generation to pull any required crates.