553ecc14904427386538b851b8937723bd93be18
Three issues fixed: 1. Docker socket: use /var/run/docker.sock instead of Windows named pipe (//./pipe/docker_engine) — Linux containers can't use named pipes. 2. FQDN detection: reverse-DNS lookup on host IPs to find the FQDN instead of relying on GetHostEntry which returns bare hostname on Windows machines with DNS-registered domain suffixes. 3. Reinstall path duplication: Push-Location/Pop-Location in the reinstall handler used try/catch without finally, so Pop-Location was skipped when docker compose wrote to stderr under ErrorActionPreference=Stop. CWD stayed in the install dir, causing the relative ./cameleer default to resolve to cameleer/cameleer. 4. Logto bootstrap: register admin-console redirect URIs and add the admin user to Logto's internal organizations (t-default, t-admin) with the admin role — both required for console login to work. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
Multi-tenant SaaS platform — Camel application runtime with built-in observability. Wraps cameleer3 agent + server.
Languages
Java
59.5%
TypeScript
29.3%
Shell
9.3%
Dockerfile
0.9%
CSS
0.8%
Other
0.2%