summaryrefslogtreecommitdiffstats
path: root/server/lib/shell.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/ipxebuilder] Add a leading zero to the datetime naming scheme of the ↵Jannik Schönartz2020-10-261-1/+1
| | | | ipxe builds
* [server/ipxebuilder] Fixed month in console output. Thx JavaScript for nothing!Jannik Schönartz2020-09-071-1/+1
|
* [ipxe builder] Add try-catch when reading the builds directoryJannik Schönartz2020-08-311-6/+10
|
* npm install needed [ipxe builder] Rework to link directorys instead of ↵Jannik Schönartz2020-08-311-6/+53
| | | | single files
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-051-85/+55Star
| | | | | | | | | | | [server] Remove all req, res from the shell.js library Add ipxe config for the build parameters & parameter list Add api getter/setter methods for the ipxe config [webapp] Add ui for repository, branch and build targets Output: All of the scroll to bottom is now clickable
* [server/registration] If domain gets updated without a hostname, use ↵Jannik Schönartz2019-04-171-1/+1
| | | | clientname as hostname
* [server] Add public file directoryJannik Schönartz2019-04-161-1/+2
|
* [server/registration] Performance improvements & add automatic registration ↵Jannik Schönartz2019-03-311-1/+4
| | | | | | | | | with custom name Manual registration now sends the client as json idoit: Add server bug fixes shell: Fix building pcbios ipxe version eslint fixes
* [webapp/ipxe] Add scroll to bottom feature, fix multiline bug and fix cancelJannik Schönartz2019-02-281-4/+22
|
* [ipxe builder] Add cancel button for the ipxe building process, limit log to ↵Jannik Schönartz2019-02-191-11/+3Star
| | | | 500 lines
* [ipxe builder] Disable building/cleaning if a build process is already runningJannik Schönartz2019-01-311-34/+73
|
* eslint fixes :|Jannik Schönartz2019-01-151-18/+17Star
|
* [ipxe builder] Add ipxe builder moduleJannik Schönartz2019-01-151-35/+109
| | | | | EFI and BIOS version can be build and configured Fancy log to see the stdout and stderr
* [server] Add ipxe efi support. Grep hw drive infoJannik Schönartz2019-01-131-5/+11
| | | | | | | Grep drive info and upload it to idoit Add EFI / BIOS configs for building ipxe Add function to build efi ipxe version Add default.ipxe script
* [ipxe] Switch to bas.intra domain and fix permission denied callJannik Schönartz2018-11-211-1/+1
| | | | | Swtiched to the new bas.intra.uni-freiburg.de domain Builing undionly.kpxe was producing permission denied errors. -> build all works.
* [external-backends/idoit] Rework getDataTree from promises to async / awaitJannik Schönartz2018-09-171-0/+1
|
* [registration/dhcp] Implement dhcp as external-backendJannik Schönartz2018-08-281-4/+6
| | | | | | | | Registration -> Registrations to match API guidelines. Fixed shell script to only build undionly.kpxe. Added infoblock external-backend. Removed dhcp from config.json Fixed ipxe scripts to match the registrations.
* [server] Changed old modules to the new rounter restructure.Jannik Schönartz2018-07-301-1/+1
|
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-32/+32
|
* [server/ipxe] Building ipxe with external configs.Jannik Schönartz2018-07-171-5/+12
|
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-021-0/+31