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
}