fix(terminal): Terminal through Cloudflare tunnel works?!

fix(dependencies): update realtime version to 1.0.9 and cloudflared version to 2025.5.0; enhance SSH argument parsing in terminal-server.js
This commit is contained in:
Andras Bacsai
2025-05-30 17:50:06 +02:00
parent ff20cb0b7c
commit f7d6aa850b
3 changed files with 50 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# https://github.com/soketi/soketi/releases
ARG SOKETI_VERSION=1.6-16-alpine
# https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2025.2.0
ARG CLOUDFLARED_VERSION=2025.5.0
FROM quay.io/soketi/soketi:${SOKETI_VERSION}