renovate[bot] 28eb7f3229 Update golangci/golangci-lint-action action to v6 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 11:19:36 +01:00
2023-06-30 10:09:00 +01:00
2023-06-30 10:09:00 +01:00
2023-07-10 17:00:49 +01:00
2024-11-04 11:00:40 +01:00

LiveKit Management Service

This service is currently used for a single reason: generate JWT tokens with a given identity for a given room, so that users can use them to authenticate against LiveKit SFU.

Usage

To start the service locally:

$ LIVEKIT_URL="ws://somewhere" LIVEKIT_KEY=devkey LIVEKIT_SECRET=secret go run *.go

The listening port is configurable via the LK_JWT_PORT environment variable and defaults to 8080.

Disable TLS verification

For testing and debugging (e.g., in the absence of trusted certificates while testing in a lab) you can disable TLS verification for outgoing matrix client connection by setting the environment variable LIVEKIT_INSECURE_SKIP_VERIFY_TLS to YES_I_KNOW_WHAT_I_AM_DOING.

Description
No description provided
Readme AGPL-3.0 1,022 KiB
Languages
Go 98.7%
Dockerfile 1.3%