Added infrastructure-related vHosts and git-vHosts

This commit is contained in:
Johanna Dorothea Reichmann 2019-03-30 13:42:16 +01:00
parent e0d79bd915
commit 9baa81032a
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 47 additions and 0 deletions

15
webhosts/git/Caddyfile Normal file
View 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
View 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
}
}