Skip to content

weebsquad/CF-Access-verify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.3%
  • Dockerfile 7.7%