Skip to content

SecuBox Installer v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 08:51
· 2179 commits to master since this release

SecuBox-DEB v1.2.0 System Images

Flashable system images for SecuBox appliances.

Available Images

Image Board Architecture Description
secubox-mochabin-bookworm.img.gz MOCHAbin arm64 Marvell Armada 7040 (Pro)
secubox-espressobin-v7-bookworm.img.gz ESPRESSObin v7 arm64 Marvell Armada 3720 (Lite)
secubox-espressobin-ultra-bookworm.img.gz ESPRESSObin Ultra arm64 Marvell Armada 3720 (Lite+)
secubox-vm-x64-bookworm.img.gz VirtualBox/QEMU amd64 VM for testing

Installation

ARM64 boards (MOCHAbin, ESPRESSObin):

# Flash to SD card or eMMC
gunzip -c secubox-mochabin-bookworm.img.gz | sudo dd of=/dev/sdX bs=4M status=progress
sync

VirtualBox (x64):

# Convert to VDI
gunzip secubox-vm-x64-bookworm.img.gz
VBoxManage convertfromraw secubox-vm-x64-bookworm.img secubox.vdi --format VDI

# Create VM
VBoxManage createvm --name SecuBox --ostype Debian_64 --register
VBoxManage modifyvm SecuBox --memory 2048 --cpus 2 --nic1 nat
VBoxManage storagectl SecuBox --name SATA --add sata
VBoxManage storageattach SecuBox --storagectl SATA --port 0 --device 0 --type hdd --medium secubox.vdi

Verification

sha256sum -c SHA256SUMS
gpg --verify SHA256SUMS.gpg

Default Credentials

Included Packages

33 SecuBox packages including:

  • Security: CrowdSec, WAF, Auth, NAC
  • Networking: WireGuard, HAProxy, DPI, QoS
  • Applications: Mail (Postfix/Dovecot), Gitea, Nextcloud
  • Publishing: Streamlit, MetaBlogizer, Droplet