From 042eded639f1fb6a6feab1708a8508bffe630a30 Mon Sep 17 00:00:00 2001
From: "Simon L."
Date: Tue, 24 Feb 2026 16:34:08 +0100
Subject: [PATCH] aio-interface: hide harp temporarily
Signed-off-by: Simon L.
---
php/public/containers-form-submit.js | 6 ++++--
php/templates/includes/optional-containers.twig | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/php/public/containers-form-submit.js b/php/public/containers-form-submit.js
index cda62d60a38..9f75255e628 100644
--- a/php/public/containers-form-submit.js
+++ b/php/public/containers-form-submit.js
@@ -121,8 +121,10 @@ document.addEventListener("DOMContentLoaded", function () {
function handleDockerSocketProxyWarning() {
if (document.getElementById("docker-socket-proxy").checked) {
- alert('⚠️ The docker socket proxy container is deprecated. Please use the HaRP (High-availability Reverse Proxy for Nextcloud ExApps) instead!');
- document.getElementById("docker-socket-proxy").checked = false
+ // TODO: remove the line below and uncomment the lines further down once https://github.com/nextcloud/app_api/pull/800 is included
+ alert('⚠️ Warning! Enabling this container comes with possible Security problems since you are exposing the docker socket and all its privileges to the Nextcloud container. Enable this only if you are sure what you are doing!');
+ // alert('⚠️ The docker socket proxy container is deprecated. Please use the HaRP (High-availability Reverse Proxy for Nextcloud ExApps) instead!');
+ // document.getElementById("docker-socket-proxy").checked = false
}
}
diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig
index 08f986347ff..980d8d0b47a 100644
--- a/php/templates/includes/optional-containers.twig
+++ b/php/templates/includes/optional-containers.twig
@@ -198,6 +198,7 @@
>