summaryrefslogtreecommitdiffstats
path: root/server/config/config.template.json
Commit message (Collapse)AuthorAgeFilesLines
* [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.