forked from findsec-cn/registry-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCaddyfile
More file actions
39 lines (36 loc) · 717 Bytes
/
Caddyfile
File metadata and controls
39 lines (36 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
servers :443 {
protocol {
experimental_http3
}
}
email {$EMAIL}
}
lhcr.coolrc.me { #本地镜像
tls {
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
file_server
reverse_proxy localhost:801
}
gcr.lhcr.coolrc.me { #gcr
tls {
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
file_server
reverse_proxy localhost:5001
}
k8s-gcr.lhcr.coolrc.me { #k8s
tls {
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
file_server
reverse_proxy localhost:5002
}
ghcr.lhcr.coolrc.me { #ghcr
tls {
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
file_server
reverse_proxy localhost:5003
}