# Basicauth Proxy **Repository Path**: acicn/basicauth-proxy ## Basic Information - **Project Name**: Basicauth Proxy - **Description**: 为 HTTP 服务提供 BasicAuth 反向代理 - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/guoyk93/basicauth-proxy.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-12 - **Last Updated**: 2023-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # basicauth-proxy HTTP proxy with basicauth # Images ``` guoyk/basicauth-proxy ghcr.io/guoyk93/basicauth-proxy ``` # Metrics and Readiness ``` GET /metrics GET /ready ``` # Environment Variables - `PORT`, default to `80` listening port - `PROXY_TARGET`, proxy target - `PROXY_TARGET_INSECURE`, ignore TLS certificate errors if proxy target is https - `BASICAUTH_USERNAME`, username - `BASICAUTH_PASSWORD`, password - `BASICAUTH_REALM`, default to `BasicAuth Proxy`, realm name of HTTP basic auth # Donation View https://guoyk.xyz/donation # Credits GUO YANKE, MIT License