Sign inSign up

arulrajnet/basic-auth-proxy

By arulrajnet

Updated 5 months ago

A brandable, lightweight reverse proxy for legacy apps with Basic Auth

Image
0

6.6K

arulrajnet/basic-auth-proxy repository overview

BasicAuth Proxy

A brandable, lightweight reverse proxy designed to modernize and secure legacy applications that rely on HTTP Basic Authentication.

Quick Start

docker run -d \
  --name basic-auth-proxy \
  -p 8080:8080 \
  -v $(pwd)/config.yaml:/app/config.yaml \
  arulrajnet/basic-auth-proxy:latest

Features

  • Brandable Login Screen – Customize the UI to match your brand
  • Session Management – Convert Basic Auth into session-based authentication
  • Secure Reverse Proxy – Acts as a gateway to upstream services with Basic Auth
  • Improved User Experience – Eliminates the need for users to enter credentials repeatedly
  • Seamless Integration – Drop-in replacement for services requiring Basic Auth

Documentation

For detailed documentation, visit: https://github.com/arulrajnet/basic-auth-proxy

Supported Architectures

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/arm/v6
  • linux/arm/v5
  • linux/386
  • linux/ppc64le
  • linux/s390x
  • linux/riscv64

Tags

  • latest - Latest stable release
  • <version> - Specific version (e.g., v1.0.0)

Tag summary

Content type

Image

Digest

sha256:1c6ef82a0

Size

8.2 MB

Last updated

7 months ago

docker pull arulrajnet/basic-auth-proxy