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.