Add Claude API router and AdWireGuard projects
- Implement Claude API smart router with automatic failover - Support 4 providers: Claude Pro, DeepSeek, Kimi, Claude API - Update models: DeepSeek to deepseek-reasoner, Kimi to kimi-k2 - Add AdWireGuard: WireGuard VPN + AdGuard DNS filtering - Consolidate tokens into single tokens.txt file - Add mDNS reflector to Home Assistant setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,17 @@ services:
|
||||
networks:
|
||||
- caddy-network
|
||||
|
||||
mdns-reflector:
|
||||
container_name: mdns-reflector
|
||||
image: flungo/avahi:latest
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
environment:
|
||||
- AVAHI_REFLECTOR_ENABLE=1
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user