From 6470485456fa28e665cae8119fd529151e0091e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fischer?= <a.fischer@opentalk.eu> Date: Thu, 12 Dec 2024 11:05:15 +0100 Subject: [PATCH] fix typos Ref https://git.opentalk.dev/opentalk/opentalk-devops/ot-setup/-/issues/80 --- README.md | 5 ++--- docker-compose.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aeba09d..1b921f4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ In the current state, the configuration that is ready to use out-of-the-box, cov Of course, you can **extend** the OpenTalk lite setup to run all services available in the `docker-compose.yaml` file. However, this requires further configuration steps that are not part of this quick install guide. We will provide instructions for an extended setup later. -### open Firewall ports +### Open Firewall ports Ensure, that the ports `80/tcp`, `443/tcp` and `20000-40000/udp` are opened in your firewall and accessible from public. @@ -151,10 +151,9 @@ SPACEDECK_API_TOKEN=ohP2AeBirineimohS6Pha1oaphoapoM2 SPACEDECK_INVITE_CODE=eij9weipaxohYiexoh1loo5zae8ic2ah ETHERPAD_API_KEY=iethae9aulo0ung6Tida6uquahmahphi LIVEKIT_KEYS_API_SECRET=QEHNPlkZ4sIWecuB4rZQVtTWMire3ZbI -LIVEKIT_E2EE_SALT=Mnn8IrFdE0cjWKQBLtB2fvulyYNvSDA1 ``` -#### Add the secretes to the `config/controller.toml` +#### Add the secrets to the `config/controller.toml` Add your or the generated secrets to `config/controller.toml` stored in the `.env` file. Use the following sed snippets or as an alternative you can also edit the `config/controller.toml` manually. diff --git a/docker-compose.yaml b/docker-compose.yaml index e6d33a8..a0d29f4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -207,7 +207,7 @@ services: user: 0:0 volumes: - ${KC_HOST_DATA_DIR:-./data/kc_data}:/opt/keycloak/data/:Z - - ${KC_HOST_POVIDER_DIR:-./data/kc_provider}:/opt/keycloak/providers:Z + - ${KC_HOST_PROVIDER_DIR:-./data/kc_provider}:/opt/keycloak/providers:Z ports: - ${KC_EXP_PORT:-8087}:8080 healthcheck: -- GitLab