From 3b965e74318c95b81f75a8f615c3b7b6144d41a2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:03:31 +0100 Subject: [PATCH] Website: Add Mikrotik to Network too, OPNSense & OpenWRT to OS (#2823) * Website: OPNSense & OpenWRT to OS | Mikrotik to Network * Mikrotik added to Network * add OpenWRT to OS too --- json/mikrotik-routeros.json | 5 +++-- json/openwrt.json | 3 ++- json/opnsense-vm.json | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/json/mikrotik-routeros.json b/json/mikrotik-routeros.json index 03d87c75..a4014997 100644 --- a/json/mikrotik-routeros.json +++ b/json/mikrotik-routeros.json @@ -2,7 +2,8 @@ "name": "Mikrotik RouterOS CHR", "slug": "mikrotik-routeros", "categories": [ - 2 + 2, + 4 ], "date_created": "2024-05-02", "type": "vm", @@ -31,4 +32,4 @@ "password": "none" }, "notes": [] -} \ No newline at end of file +} diff --git a/json/openwrt.json b/json/openwrt.json index 8b23a260..7f2d01ca 100644 --- a/json/openwrt.json +++ b/json/openwrt.json @@ -2,7 +2,8 @@ "name": "OpenWrt", "slug": "openwrt", "categories": [ - 4 + 4, + 2 ], "date_created": "2024-05-02", "type": "vm", diff --git a/json/opnsense-vm.json b/json/opnsense-vm.json index e2c92b52..1d8ab146 100644 --- a/json/opnsense-vm.json +++ b/json/opnsense-vm.json @@ -2,7 +2,8 @@ "name": "OPNsense", "slug": "opnsense-vm", "categories": [ - 4 + 4, + 2 ], "date_created": "2025-02-11", "type": "vm", @@ -11,7 +12,7 @@ "interface_port": 443, "documentation": "https://docs.opnsense.org/", "website": "https://opnsense.org/", - "logo": "https://raw.githubusercontent.com/opnsense/core/master/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/images/default-logo.png", + "logo": "https://raw.githubusercontent.com/opnsense/docs/refs/heads/master/source/images/opnsense_logo_horizontaal.png", "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.", "install_methods": [ {