Initial commit

This commit is contained in:
Micael Silva
2025-07-11 12:37:01 -03:00
commit 6ab2a440d3
5 changed files with 40 additions and 0 deletions

1
data/etc/Caddyfile Normal file
View File

@@ -0,0 +1 @@
import /etc/caddy/conf.d/*.conf

11
data/etc/conf.d/auth.conf Normal file
View File

@@ -0,0 +1,11 @@
auth.mtst.tec.br {
handle /realms/* {
reverse_proxy http://keycloak:9090
}
handle /resources/* {
reverse_proxy http://keycloak:9090
}
handle /admin* {
reverse_proxy http://keycloak:9090
}
}

3
data/etc/conf.d/git.conf Normal file
View File

@@ -0,0 +1,3 @@
git.mtst.tec.br {
reverse_proxy http://gitea:3000
}