This commit is contained in:
NewName
2024-11-08 22:18:41 +08:00
parent 10980f9485
commit aef5a7c203
8 changed files with 277 additions and 0 deletions

24
Caddyfile Normal file
View File

@@ -0,0 +1,24 @@
{$DOMAIN} {
root * /srv
file_server
}
dockerhub.{$DOMAIN} {
reverse_proxy * dockerhub:5000
}
ghcr.{$DOMAIN} {
reverse_proxy * ghcr:5000
}
gcr.{$DOMAIN} {
reverse_proxy * gcr:5000
}
k8sgcr.{$DOMAIN} {
reverse_proxy * k8sgcr:5000
}
registryk8s.{$DOMAIN} {
reverse_proxy * registryk8s:5000
}