A brandable, lightweight reverse proxy for legacy apps with Basic Auth
6.6K
A brandable, lightweight reverse proxy designed to modernize and secure legacy applications that rely on HTTP Basic Authentication.
docker run -d \
--name basic-auth-proxy \
-p 8080:8080 \
-v $(pwd)/config.yaml:/app/config.yaml \
arulrajnet/basic-auth-proxy:latest
For detailed documentation, visit: https://github.com/arulrajnet/basic-auth-proxy
latest - Latest stable release<version> - Specific version (e.g., v1.0.0)Content type
Image
Digest
sha256:1c6ef82a0…
Size
8.2 MB
Last updated
7 months ago
docker pull arulrajnet/basic-auth-proxy