feat: add LiteLLM gateway scaffold and dashboard health probe
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 2m11s

Introduce a localhost-only LiteLLM service template and expose a protected dashboard health endpoint for operational visibility, while adding cc-connect mobile bridge templates with conservative defaults.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-03-02 01:08:12 +08:00
parent bd2a166253
commit ed4090a910
9 changed files with 193 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
# cc-connect config template
# Keep one platform enabled at a time for minimal attack surface.
# This template starts with Discord only.
[service]
name = "nas-cc-connect"
log_level = "info"
[bridge]
provider = "litellm"
base_url = "http://host.docker.internal:4005"
model = "claude-arch"
request_timeout_sec = 30
[platform.discord]
enabled = true
bot_token = ""
allowed_user_ids = []
allowed_channel_ids = []
[security]
# Conservative defaults for initial rollout.
permission_mode = "confirm"
allow_yolo_mode = false
allow_shell = false
allow_file_write = false
max_session_minutes = 30