Skip to content

Releases: Joshua-Zou/node-deployment-server

v1.4.12

13 Nov 20:07
Compare
Choose a tag to compare

Changes

  • New feature: Allow custom external IPs to be set in port mappings

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

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

v1.4.11

25 Sep 20:56
Compare
Choose a tag to compare

Changes

  • New feature: Docker permissions management (cap-add)

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

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

v1.4.10

04 Jun 00:28
Compare
Choose a tag to compare

Changes

  • New feature: NDS Jobs

NDS Jobs

NDS Jobs are a quick and easy way to run management jobs periodically to check on the status of deployments, backup volumes, and many more actions.

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

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

v1.4.9

01 Jun 02:01
Compare
Choose a tag to compare

Changes

  • Much more detailed logs, with logs describing errors, where they are caused, and who caused them
  • Ability to pause/unpause a container
  • Remove 4mb file limit caused by next.js on any file previews/downloads (on volume or deployment file exploration)

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.8...v1.4.9

v1.4.8

13 May 03:07
Compare
Choose a tag to compare

Changes

  • Add more logging to console
  • Log file - logs all stdout and stderr made from program into console and logfile log.txt

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.7...v1.4.8

v1.4.7

07 May 22:36
Compare
Choose a tag to compare

Changes - Bug fixes & optimizations

  • Fix bug that crashes entire app. (When user opens bash tab on an un-deployed container)
  • Error handling on improper upload files
  • Quit bash program when user leaves tab to free up resources

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.6...v1.4.7

v1.4.6

07 May 01:57
Compare
Choose a tag to compare

Changes

  • Change deploy console and terminal to xterm.js to allow for much better ansi color syntax support
  • Add bash tab to deployment page. This allows you to run any valid command you want! (Also running on xterm.js)

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.5...v1.4.6

v1.4.5

06 May 01:48
Compare
Choose a tag to compare

Changes

  • Better server port verification
  • Status icons in dashboard for deployment list
  • Downloading folders in volumes is much better. You can now download a specific folder in a volume, and zip file will be named accordingly

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.4...v1.4.5

v1.4.4

05 May 00:22
Compare
Choose a tag to compare

Changes

  • Different colors represent status in the dashboard
  • Add confirmation dialogue for deleting and restarting deployments

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.3...v1.4.4

v1.4.3

02 May 01:22
Compare
Choose a tag to compare

Changes

  • Avoid Github API request limits
  • Update release file generation

Update

  1. Log into an account with administrator permissions
  2. Navigate to /admin/update or click on the green arrow in the menu
  3. Click "Update"

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.4.2...v1.4.3