Releases: Joshua-Zou/node-deployment-server
Releases · Joshua-Zou/node-deployment-server
v1.4.12
Changes
- New feature: Allow custom external IPs to be set in port mappings
Update
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.11...v1.4.12
v1.4.11
Changes
- New feature: Docker permissions management (cap-add)
Update
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.10...v1.4.11
v1.4.10
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
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.9...v1.4.10
v1.4.9
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
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.8...v1.4.9
v1.4.8
Changes
- Add more logging to console
- Log file - logs all stdout and stderr made from program into console and logfile
log.txt
Update
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.7...v1.4.8
v1.4.7
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
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.6...v1.4.7
v1.4.6
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
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.5...v1.4.6
v1.4.5
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
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.4...v1.4.5
v1.4.4
Changes
- Different colors represent status in the dashboard
- Add confirmation dialogue for deleting and restarting deployments
Update
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Changes
- Avoid Github API request limits
- Update release file generation
Update
- Log into an account with administrator permissions
- Navigate to
/admin/update
or click on the green arrow in the menu - Click "Update"
Installation
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.4.2...v1.4.3