Initial commit

This commit is contained in:
Manuel 2022-08-28 16:51:11 +02:00
commit 3d8657c5b5
Signed by: Manuel
GPG key ID: 4085037435E1F07A
5 changed files with 145 additions and 0 deletions

12
caddy/Caddyfile Normal file
View file

@ -0,0 +1,12 @@
{
servers {
protocol {
experimental_http3
}
}
}
localhost {
redir / /guacamole/ 308
reverse_proxy guacamole:8080
}