this repo has no description
1# Copy to Caddyfile and customize:
2# cp Caddyfile.example Caddyfile
3# nano Caddyfile
4#
5# Note: deploy.sh generates this automatically with your domain
6
7# Main app - Telegram webhook
8assistant.yourdomain.com {
9 reverse_proxy app:3000
10}
11
12# Internal services accessed via Tailscale only (no public exposure):
13# http://TAILSCALE_IP:8283 - Letta API/ADE
14# http://TAILSCALE_IP:19999 - Netdata monitoring
15# http://TAILSCALE_IP:4001 - Anthropic Proxy (OAuth setup)