One user and password per http auth (to last longer against bf attacks)
This commit is contained in:
38
Caddyfile
38
Caddyfile
@@ -35,7 +35,7 @@ tools.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
jawline4392 $2a$14$fFXP3bSAH3w9Kj0t84y1aeYvYwUbYPgV29RpesEFoDTCMpcumm5Bm
|
||||||
}
|
}
|
||||||
reverse_proxy 10.0.0.1:8898
|
reverse_proxy 10.0.0.1:8898
|
||||||
}
|
}
|
||||||
@@ -71,7 +71,7 @@ msg.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
scuba8495 $2a$14$dSjT2ZkFg4h9TLDGvnN7XO1hJ/1VbFxgx0EX8UJy2tknKK/MqR1b2
|
||||||
}
|
}
|
||||||
reverse_proxy 10.0.0.2:8000
|
reverse_proxy 10.0.0.2:8000
|
||||||
}
|
}
|
||||||
@@ -81,7 +81,7 @@ notes.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
giggly8541 $2a$14$j4eEXQZQdCWquG5lTJCaV.Uefb6D0cWQlC843tCH0cGMxdjf8AS.O
|
||||||
}
|
}
|
||||||
reverse_proxy 127.0.0.1:3050 {
|
reverse_proxy 127.0.0.1:3050 {
|
||||||
header_up Host {host}
|
header_up Host {host}
|
||||||
@@ -94,8 +94,7 @@ keybr.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
sneak2931 $2a$14$dQJs/1Rk8TjgK5YZSIAYU.i4avRMgRZ8uZIR47/mgI3ltYLqgf8XK
|
||||||
# Username "Bob", password "hiccup"
|
|
||||||
}
|
}
|
||||||
reverse_proxy 10.0.0.2:3000
|
reverse_proxy 10.0.0.2:3000
|
||||||
}
|
}
|
||||||
@@ -105,8 +104,7 @@ torrents.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
unrevised0817 $2a$14$fGYDsHzx8X/EdXKW59it/ujz8ieD0Ae8q3u.mJt2vaKg4.VYPrs2C
|
||||||
# Username "Bob", password "hiccup"
|
|
||||||
}
|
}
|
||||||
reverse_proxy 10.0.0.2:9091
|
reverse_proxy 10.0.0.2:9091
|
||||||
}
|
}
|
||||||
@@ -115,10 +113,6 @@ torrents.mycloudhaus.xyz {
|
|||||||
searxng.mycloudhaus.xyz {
|
searxng.mycloudhaus.xyz {
|
||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
# basic_auth {
|
|
||||||
# # Username "Bob", password "hiccup"
|
|
||||||
# theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
# }
|
|
||||||
reverse_proxy 127.0.0.1:7001
|
reverse_proxy 127.0.0.1:7001
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -144,19 +138,11 @@ dns.mycloudhaus.xyz {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#twitch.mycloudhaus.xyz {
|
|
||||||
# route {
|
|
||||||
# crowdsec
|
|
||||||
# reverse_proxy 127.0.0.1:8280
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
inv.mycloudhaus.xyz {
|
inv.mycloudhaus.xyz {
|
||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
# Username "Bob", password "hiccup"
|
compile6639 $2a$14$AmsLzCKhcncRJEpXCF5XZ.sq/.9RCfKtY8bg89FKkE1fpU9Y.lSUK
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
}
|
}
|
||||||
reverse_proxy 10.0.0.2:4000
|
reverse_proxy 10.0.0.2:4000
|
||||||
}
|
}
|
||||||
@@ -206,8 +192,7 @@ home.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
# Username "Bob", password "hiccup"
|
mobster5234 $2a$14$mu69PLSK/8iMqV2e/TM2dOsW7ZuLPpjW/Aqltlug6xgQRckXJRqQ2
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
}
|
}
|
||||||
reverse_proxy 127.0.0.1:8099
|
reverse_proxy 127.0.0.1:8099
|
||||||
}
|
}
|
||||||
@@ -218,8 +203,7 @@ logs.mycloudhaus.xyz {
|
|||||||
route {
|
route {
|
||||||
crowdsec
|
crowdsec
|
||||||
basic_auth {
|
basic_auth {
|
||||||
# Username "Bob", password "hiccup"
|
overvalue8130 $2a$14$RjDA21av6gZynO9BInzUGuErCs9qHSIx0gDBwhyOS9iDd8f6wvQMO
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
}
|
}
|
||||||
reverse_proxy 127.0.0.1:3030
|
reverse_proxy 127.0.0.1:3030
|
||||||
}
|
}
|
||||||
@@ -275,8 +259,7 @@ radio.mycloudhaus.xyz {
|
|||||||
|
|
||||||
convert.mycloudhaus.xyz {
|
convert.mycloudhaus.xyz {
|
||||||
basic_auth {
|
basic_auth {
|
||||||
# Username "Bob", password "hiccup"
|
thirstily1920 $2a$14$XAK/BYwOLKIxsPNdTKRng.fS9fIMYqOUWHj5XQriP8Eptpbm.q6Ee
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
}
|
}
|
||||||
reverse_proxy 127.0.0.1:6000
|
reverse_proxy 127.0.0.1:6000
|
||||||
}
|
}
|
||||||
@@ -304,8 +287,7 @@ convert.mycloudhaus.xyz {
|
|||||||
mycloudhaus.xyz {
|
mycloudhaus.xyz {
|
||||||
|
|
||||||
basic_auth {
|
basic_auth {
|
||||||
# Username "Bob", password "hiccup"
|
overwrite7291 $2a$14$ZU0t/ykaEg4CO2hr1PPSK.3K13XEj6SKlnX9/S8/HaO98lh2nN13S
|
||||||
theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS
|
|
||||||
}
|
}
|
||||||
|
|
||||||
metrics /metrics
|
metrics /metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user