8000 GitHub - PagerTree/docker-caddy-reverse-proxy: Caddy reverse proxy with basic auth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PagerTree/docker-caddy-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Caddy Reverse Proxy

A Dockerfile with a configurable Caddy reverse proxy.

Getting Started

You'll want to customize the following command:

docker run -p 8080:8080 \
  -e REVERSE_PROXY_FROM=:8080 \
  -e REVERSE_PROXY_TO=https://statuscode.app \
  -e REVERSE_PROXY_USERNAME=username \
  -e REVERSE_PROXY_HASHED_PASSWORD=$(caddy hash-password -p password) \
  pagertree/docker-caddy-reverse-proxy:latest

Now navigate to http://localhost:8080, login using the provided username and password and "voila!" it should be proxied.

About

Caddy reverse proxy with basic auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0