Simple reverse proxy that verifies all requests are done through Cloudflare Access and makes sure no unauthenticated users can access your application
TARGET_URL
: The target url for the application you want to use/proxyLOGIN_DOMAIN
: Your cloudflare login domain. You can find it in the Access tabPORT
(optional): For overriding the default port (80)
docker pull arunesh90/cf-access-verify
docker create arunesh90/cf-access-verify:1.1.0 \
-e TARGET_URL="http://127.0.0.1:9000" \
-e LOGIN_DOMAIN="example.cloudflareaccess.com" \
-p 80:80
👤 Arunesh
- Twitter: @arunesh90
- Github: @arunesh90
- Discord: Pepe#9999
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator