-
node-oauth-proxy:具有预授权(例如Cloudflare Access)的Node.js代理服务器的简单示例下载
资源介绍
节点授权代理
具有预授权(例如Cloudflare Access)的Node.js代理服务器的简单示例
堆
Node.js
Passport.js
Express.js
打字稿
通过环境或Docker变量进行配置
# URL - local url of service
# PORT - local port of service
# PUBLIC_URL - public url that will be used for redirect by OAuth
# TARGET - url for endpoint that will be proxied
URL= " localhost "
PORT= " 8080 "
PUBLIC_URL= " domain.name "
TARGET= " http://127.0.0.1:9000 "
# Name, time of lif