Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.47 KB

Cloudflare Access Verification Proxy

Simple reverse proxy that verifies all requests are done through Cloudflare Access and makes sure no unauthenticated users can access your application

Install & Usage

Environment variables:

  • TARGET_URL: The target url for the application you want to use/proxy
  • LOGIN_DOMAIN: Your cloudflare login domain. You can find it in the Access tab
  • PORT (optional): For overriding the default port (80)

Docker

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

Author

👤 Arunesh

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator