From 28b7218b68e35c3aae8c5dde4beeefc66ebf608e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B6gl-Brunner=20Michel?= Date: Thu, 6 Feb 2025 16:18:35 +0100 Subject: [PATCH] update json --- json/opnsense-vm.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/json/opnsense-vm.json b/json/opnsense-vm.json index e69de29b..c37cbf02 100644 --- a/json/opnsense-vm.json +++ b/json/opnsense-vm.json @@ -0,0 +1,32 @@ +{ + "name": "OpnSense-VM", + "slug": "opnsense-vm", + "categories": [4], + "date_created": "2025-02-06", + "type": "vm", + "updateable": false, + "privileged": false, + "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", + "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": [ + { + "type": "default", + "script": "vm/opnsense-vm.sh", + "resources": { + "cpu": 4, + "ram": 8192, + "hdd": 10, + "os": "FreeBSD", + "version": "latest" + } + } + ], + "default_credentials": { + "username": "root", + "password": "opnsense" + }, + "notes": [] +}