From 0d67357b22ad26ae1a3c67c3f6c9567351d914d4 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:44:08 +0000 Subject: [PATCH] feat(meshcentral): Enable clipboard sharing by default --- docker/containers/tactical-meshcentral/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/containers/tactical-meshcentral/entrypoint.sh b/docker/containers/tactical-meshcentral/entrypoint.sh index cbb99e243d..4106a84ef3 100644 --- a/docker/containers/tactical-meshcentral/entrypoint.sh +++ b/docker/containers/tactical-meshcentral/entrypoint.sh @@ -59,6 +59,8 @@ if [ ! -f "/home/node/app/meshcentral-data/config.json" ] || [[ "${MESH_PERSISTE "title2": "TacticalRMM", "newAccounts": false, "mstsc": true, + "clipboardGet": true, + "clipboardSet": true, "geoLocation": true, "certUrl": "https://${NGINX_HOST_IP}:${NGINX_HOST_PORT}", "agentConfig": [ "webSocketMaskOverride=${WS_MASK_OVERRIDE}" ]