add working sso + working Caddy + 2 scripts for hosts

This commit is contained in:
M1n-0
2025-05-13 21:21:07 +02:00
parent 248b608aba
commit cd4678c883
5 changed files with 64 additions and 30 deletions

View File

@@ -1,17 +1,17 @@
# Caddyfile
flask.localhost {
http://flask.localhost {
reverse_proxy flask:5000
}
wekan.localhost {
http://wekan.localhost {
reverse_proxy wekan:8080
}
chat.localhost {
http://chat.localhost {
reverse_proxy mattermost:8065
}
keycloak.localhost {
http://keycloak.localhost {
reverse_proxy keycloak:8080
}