Added quay registry mirror + Invidious

This commit is contained in:
2026-02-21 13:52:32 +02:00
parent 400ee84300
commit cf96e76d92
4 changed files with 108 additions and 0 deletions

View File

@@ -22,6 +22,36 @@
}
}
dockerreg.mycloudhaus.xyz {
# Important: These headers are required for Docker Registry
header {
-Server
Docker-Distribution-Api-Version registry/2.0
}
# Reverse proxy with proper Docker Registry support
reverse_proxy 10.0.0.1:4555 {
# Forward all headers without modification
header_up Host {host}
header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme}
# Critical: Ensure chunked transfer encoding works
transport http {
read_buffer 4096
write_buffer 4096
max_response_header 8192
}
}
# Handle blob uploads correctly
handle_errors {
# If registry returns error, pass it through
respond "{http.error.status_code} {http.error.status_text}"
}
}
speed.mycloudhaus.xyz {
route {
crowdsec
@@ -143,6 +173,7 @@ inv.mycloudhaus.xyz {
crowdsec
basic_auth {
compile6639 $2a$14$AmsLzCKhcncRJEpXCF5XZ.sq/.9RCfKtY8bg89FKkE1fpU9Y.lSUK
miha $2y$05$N1Gr6khpOaZc5YDQp8quGuQk6phsE69GoLSB3d.w7RnRc8zyQn./6
}
reverse_proxy 10.0.0.2:4000
}
@@ -235,6 +266,27 @@ playlists.mycloudhaus.xyz {
}
}
play.mycloudhaus.xyz {
route {
crowdsec
}
reverse_proxy 10.0.0.2:4445
}
email.mycloudhaus.xyz {
route {
crowdsec
}
reverse_proxy 10.0.0.2:8025
}
translate.mycloudhaus.xyz {
route {
crowdsec
reverse_proxy 10.0.0.2:5555
}
}
media.mycloudhaus.xyz {
route {
crowdsec
@@ -264,6 +316,13 @@ convert.mycloudhaus.xyz {
reverse_proxy 127.0.0.1:6000
}
learn.mycloudhaus.xyz {
basic_auth {
planky273 $2y$05$te50nAtF7oT1vHht3Qy3qOUC5DBAWodCD4xjwPkrFfHjoWrE1Wa1a
}
reverse_proxy 10.0.0.2:8889
}
#prom.mycloudhaus.xyz {
# basic_auth {
# # Username "Bob", password "hiccup"