mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-19 14:19:17 +00:00
* New Script: Opnsense VM * update json * update json * update opensens-vm.sh * update opensens-vm.sh * update opensens-vm.sh * update opensens-vm.sh * update opensens-vm.sh * update opensens-vm.sh * Update opnsense-vm.sh * Update opnsense-vm.sh * Update opnsense-vm.sh * opnsense-vm.sh update * Update date_created in new JSON files * Update opnsens.sh * Update vm/opnsense-vm.sh Co-authored-by: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> * Update opnsense-vm.sh * Update json/opnsense-vm.json Co-authored-by: Emik <phoenix0919mik@gmail.com> * updates --------- Co-authored-by: Rögl-Brunner Michel <Michel.Roegl-brunner@htl-braunau.int> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Co-authored-by: Emik <phoenix0919mik@gmail.com>
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "OPNsense-VM",
|
|
"slug": "opnsense-vm",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2025-02-11",
|
|
"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": [
|
|
{
|
|
"text": "It will fail with default settings if there is no vmbr0 and vmbr1 on your node. Use advanced settings in this case.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|