Skip to content

v0.18.2

Choose a tag to compare

@DavidsonGomes DavidsonGomes released this 12 Apr 17:55
· 243 commits to main since this release

EvoNexus v0.18.2 — Setup & VPS Fixes + Uninstall

What's New

VPS Setup Fixes

Fixed critical issues with the VPS/remote installation flow:

  • Nginx config now persists correctly — removes both default and default.conf, uses reload instead of start, and shows clear error messages if SSL cert is missing
  • CLI detects remote modenpx @evoapi/evo-nexus no longer shows make dashboard-app on VPS installs where services are already running. Shows ./start-services.sh instead
  • No more double frontend build — CLI skips the redundant npm run build when setup already completed it, avoiding the "port already in use" cascade

Service Management

  • make stop — stops all EvoNexus services (dashboard + terminal-server)
  • make uninstall — full destructive cleanup: stops services, removes nginx config, database, node_modules, .venv, config files. Requires typing "UNINSTALL" to confirm

Full Changelog: v0.18.1...v0.18.2