docs: Update wiki for v1.6.5 release

- Update version references from v1.5.1 to v1.6.5
- Add v1.6.5 highlights (Kiosk, Plymouth, Input fix, Bridge mode)
- Update Live-USB boot options with new menu entries
- Update partition layout documentation
- Add Kiosk mode documentation
- Update default credentials

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CyberMind-FR 2026-04-12 17:11:12 +02:00
parent bfc30058dd
commit a7b667376e
2 changed files with 45 additions and 15 deletions

12
Home.md

@ -1,9 +1,15 @@
# SecuBox-DEB
**Security Appliance for Debian** | [Français](Home-FR) | [中文](Home-ZH) | **v1.5.1**
**Security Appliance for Debian** | [Français](Home-FR) | [中文](Home-ZH) | **v1.6.5**
SecuBox is a complete security appliance solution ported from OpenWrt to Debian bookworm, designed for GlobalScale ARM64 boards (MOCHAbin, ESPRESSObin) and x86_64 systems. Now featuring **124 packages** with **2000+ API endpoints**.
**v1.6.5 Highlights:**
- 🖼️ **Kiosk Mode** - Fullscreen browser dashboard (default boot)
- 🎨 **Plymouth Splash** - Animated boot screen
- ⌨️ **Fixed Input Devices** - Keyboard/mouse in GUI mode
- 🌉 **Bridge Mode** - Inline transparent bridge boot option
---
## Quick Start
@ -14,7 +20,7 @@ Test SecuBox instantly in VirtualBox - no USB drive needed:
```bash
# Download image
wget https://github.com/CyberMind-FR/secubox-deb/releases/download/v1.5.1/secubox-live-amd64-bookworm.img.gz
wget https://github.com/CyberMind-FR/secubox-deb/releases/download/v1.6.5/secubox-live-amd64-bookworm.img.gz
gunzip secubox-live-amd64-bookworm.img.gz
# Convert to VDI format
@ -50,7 +56,7 @@ Boot directly from USB on physical hardware:
```bash
# Download
wget https://github.com/CyberMind-FR/secubox-deb/releases/download/v1.5.1/secubox-live-amd64-bookworm.img.gz
wget https://github.com/CyberMind-FR/secubox-deb/releases/download/v1.6.5/secubox-live-amd64-bookworm.img.gz
# Flash to USB drive (replace /dev/sdX)
zcat secubox-live-amd64-bookworm.img.gz | sudo dd of=/dev/sdX bs=4M status=progress

@ -6,16 +6,20 @@ Boot SecuBox directly from a USB drive with all packages pre-installed.
## Download
**Latest Release:** [secubox-live-amd64-bookworm.img.gz](https://github.com/CyberMind-FR/secubox-deb/releases/latest)
**Latest Release:** [SecuBox Live v1.6.5](https://github.com/CyberMind-FR/secubox-deb/releases/tag/v1.6.5)
## Features
| Feature | Description |
|---------|-------------|
| UEFI Boot | Modern GRUB bootloader |
| SquashFS | Compressed root (~250MB) |
| UEFI + BIOS | Hybrid boot (GRUB) |
| SquashFS | Compressed root (~350MB) |
| Persistence | Save changes across reboots |
| Slipstream | All 30+ SecuBox packages included |
| Kiosk Mode | Fullscreen browser GUI (default) |
| Console TUI | Text-based dashboard |
| Bridge Mode | Inline transparent bridge |
| Plymouth | Animated boot splash |
| All 124+ Packages | Complete SecuBox stack |
## Flash to USB
@ -42,21 +46,40 @@ sync
| Option | Description |
|--------|-------------|
| **SecuBox Live** | Normal boot with persistence |
| **Safe Mode** | Minimal drivers for troubleshooting |
| **No Persistence** | Fresh start, changes not saved |
| **To RAM** | Load entire system to memory |
| ⚡ **SecuBox Live** | Console login with persistence |
| 🖼️ **Kiosk GUI** | Fullscreen browser dashboard (default) |
| 📟 **Console TUI** | Text-based dashboard interface |
| 🌉 **Bridge Mode** | Inline transparent bridge |
| 🔧 **Safe Mode** | Minimal drivers, no persistence |
| 💾 **Install to Disk** | Permanent installation |
| 🚀 **To RAM** | Load entire system to memory |
| 🐛 **Debug** | Verbose boot with shell access |
## Default Credentials
| Service | Username | Password |
|---------|----------|----------|
| Web UI | admin | admin |
| Web UI | admin | secubox |
| SSH | root | secubox |
| SSH | secubox | secubox |
**Important:** Change passwords after first boot!
## Kiosk Mode
The default boot option launches a fullscreen Chromium browser displaying the SecuBox dashboard.
### Features
- Auto-login to graphical session
- Fullscreen browser on VT7
- Keyboard/mouse input via libinput
- VT switching (Ctrl+Alt+F1-F6) for console access
- Plymouth boot splash animation
### Exit Kiosk
- Press `Ctrl+Alt+F1` to switch to console
- Or select a different boot option from GRUB
## Network Access
After booting:
@ -88,9 +111,10 @@ sudo mkfs.ext4 -L persistence /dev/sdX3
| Partition | Size | Type | Purpose |
|-----------|------|------|---------|
| p1 | 512MB | EFI | GRUB bootloader |
| p2 | 2GB | FAT32 | Live system (SquashFS) |
| p3 | Remaining | ext4 | Persistence |
| p1 | 2MB | BIOS Boot | Legacy BIOS support |
| p2 | 512MB | EFI System | GRUB UEFI bootloader |
| p3 | 5.5GB | FAT32 | Live system (SquashFS + kernel) |
| p4 | 2GB+ | ext4 | Persistence storage |
## Verification