b939cfa2fa
Multi-replica deployments need every Pod/container to share one RSA private key, otherwise public keys handed to the browser may not match the key that decrypts the resulting ciphertext. Introduce a `*.local.yaml` override layer that ops-config and tenant-config both load on top of the base config, ship example overrides plus compose/k3s wiring, and tolerate PEM bodies that arrive folded or escaped from Secrets.
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
.pnpm-store/
|
|
coverage/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
.env.signing
|
|
deploy/config.local.yaml
|
|
deploy/ops-config.local.yaml
|
|
apps/*/.env.signing
|
|
apps/*/dist/
|
|
apps/*/out/
|
|
apps/*/release/
|
|
apps/*/node_modules/
|
|
apps/*/.output/
|
|
apps/*/.wxt/
|
|
apps/*/chrome-mv*/
|
|
apps/*/firefox-mv*/
|
|
.claude
|
|
.superpowers/*
|
|
.playwright-mcp/*
|
|
.playwright-cli/*
|
|
*.log
|
|
*.tmp
|
|
apps/*/stats.html
|
|
ops-api
|
|
tmp/*
|
|
*.pem
|