forked from GitHub/cloudflare-docker-proxy
Compare commits
1 Commits
master
...
yscai/fix-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
001a9fdd51 |
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://git.yinr.cc/Yinr/cloudflare-docker-proxy.git)
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://github.com/ciiiii/cloudflare-docker-proxy)
|
||||
|
||||
> If you're looking for proxy for helm, maybe you can try [cloudflare-helm-proxy](https://github.com/ciiiii/cloudflare-helm-proxy).
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
2. follow the instructions to fork and deploy
|
||||
3. update routes as you requirement
|
||||
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://git.yinr.cc/Yinr/cloudflare-docker-proxy.git)
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://github.com/ciiiii/cloudflare-docker-proxy)
|
||||
|
||||
## Routes configuration tutorial
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ port = 8787
|
||||
local_protocol = "http"
|
||||
|
||||
[env.vars]
|
||||
CUSTOM_DOMAIN = "lolicon.in"
|
||||
CUSTOM_DOMAIN = "libcuda.so"
|
||||
|
||||
[env.dev.vars]
|
||||
MODE = "debug"
|
||||
@@ -16,6 +16,15 @@ CUSTOM_DOMAIN = "exmaple.com"
|
||||
|
||||
[env.production]
|
||||
name = "cloudflare-docker-proxy"
|
||||
# routes = [
|
||||
# { pattern = "docker.libcuda.so", custom_domain = true },
|
||||
# { pattern = "quay.libcuda.so", custom_domain = true },
|
||||
# { pattern = "gcr.libcuda.so", custom_domain = true },
|
||||
# { pattern = "k8s-gcr.libcuda.so", custom_domain = true },
|
||||
# { pattern = "k8s.libcuda.so", custom_domain = true },
|
||||
# { pattern = "ghcr.libcuda.so", custom_domain = true },
|
||||
# { pattern = "cloudsmith.libcuda.so", custom_domain = true },
|
||||
# ]
|
||||
|
||||
[env.production.vars]
|
||||
MODE = "production"
|
||||
|
||||
Reference in New Issue
Block a user