alanshaw / david

:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.
https://david-dm.org
MIT License
969 stars 70 forks source link

https://david-dm.org/ down. #173

Closed abhijeetnarvekar closed 4 years ago

abhijeetnarvekar commented 4 years ago

https://david-dm.org/ seems down Also certificate shows expired Screenshot 2020-11-23 at 09 44 24

SudharakaP commented 4 years ago

@alanshaw : If you need help with the deployments and housekeeping this module, I am willing to help in any way I can. Feel free to reach out. 😄

Martii commented 4 years ago

TLS is up here with CloudFlare now (November 25, 2021 expiry) . david-dm site had a little lag issue but seems to have been found atm. Badge says "unresponsive" on our project... patience can be fun too.

alanshaw commented 4 years ago

I've deployed david to digitalocean apps using the updated dockerfile.

The Letsencrypt API got turned off so a new SSL cert was not issued. I also had to update david so it works with node 14 (was using node 6 before).

SSL certs, OS updates and configuration are now no longer my problem so hooray for that. It also auto deploys. Lets hope it works 🤞

SudharakaP commented 4 years ago

I've deployed david to digitalocean apps using the updated dockerfile.

The Letsencrypt API got turned off so a new SSL cert was not issued. I also had to update david so it works with node 14 (was using node 6 before).

SSL certs, OS updates and configuration are now no longer my problem so hooray for that. It also auto deploys. Lets hope it works crossed_fingers

Thanks a lot for looking into this. 😄 ❤️

jpbernius commented 3 years ago

Thanks for providing and fixing the hosting @alanshaw! We are back with David after not even two weeks as we think it can display the dependency status best and most accurate for our project. Awesome tool!