Commit graph

2 commits

Author SHA1 Message Date
DJP
20a187a61d feat: Add Python project dependencies. 2025-11-20 22:45:04 -05:00
DJP
d62716fbae Change webhook receiver port from 5000 to 5555 to avoid conflicts
Issue: Port 5000 often in use (AirPlay, other apps)
Solution: Changed default webhook port to 5555

Changes:
- .env: Added WEBHOOK_RECEIVER_PORT=5555
- config.yaml: Changed port to ${WEBHOOK_RECEIVER_PORT:-5555}
- Default is now 5555 instead of 5000
- Configurable via .env file

A2→A3 Webhook Server:
 Starts successfully on port 5555
 All connections OK (DAM, Box, Database)
 Background worker running
 Ready to receive Box webhooks

Access webhook at: http://server:5555/webhooks/box

🤖 Generated with Claude Code
2025-10-30 19:12:00 -04:00