f23f2f2b30
Claude Desktop's custom connector only accepts https URLs. Added an optional TLS listener (HTTPS_ADDR + TLS_CERT_FILE/TLS_KEY_FILE) alongside HTTP; docker-compose publishes 127.0.0.1:8443 and mounts a local mkcert cert from certs/ (git-ignored). Best-effort: a missing cert logs a warning and stays HTTP-only. Verified the Windows store trusts the mkcert cert and MCP initialize succeeds over https://127.0.0.1:8443/mcp. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
256 B
Plaintext
20 lines
256 B
Plaintext
# Environment (never commit real secrets/config — see .env.example)
|
|
.env
|
|
|
|
# Build output
|
|
/bin/
|
|
/tmp/
|
|
gitmanager
|
|
gitmanager.exe
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local TLS certificates (generated with mkcert; never commit)
|
|
/certs/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|