Commit Graph

15 Commits

Author SHA1 Message Date
fkwp 3495f5b472 linting 2024-12-03 16:57:53 +01:00
fkwp 44e5d2ea91 add MSC4222 2024-12-03 16:54:37 +01:00
fkwp 2961cfa52c update README.md 2024-11-06 20:20:29 +01:00
fkwp 7440f39fef add base_url 2024-11-06 20:00:21 +01:00
fkwp 69776ba08e add .well-known section including a note that this is not effective for the local dev environment 2024-11-06 20:00:21 +01:00
fkwp 82c6db1f94 linting 2024-11-05 00:35:40 +01:00
fkwp a672224324 rename livekit.conf to dev_livekit.conf to make clear that its for the development environment 2024-11-05 00:23:02 +01:00
fkwp 2de105c9fd minimum homeserver configuration for development environment 2024-11-05 00:15:26 +01:00
fkwp 275e0bdb00 minimum nginx tls reverse proxy configuration for synapse homeserver 2024-11-05 00:14:02 +01:00
fkwp 377ccf8f45 add localhost tls certificates for dev environment 2024-11-05 00:05:02 +01:00
Andrew Ferrazzutti b5d25f1f2d Drop unsupported field from backend/livekit.yaml (#2349)
environment was removed in v1.6.0: livekit/livekit@10c8582
2024-05-01 19:31:16 +09:00
Andrew Ferrazzutti d79359ae66 Drop unsupported field from backend/livekit.yaml
signal_relay.enabled was removed in v1.5.3: livekit/livekit@3f2f850
2024-03-07 16:21:59 -05:00
David Baker 6c8b96ed3d Use prebuilt image for docker compose 2023-07-04 18:57:35 +01:00
David Baker 8996aa772c Initial support for getting SFO config using OIDC
* Change `jwt_service_url` to `livekit_service_url`
 * Make it a POST so we can send the openID token sensibly
 * Get an OIDC token & pass it with the request
 * Read the SFU URL from there too

and convert the auth server accordingly, althugh with no actual OIDC
support yet, it just issues tokens blindly just as before and ignores
the openid token completely.

We'll need to update configs & the JWT service before merging this.
2023-06-28 16:35:56 +01:00
Enrico Schwendig 0192ed70ea Local develop setup with docker (#1103)
* Add local live kit backend run setup
2023-06-12 15:52:27 +02:00