mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 16:37:04 +00:00
PR #169 moved login.html out of secubox-hub to /usr/share/secubox/www/ under secubox-portal's ownership, but 67 source files across the package set still redirected to /portal/login.html which no longer exists on disk. nginx fell back to /index.html (hub root) on every hit, whose checkAuth() bounced back to /portal/login.html, producing an infinite "Redirecting to login..." loop with no way for any user to authenticate. sed -i 's|/portal/login\.html|/login.html|g' across all packages/*/www sources (82 occurrences). The two prior partial fixes that triggered this investigation ( |
||
|---|---|---|
| .. | ||
| api | ||
| debian | ||
| menu.d | ||
| nginx | ||
| systemd | ||
| www/ipblock | ||
| README.md | ||
🚫 IP Block Manager
IP and network blocking management
Category: Security
Screenshot
Features
- IP blocklists
- Network ranges
- Temporary bans
- Import/Export
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-ipblock
Configuration
Configuration file: /etc/secubox/ipblock.toml
API Endpoints
GET /api/v1/ipblock/status- Module statusGET /api/v1/ipblock/health- Health check
License
MIT License - CyberMind © 2024-2026
