mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-28 21:17:36 +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 ( |
||
|---|---|---|
| .. | ||
| index.html | ||