diff --git a/docs/self_hosting.md b/docs/self_hosting.md index e8ea2f6d8..224a82cd8 100644 --- a/docs/self_hosting.md +++ b/docs/self_hosting.md @@ -86,10 +86,11 @@ to implement In the context of MatrixRTC, we suggest using a single hostname for backend communication by implementing endpoint routing within a reverse proxy setup. For the example above, this results in: -| Service | Endpoint | Example | -| -------- | ------- | ------- | + +| Service | Endpoint | Example | +| --------------------------------------------------------------------------------- | -------------- | ------------------------------------ | | [Livekit SFU](https://github.com/livekit/livekit) WebSocket signalling connection | `/livekit/sfu` | `matrix-rtc.example.com/livekit/sfu` | -| [MatrixRTC Authorization Service](https://github.com/element-hq/lk-jwt-service) | `/livekit/jwt` | `matrix-rtc.example.com/livekit/jwt` | +| [MatrixRTC Authorization Service](https://github.com/element-hq/lk-jwt-service) | `/livekit/jwt` | `matrix-rtc.example.com/livekit/jwt` | Using Nginx, you can achieve this by: diff --git a/src/index.css b/src/index.css index 660745692..d32f1fcfa 100644 --- a/src/index.css +++ b/src/index.css @@ -15,8 +15,7 @@ Please see LICENSE in the repository root for full details. @import url("@fontsource/inconsolata/700.css"); @import url("normalize.css/normalize.css") layer(normalize); -@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") -layer(compound); +@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") layer(compound); @import url("@vector-im/compound-web/dist/style.css") layer(compound.components); :root {