Isva server required for a crate registry?

โš“ Rust    ๐Ÿ“… 2025-08-07    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 6      

surdeus

so as i read the registry docs i need some type of a server for a registry.

several of my coworkers insist i can just point the registry at a shared read only network file server and be done with it.

is this true? i donโ€™t see examples of this or docs that say how.

all examples i see are exactly http/https servers

we are working in a closed (air gapped network) environment and there is an big aversion on my team to setting up a server of any kind

docs:

 https://doc.rust-lang.org/cargo/reference/registries.html

something like /nfs/some/common/directory

2 posts - 2 participants

Read full topic

๐Ÿท๏ธ Rust_feed