Skip to content

v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:57
· 1 commit to main since this release
8cf5440

New Features

  • ngrok sharing: New --ngrok flag exposes portless apps publicly through ngrok while keeping the local .localhost URL. Also configurable with PORTLESS_NGROK=1; child processes receive PORTLESS_NGROK_URL, and portless list shows active ngrok URLs. (#323)

Improvements

  • ngrok tunnel lifecycle: Portless now checks for the ngrok CLI before starting an app, surfaces install and authentication guidance, removes stopped ngrok URLs from route state, and terminates tunnel processes during app cleanup. (#323)

Contributors