home.social

#kellnr — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #kellnr, aggregated by home.social.

  1. @pbarker you may want to self-host (for example, using #Kellnr software) kellnr.io

  2. When using our #Kellnr instance, it's recommended to increase `http.timeout` value in `.cargo/config.toml`:

    ``` .cargo/config.toml
    [registries.kellnr]
    index = "sparse+http://[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:8180/api/v1/cratesio/"

    [source.crates-io]
    replace-with = "kellnr"

    [http]
    timeout = 180
    ```

    #Yggdrasil #Mycelium #Rust #Creates #Cargo #Proxy

  3. Launched experimental #Kellnr - The registry for #Rust crates for #Yggdrasil and #Mycelium networks:

    http://[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:8180 | ygg.ua.srv:8180
    http://[505:6847:c778:61a1:5c6d:e802:d291:8191]:8180 | myc.ua.srv:8180

    #Guide how to set up and use it:
    http://[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]/d/178

  4. I've set up Kellnr to cache my downloads from crates.io and this is the result when I update my locally installed cargo packages. And it's still getting more and more.

    Every single of these 1500 crates must be maintained, or I'll have insecure code running on my computer. And I didn't even compile most of my own projects yet.

    #rust #cratesio #cargo #kellnr #supplychain