Browse Source

fix: add matrix-base role to livekit.yml to resolve undefined variables

matrix_user_uid/gid, matrix_server_fqn_matrix, matrix_addons_container_network
are all defined by custom/matrix-base and required by livekit_server role.

https://claude.ai/code/session_01SbRgWsRDKpTZ2TTbWDhtEB
pull/4961/head
Claude 2 months ago
parent
commit
755b5d091a
Failed to extract signature
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      livekit.yml

+ 2
- 0
livekit.yml View File

@@ -12,4 +12,6 @@
roles:
- role: galaxy/systemd_docker_base

- role: custom/matrix-base

- role: custom/livekit_server

Loading…
Cancel
Save