pascalw / dashbling

Hackable React based dashboards for developers, inspired by Dashing.

Home Page:https://dashbling.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose server object

eshaham opened this issue · comments

Would be great to add a way to make calls to the hapi server object during initialization.
Some use cases:

  • adding another server route
  • adding an SSL certificate / integrate Let's encrypt
  • server-side authentication

Hey @eshaham that's a good suggestion indeed :-) I've opened a PR here #21, can you have a look if this would suffice for your use cases?

@pascalw thanks so much, looks great!

Closed via #21.