This commit is contained in:
NewName
2024-12-22 19:26:44 +08:00
parent 5bbf7c744a
commit f76a13f4ee
12 changed files with 1000 additions and 233 deletions

23
Caddyfile Normal file
View File

@@ -0,0 +1,23 @@
hub.{$DOMAIN} {
reverse_proxy * ghproxy:5000
}
docker.{$DOMAIN} {
reverse_proxy * docker:5000
}
ghcr.{$DOMAIN} {
reverse_proxy * ghcr:5000
}
gcr.{$DOMAIN} {
reverse_proxy * gcr:5000
}
quay.{$DOMAIN} {
reverse_proxy * quay:5000
}
k8s.{$DOMAIN} {
reverse_proxy * k8s:5000
}