mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
Two pieces of the same cleanup: 1. build-app.sh now passes `--env-file .env.macmini` explicitly via a shared COMPOSE_ARGS array. Without it, docker compose silently fell back to `.env` in the project root — a separate file that happened to hold MANA_AUTH_KEK and other secrets that `.env.macmini` lacked. deploy.sh, restart.sh, and the CD workflow already used the flag; this aligns build-app.sh with the rest. Server-side .env.macmini was reconciled 2026-04-23 with the union of both files, so the duplicate `.env` is no longer needed. 2. .env.macmini.example now documents 7 keys the prod stack actually depends on but that had never been listed: GOOGLE_GEMINI_API_KEY / GOOGLE_GENAI_API_KEY (SDK aliases for Deep-Research + mana-ai), MANA_AI_PRIVATE_KEY_PEM / MANA_AI_PUBLIC_KEY_PEM (Mission-Grant keypair), MANA_AI_DEEP_RESEARCH_ENABLED + PUBLIC_AI_MISSION_GRANTS (feature flags), MANA_CORE_SERVICE_KEY (legacy alias), and the STT/ TTS internal shared secrets. Matrix-bot tokens deliberately left undocumented — no Matrix homeserver in the current running stack. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dev | ||
| mac-mini | ||
| test-data | ||
| test-reporting | ||
| audit-bundle.mjs | ||
| audit-complexity.mjs | ||
| audit-crypto-registry.mjs | ||
| audit-i18n-coverage.mjs | ||
| audit-icon-usage.mjs | ||
| audit-module-coupling.mjs | ||
| audit-modules.mjs | ||
| audit-port-drift.mjs | ||
| audit-test-coverage.mjs | ||
| audit-workspace-deps.mjs | ||
| backup-monitoring.sh | ||
| build-complexity-map.mjs | ||
| check-status.sh | ||
| create-gift-codes.mjs | ||
| deploy-metrics.sh | ||
| ecosystem-audit.mjs | ||
| fix-mixed-imports.mjs | ||
| generate-dockerfiles.mjs | ||
| generate-env.mjs | ||
| generate-status-page.sh | ||
| lighthouse-audit.sh | ||
| migrate-theme-tokens.mjs | ||
| migrate-transition-all.mjs | ||
| run-integration-tests.sh | ||
| run-tests-with-coverage.sh | ||
| setup-databases.sh | ||
| setup-secrets.mjs | ||
| test-chat-auth.sh | ||
| validate-cloudflared-config.mjs | ||
| validate-dockerfiles.mjs | ||
| validate-monorepo.mjs | ||
| validate-no-recursive-turbo.mjs | ||
| validate-pg-schema-isolation.mjs | ||
| validate-theme-parity.mjs | ||
| validate-theme-utilities.mjs | ||
| validate-theme-variables.mjs | ||