Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add talk-recording container #2645

Merged
merged 21 commits into from
Jun 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove ip of talk container
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 5, 2023
commit 6244a51df538db28cbfb7b4c560cb3a49a1abbb8
5 changes: 0 additions & 5 deletions Containers/talk-recording/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ elif [ -z "$RECORDING_SECRET" ]; then
exit 1
fi

set -x
IPv4_ADDRESS_TALK="$(dig nextcloud-aio-talk A +short)"
set +x

# TODO: Check if using IP of signaling container is enough or if nc_domain/standalone-signaling is enough
cat << RECORDING_CONF > "/etc/recording.conf"
[logs]
level = 30
Expand Down