summaryrefslogtreecommitdiffstats
path: root/server/config
Commit message (Collapse)AuthorAgeFilesLines
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-051-0/+9
| | | | | | | | | | | [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] New clients are automaticly added to the groups of the fitting ↵Jannik Schönartz2019-03-071-0/+1
| | | | | | | | | | subranges Add conflict models Sequelize string operators depricated fix IPv4 is now saved as decimal in the database Add host to config instead of hardcoding Rename ip.js lib to iphelper.js
* [registration/dhcp] Implement dhcp as external-backendJannik Schönartz2018-08-281-3/+0Star
| | | | | | | | 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.
* [tftp] Remove tftpJannik Schönartz2018-08-201-5/+3Star
| | | | | Remove tftp server because an external tftp is used. Adding client from registrationscript is now working.
* [server/config] Add server configs.Jannik Schönartz2018-08-081-0/+10
| | | | | Add config with tftp and https details. Use config port > ENV Variables port > default port.
* [server/database] Delete old database libJannik Schönartz2018-08-082-9/+3Star
| | | | | Because of the use of sequelize, the old mysql database lib becomes unnecessary. Remove old code that was not used anymore.
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-023-0/+16