Add conduit to stack

This commit is contained in:
2025-02-28 12:24:23 -07:00
parent d43f70b68f
commit d2d0accd2c
8 changed files with 100 additions and 1 deletions

View File

@ -67,6 +67,15 @@ thesatelliteoflove.com {
file_server
}
chat.thesatelliteoflove.com, chat.thesatelliteoflove.com:8448 {
handle /.well-known/* {
root * /srv/matrix
file_server
}
reverse_proxy /_matrix/* conduit-homeserver-1:6167
}
bookmarks.thesatelliteoflove.com {
reverse_proxy hoarder-web-1:3000
}

View File

@ -6,6 +6,8 @@ services:
- "80:80"
- "443:443"
- "443:443/udp"
- "8448:8448"
- "8448:8448/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv

View File

@ -0,0 +1,5 @@
{
"m.homeserver": {
"base_url": "https://chat.thesatelliteoflove.com"
}
}

View File

@ -0,0 +1,3 @@
{
"m.server": "chat.thesatelliteoflove.com:443"
}