mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-13 09:10:21 +00:00
add docker-socket-proxy as option
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7e5fe5ac8e
commit
6685791427
14 changed files with 236 additions and 7 deletions
4
php/public/disable-docker-socket-proxy.js
Normal file
4
php/public/disable-docker-socket-proxy.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// Docker socket proxy
|
||||
document.getElementById("docker-socket-proxy").disabled = true;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue