Fixed. Just make sure to take care of your pacnew if updating from 5.5.0-1.
Search Criteria
Package Details: kellnr 5.5.0-2
Package Actions
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-05-04 13:23 (UTC) |
Dependencies (10)
- bzip2 (bzip2-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- just (just-gitAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- cargo-nextest (check)
Required by (0)
Sources (5)
Latest Comments
gtsiam commented on 2025-05-04 13:24 (UTC) (edited on 2025-05-04 13:25 (UTC) by gtsiam)
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.
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.