Files
cameleer-saas/.gitignore
hsiegeln b4f9277220
All checks were successful
CI / build (push) Successful in 53s
CI / docker (push) Successful in 33s
fix: use CAMELEER_API_URL env var for server-ui container
The nginx template in cameleer3-server-ui uses ${CAMELEER_API_URL} for
the upstream proxy target, not API_URL. The wrong env var name caused
the baked-in default (http://cameleer3-server:8081) to be used, which
doesn't resolve in per-tenant networks where the server is named
cameleer-server-{slug}.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 09:16:42 +02:00

29 lines
297 B
Plaintext

# Maven
target/
# IDE
.idea/
*.iml
.vscode/
.settings/
.classpath
.project
.factorypath
*.swp
# OS
.DS_Store
Thumbs.db
# Environment
.env
*.env.local
# Worktrees
.worktrees/
# Generated by postinstall from @cameleer/design-system
ui/public/favicon.svg
docker/runtime-base/agent.jar
.gitnexus