fix(cistech-tunnel): add --no-sandbox for chromium running as root

This commit is contained in:
2026-01-17 15:57:53 +00:00
parent fb915487dc
commit 1b59e304b0

View File

@@ -3,6 +3,10 @@
set -euo pipefail
# Qt/Chromium flags for running as root
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --disable-gpu"
export QTWEBENGINE_DISABLE_SANDBOX=1
# Setup TigerVNC password file from env var (passed by runtipi)
if [ -n "${VNC_PASSWORD:-}" ]; then
mkdir -p /root/.vnc