From 733ad75dc1f020bee6d6a6de3d001f7c330694d1 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:39:11 +0100 Subject: [PATCH] Disable UniFi script - APT packages no longer available (#11898) * Initial plan * Add disabled flag and description to unifi.json Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- frontend/public/json/unifi.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/public/json/unifi.json b/frontend/public/json/unifi.json index 76760c6ef..07788860b 100644 --- a/frontend/public/json/unifi.json +++ b/frontend/public/json/unifi.json @@ -14,6 +14,8 @@ "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ubiquiti-unifi.webp", "config_path": "", "description": "UniFi Network Server is a software that helps manage and monitor UniFi networks (Wi-Fi, Ethernet, etc.) by providing an intuitive user interface and advanced features. It allows network administrators to configure, monitor, and upgrade network devices, as well as view network statistics, client devices, and historical events. The aim of the application is to make the management of UniFi networks easier and more efficient.", + "disable": true, + "disable_description": "This script is disabled because UniFi no longer delivers APT packages for Debian systems. The installation relies on APT repositories that are no longer maintained or available. For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/11876", "install_methods": [ { "type": "default",