Added infrastructure-related vHosts and git-vHosts
This commit is contained in:
parent
e0d79bd915
commit
9baa81032a
15
webhosts/git/Caddyfile
Normal file
15
webhosts/git/Caddyfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
https://git.finallycoffee.eu {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
proxy / git_finallyCoffee:3000 {
|
||||||
|
transparent
|
||||||
|
websocket
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://git.delta-industries.de {
|
||||||
|
tls /tls_certs/git.delta-industries.de/fullchain.pem /tls_certs/git.delta-industries.de/privkey.pem
|
||||||
|
proxy / git_deltaIndustries:3000 {
|
||||||
|
transparent
|
||||||
|
websocket
|
||||||
|
}
|
||||||
|
}
|
32
webhosts/infra/Caddyfile
Normal file
32
webhosts/infra/Caddyfile
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
https://admin.finallycoffee.eu {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
proxy / https://172.21.0.1:9090 {
|
||||||
|
transparent
|
||||||
|
websocket
|
||||||
|
insecure_skip_verify
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://dsl.gateway.finallycoffee.eu {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
basicauth jdreichmann $pass {
|
||||||
|
realm "Intranet karlsruhe.flauschekatze.space"
|
||||||
|
/
|
||||||
|
}
|
||||||
|
proxy / http://192.168.0.2:80 {
|
||||||
|
transparent
|
||||||
|
websocket
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://docsis.gateway.finallycoffee.eu {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
basicauth jdreichmann $pass {
|
||||||
|
realm "Intranet karlsruhe.flauschekatze.space"
|
||||||
|
/
|
||||||
|
}
|
||||||
|
proxy / http://192.168.0.1:80 {
|
||||||
|
transparent
|
||||||
|
websocket
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user