rstrouse / nodejs-poolController-dashPanel

A dashboard panel for tagyoureit/nodejs-poolController
38 stars 20 forks source link

Enable https: server for dashPanel #74

Closed davethetallguy closed 1 year ago

davethetallguy commented 1 year ago

https code in Server.ts was largely reused from nodej-poolController. As written this server.ts file removes the 'srv = new Http2Server' statement, as Http2 is not a complete function at this time.

Note the main config.json file will default to https disabled, requiring the user to explicitly enable it while verifying location of private key and cert.

rstrouse commented 1 year ago

Awesome! What needs to be done to set this up?