Chat functionality is now fully handled by the Go backend (since v0.502). Remove the deprecated Rust chat server and all its references from: - CI/CD workflows (ci.yml, cd.yml, rust-ci.yml, chat-ci.yml) - Monitoring & proxy config (prometheus, caddy, haproxy) - Incus deployment scripts and documentation - Monorepo config (package.json, dependabot, GH templates)
6 lines
201 B
Text
6 lines
201 B
Text
{$STAGING_DOMAIN:staging.veza.app} {
|
|
reverse_proxy /api/* backend:8080
|
|
reverse_proxy /stream stream-server:3001
|
|
reverse_proxy /hls/* stream-server:3001
|
|
reverse_proxy /* frontend:5173
|
|
}
|