Skip to main content
Changelog

New release 1.30

— Marina Rush

This release improves host management and app runtime behavior, and addresses several issues that could get in the way of day-to-day work.

🎉 New features

  • Firewall Host Service  - automatically configures fail2ban and ufw for better security on your host.
  • Run React and Next.js Apps as Systemd processes - React and Next.js apps now run as systemd services, just like other app types. This gives more stable starts, separate logs, process isolation, and better process control. Use an env var DEPLOY_FORCE_PM2=1 to use the old way of deploying NextJS using the PM2 process manager.

💅 Fixes & improvements

  • Host services are now grouped into their own tab, and a new Journal tab makes it easier to see host activity and logs.
  • You can now override systemd configuration using predefined variables at both the host and application levels. Use it for advanced scenarios or deploying apps not directly supported by DollarDeploy.
  • Fixed an issue where hostnames could not be saved for existing apps.