Hopefully this time I've fixed things rather than breaking them further?
The main change in this one is restoring digest auth. It had been broken when I changed from using an older HTTP client library to Axios, which does not support digest auth. There's a little wrapper that has been added in now to support that authentication format.
I've also taken davmc123's suggestion and added --yes
to the Docker npx
command so folks don't get prompted on Docker run.
Speaking of Docker, if Docker Hub gives you trouble, there's additional mirrors of the Docker packages from GitHub now here:
https://github.com/jfarseneau/antennas/pkgs/container/antennas
What's Changed
- Add "--yes" to run command by @jfarseneau in #87
- Restore digest auth by @jfarseneau in #88
Full Changelog: v4.1.2...v4.2.0