From 4bb573701e2d5186536e3164d83fdb4cb8edccc8 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 29 Apr 2026 12:45:35 +0200 Subject: [PATCH] docs(faq): Mark issue #34 as resolved All fixes for VM-x64 kiosk issues are in place: - Chromium sandbox: --no-sandbox flag - Unix socket: Changed to TCP port 8001 - Menu endpoint: Added public /api/v1/hub/public/menu - Pydantic 1.x: Optional[HTTPAuthorizationCredentials] syntax Closes #34 Co-Authored-By: Claude Opus 4.5 --- wiki/FAQ-Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/FAQ-Troubleshooting.md b/wiki/FAQ-Troubleshooting.md index 99b76a08..32fb401d 100644 --- a/wiki/FAQ-Troubleshooting.md +++ b/wiki/FAQ-Troubleshooting.md @@ -82,6 +82,8 @@ systemctl restart secubox-hub See [#34](https://github.com/CyberMind-FR/secubox-deb/issues/34) for full discussion. +**GitHub Issue #34 Status**: ✅ **RESOLVED** (Session 73-74, 2026-04-29) + --- ## Network Issues