fkwp
c9676f2466
fix nginx config
2024-11-07 23:01:50 +01:00
fkwp
65742db4f2
use less common port for JWT service
2024-11-06 20:07:52 +01:00
fkwp
bf4596dfc5
add dedicated config for local development environment
2024-11-06 20:00:21 +01:00
fkwp
4877474b7d
remove livekit.livekit_service_url from sample config since SFU foci should be announced by homeserver's well-known
2024-11-06 20:00:21 +01:00
fkwp
c33c703570
adapt config.sample.json to development environment settings
2024-11-05 00:36:18 +01:00
Timo
a3773c0a9a
prettier
2024-07-24 13:00:13 +02:00
fkwp
2b92ce8af2
enable new m.call.member format
2024-07-24 12:19:36 +02:00
fkwp
5564e2fde6
cleanup config files
2024-07-24 10:18:16 +02:00
Timo
d53ad9a8f3
Update sample config with livekit (rebase on livekit) ( #2483 )
...
* Update sample cfg with livekit config
* matching ports in readme and example
---------
Co-authored-by: xmj <xmj@chaot.net>
2024-07-18 16:01:10 +02:00
Andrew Ferrazzutti
f2b5ba24de
Provide example config for Apache HTTP Server
2024-03-07 11:47:42 -05:00
David Baker
1757bc546d
Rename to not have file extension
...
As this is what apple need. Also make the docker container serve
it with the right content type.
2023-09-06 13:59:37 +01:00
fkwp
1ef64f3a4d
use call-unstable.ems.host homeserver
2023-08-28 16:49:03 +02:00
fkwp
0315230e3a
Update homeserver to use call-unstable.ems.host
2023-08-28 16:46:55 +02:00
David Baker
d081dc0013
Update JWT service URL
2023-07-12 15:01:16 +01:00
Šimon Brandner
e52b3e6d53
Add EULA config
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-07-06 18:48:25 +02:00
David Baker
aab08d2bf1
Remove trailing slash from livekit service URL
2023-07-05 13:45:06 +01:00
David Baker
41371de506
New livekit service URL
2023-07-05 13:33:33 +01:00
David Baker
130b70756a
Revert "Revert "Support for getting SFU config using OIDC""
2023-07-05 13:12:37 +01:00
David Baker
29553c1151
Revert "Support for getting SFU config using OIDC"
2023-07-04 19:21:35 +01:00
David Baker
6ca5b46df7
Update config to deployed lk jwt service
2023-07-03 21:43:11 +01:00
fkwp
49f4221b46
added k8s sfu
2023-06-13 16:05:28 +02:00
Robin Townsend
93bc28c1a6
Merge branch 'livekit-experiment' into merge-main
2023-06-12 11:19:52 -04:00
fkwp
8f356e396c
change livekit SFU for PR builds
2023-06-12 16:09:29 +02:00
Robin Townsend
ab97f12947
Merge branch 'main' into livekit-experiment
2023-06-09 17:22:34 -04:00
Daniel Abramov
e032edbfad
Make LiveKit configurable
2023-06-07 20:16:24 +02:00
David Baker
30f75c6cd2
Don't pass null / undefined as attribute value
2023-04-03 17:41:40 +01:00
David Baker
773f2e009d
Typo
2023-03-31 10:58:12 +01:00
David Baker
72403d1aea
Revert 74b218af8c
...
Comitted entirely the wrong thing
2023-03-31 10:26:33 +01:00
David Baker
74b218af8c
Let otel know we're joining before trying to join
...
Otherwise it starts getting calls being created before the group call
span exists and we get call spans not associated with the group call
span.
2023-03-30 17:19:13 +01:00
David Baker
848e28ef92
Change allowed origin to https://* as that allows the PR branches out-of-the-box
2023-03-29 15:53:29 +01:00
David Baker
40f5c53c05
Put CORS header back to http://* with comment on why browsers are annoying
2023-03-24 09:31:52 +00:00
David Baker
d1ba5dff38
Allow all origins
2023-03-23 14:37:25 +00:00
David Baker
ef9934ce6b
Commit nginx config file
2023-03-20 13:53:07 +00:00
David Baker
f8f5d2011d
Add CORS to jaeger query endpoint and make spans nested
...
Adds an nginx in front of the query endpoint so we can use stalk
without faffing with browser extension to bypass CORS.
Also make the spans correctly have the call membership span as parent,
which they didn't because we hadn't set the span at the point we made
the context.
2023-03-17 17:01:59 +00:00
David Baker
22d2404370
Prettier
2023-03-15 16:04:15 +00:00
David Baker
1e2cd97764
Include the arguably-obvious command line
2023-03-15 14:38:17 +00:00
David Baker
0cca5ae174
Slightly evolved but not-yet-working OpenTelemetry
...
More usefully, including docker config for starting a CORS enabled
OTLP collector so we don't have to use zipkin.
2023-03-15 14:35:10 +00:00
Šimon Brandner
38824acb7e
Merge remote-tracking branch 'upstream/main' into feature_sfu
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-01-27 16:00:20 +01:00
David Baker
b7ac131614
Add posthog to PR preview builds
2023-01-26 14:59:54 +00:00
Šimon Brandner
4e64c71a4c
Merge remote-tracking branch 'upstream/main' into feature_sfu
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-01-13 17:40:05 +01:00
David Baker
d9b0e08ea2
Fix caching headers on Docker image
2023-01-12 16:20:37 +00:00
David Baker
9adde2fde5
Merge remote-tracking branch 'origin/main' into feature_sfu
2023-01-03 22:59:26 +00:00
David Baker
f55cc21289
Enable rageshake in preview builds ( #817 )
2023-01-03 22:56:21 +00:00
Timo
1f5c22e325
Posthog new api key ( #815 )
...
new api key
Signed-off-by: Timo K <timok@element.io>
Co-authored-by: Timo K <timok@element.io>
2023-01-03 16:59:06 +01:00
Timo
0488cbdd8c
Change posthog key and host to selfhosted instance ( #775 )
...
* change posthog key and host
* Refresh Key
* change key again
2022-12-22 19:59:29 +01:00
David Baker
3220d06616
Support for SFUs
...
Mostly just using the right js-sdk, then adding temporary config for
which SFU to use until we can get it from the homeserver.
2022-12-21 18:01:58 +00:00
David Baker
0880faf312
Merge pull request #799 from vector-im/dbkr/sample_config
...
Make sample config just have the HS config
2022-12-21 17:58:43 +00:00
David Baker
51be754ad8
Merge pull request #798 from vector-im/dbkr/move_to_config_file
...
Move default homeserver to config file
2022-12-21 17:57:16 +00:00
David Baker
1c824da32b
Add config & redirects files
2022-12-21 12:08:08 +00:00
David Baker
b94562d43b
Indent config sample properly
2022-12-20 18:26:10 +00:00