From 6fee02482a3413b5d471f21fd0538a3e0bf5e875 Mon Sep 17 00:00:00 2001 From: derStephan <7764931+derStephan@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:46:53 +0000 Subject: [PATCH] talk-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Containers/talk-recording/Dockerfile | 2 +- Containers/talk-recording/recording.conf | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 04fba98d97f..5ba3d170335 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.14.7-alpine3.24 COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh -ENV RECORDING_VERSION=v0.2.1 +ENV RECORDING_VERSION=v0.3.0 ENV ALLOW_ALL=false \ HPB_PROTOCOL=https \ NC_PROTOCOL=https \ diff --git a/Containers/talk-recording/recording.conf b/Containers/talk-recording/recording.conf index cc8bd4951f2..3667236edab 100644 --- a/Containers/talk-recording/recording.conf +++ b/Containers/talk-recording/recording.conf @@ -55,6 +55,11 @@ # Overridable by backend. #directory = /tmp +# Size in bytes of each chunk used when uploading a recording to the backend +# with the chunked upload API. +# Overridable by backend. +#uploadchunksize = 10485760 + # Backend configurations as defined in the "[backend]" section above. The # section names must match the ids used in "backends" above. #[backend-id] @@ -147,7 +152,9 @@ # Manager will try to find the right one in $PATH, downloading it as a fallback. # Note that Selenium Manager does not work in some architectures (for example, # Linux on arm64/aarch64), so in those architectures the driver must be -# explicitly set. +# explicitly set. The driver must be explicitly set if Selenium Manager is not +# available either in the system for any reason, even if the architecture is +# compatible. #driverPath = # Path to the browser executable to use for recordings. @@ -157,13 +164,15 @@ # installed Selenium version if the executable is not found Selenium Manager may # also download the browser as a fallback. # Note that Selenium Manager does not work in some architectures (for example, -# Linux on arm64/aarch64); in those architectures the Selenium driver will try -# to find the executable, but the executable may need to be explicitly set if -# not found by the driver. +# Linux on arm64/aarch64); in those architectures (or if Selenium Manager is not +# available in the system for any reason, even if the architecture is +# compatible) the Selenium driver will try to find the executable, but the +# executable may need to be explicitly set if not found by the driver. #browserPath = [stats] # Comma-separated list of IP addresses (or CIDR networks) that are allowed to # access the stats endpoint. -# Leave commented to only allow access from "127.0.0.1". +# Leave commented to only allow access from "127.0.0.1", "::1" and +# "::ffff:127.0.0.1". #allowed_ips =