GitHunt
AR

arunesh90/CF-Access-verify

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

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

Languages

TypeScript91.9%Dockerfile8.1%

Contributors

Latest Release

1.1.0May 30, 2020
MIT License
Created July 24, 2019
Updated November 4, 2025