SMRTR ProgrammingFeb 8, 2025Daily.dev

Secure local Node.js dev servers with OrbStack

SMRTR summary

OrbStack 1.9 now enables trusted SSL certificates between containers, improving local development environments. This update allows seamless HTTPS communication in development stacks, but requires configuration changes for Node.js services, including setting NODE_OPTIONS and SSL_CERT_FILE environment variables in docker-compose.yml files.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.