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:
13
apps/captain-mobile/Caddyfile
Normal file
13
apps/captain-mobile/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user