Skip to content

Releases: devalade/shipnode

ShipNode v1.6.0

13 May 20:00

Choose a tag to compare

What's New

  • Added Cloudflare Easy Mode with shipnode cloudflare init, audit, and status.
  • Added Cloudflare Tunnel + Access SSH setup from shipnode.conf.
  • Added SSH_PROXY_MODE=cloudflare for SSH/SCP/rsync through cloudflared access ssh.
  • Added safe multi-app tunnel ingress merging for shared server tunnels.
  • Added DNS migration from direct A/AAAA records to tunnel CNAMEs.
  • Added Cloudflare setup documentation, including Account API Token guidance.

Installation

curl -fsSL https://github.com/devalade/shipnode/releases/download/v1.6.0/shipnode-installer.sh | bash

Full Changelog

v1.5.1...v1.6.0

ShipNode v1.5.1

13 May 11:08

Choose a tag to compare

Release v1.5.1

Full Changelog: v1.5.0...v1.5.1

ShipNode v1.5.0

12 May 22:13

Choose a tag to compare

What's new

Added

  • shipnode run <cmd> — Execute a one-off command on the production server in the exact application context ($REMOTE_PATH/current/ + shared/.env sourced). No more manual SSH wrangling.
    shipnode run "npm run migrate"
    shipnode run bash                 # interactive shell (TTY auto-detected)
    shipnode run --tty "top"          # force TTY for any command
  • Exit codes from the remote command are propagated exactly; negative codes are normalized to 1.

Changed

  • shipnode harden: SSH port changing removed from the hardening wizard — manage port changes separately to reduce lockout risk.
  • shipnode harden: Root login disable is now guarded by a sudo-user check; skipped with a clear warning if no non-root sudo user exists on the server.

Install / upgrade

curl -fsSL https://github.com/devalade/shipnode/releases/latest/download/shipnode-installer.sh | bash

ShipNode v1.4.16

11 May 22:27

Choose a tag to compare

Release v1.4.16

Full Changelog: v1.4.15...v1.4.16

ShipNode v1.4.15

11 May 21:41

Choose a tag to compare

Release v1.4.15

Full Changelog: v1.4.14...v1.4.15

ShipNode v1.4.14

11 May 21:19

Choose a tag to compare

Release v1.4.14

Full Changelog: v1.4.13...v1.4.14

ShipNode v1.4.13

11 May 21:04

Choose a tag to compare

Release v1.4.13

Full Changelog: v1.4.12...v1.4.13

ShipNode v1.4.12

11 May 20:52

Choose a tag to compare

Release v1.4.12

Full Changelog: v1.4.11...v1.4.12

ShipNode v1.4.11

11 May 20:35

Choose a tag to compare

Release v1.4.11

Full Changelog: v1.4.10...v1.4.11

v1.4.10

10 May 20:46

Choose a tag to compare

Full Changelog: v1.4.9...v1.4.10