From 7d40b03359d24d5572a8d8e19e5337f847feea01 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:48:43 +0100 Subject: [PATCH] Enable OPNsense VM by setting disable to false --- frontend/public/json/opnsense-vm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/opnsense-vm.json b/frontend/public/json/opnsense-vm.json index d9d06bd145..cd61883192 100644 --- a/frontend/public/json/opnsense-vm.json +++ b/frontend/public/json/opnsense-vm.json @@ -15,7 +15,7 @@ "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/opnsense.webp", "config_path": "", "description": "OPNsense is an open-source firewall and routing platform based on FreeBSD. It provides advanced security features, including intrusion detection, VPN support, traffic shaping, and web filtering, with an intuitive web interface for easy management. Known for its reliability and regular updates, OPNsense is a popular choice for both businesses and home networks.", - "disable": true, + "disable": false, "disable_description": "This script has been temporarily disabled due to installation failures. The OPNsense bootstrap process was not completing successfully, resulting in a plain FreeBSD VM instead of a functional OPNsense installation. The issue is being investigated and the script will be re-enabled once resolved. For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/6183", "install_methods": [ {