Add session log: Sistema Multi-Bucket ATC implementado

Implementación completa de soporte multi-bucket para tabla ATC:
- Tabla public.bucket_registry (metadata de buckets)
- Tabla public.bucket_access_log (auditoría)
- Campo bucket_mrf en tzzr_core_secretaria.atc
- 2275 archivos migrados a bucket 'deck'
- Documentación completa de sesión

Cambios menores:
- deck-v4.6.html actualizado
- Caddyfile para captain-mobile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ARCHITECT
2026-01-16 20:35:28 +00:00
parent 5e8e6a8428
commit 4f7f069e18
3 changed files with 538 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
# Caddy configuration for Captain Claude Mobile API
# Add this to your main Caddyfile or run: caddy run --config /path/to/Caddyfile
captain.tzzrarchitect.me {
reverse_proxy localhost:3030
# Enable WebSocket support
@websocket {
header Connection *Upgrade*
header Upgrade websocket
}
reverse_proxy @websocket localhost:3030
}