Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/JamesMc86/digest_auth_rs/src/commit/c10d96bf834b80f15a70c558e51a289395a15fbd/README.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
digest auth for rust
digest_auth_rs/README.md

177 B

Rust implementation of Digest Auth hashing algorithms, as defined in IETF RFC 2069, 2617, and 7616.

This crate provides the authentication header parsing and generation code.