DamonOehlman / travis-multirunner

A simple configuration for running (limited) multibrowser tests on travis ci
8 stars 14 forks source link

browsers.contralis.info is gone? #34

Closed fippo closed 1 year ago

fippo commented 6 years ago

looks like browsers.contralis.info is gone and the main domain is showing a namecheap site.

I never figured out who was running this useful service. @DamonOehlman @nathanoehlman?

DamonOehlman commented 6 years ago

@fippo That was @nathanoehlman - Nathan something you can fix? Or possible to host the site elsewhere?

silviapfeiffer commented 6 years ago

Looks like it's back :-)

fippo commented 6 years ago

woho, green dashboard. Thanks for fixing it!

silviapfeiffer commented 6 years ago

I did nothing - thanks to @nathanoehlman :-)

nathanoehlman commented 6 years ago

Sorry about the interruption in service - I missed the renewal for the contralis.info domain, and once I missed it, the namecheap domain servers took an excruciating amount of time to update back from the parking page.

fippo commented 6 years ago

ping... now it gives an "application error"?

lgrahl commented 6 years ago

I don't want to be disrespectful (not even close, this microservice is cool!) but can whoever operates that server open the code, so we don't have a single point of failure in the future?

fippo commented 6 years ago

also wondering why we don't use https://github.com/nathanoehlman/browser-sleuth directly, thanks @lgrahl :-)

fippo commented 6 years ago

ironically browser-sleuth is broken because https://omahaproxy.appspot.com/all/json errors... :-)

DamonOehlman commented 6 years ago

I don't want to be disrespectful (not even close, this microservice is cool!) but can whoever operates that server open the code, so we don't have a single point of failure in the future?

@nathanoehlman Any ideas on this? Perhaps it would be possible to tweak your code (which AFAIK runs on a VPS somewhere) to be heroku deploy friendly? I still believe they offer free hosting for light traffic sites and I imagine browsers.contralis.info is probably pretty low traffic.

nathanoehlman commented 6 years ago

Hi all,

Sorry about this - I have a terrible tendency to forget to renew my obscure domains, so it's definitely worth moving away from a reliance on that :)

The server itself is actually already hosted on Heroku, and running on the free tier hosting, so it should exist for as long as Heroku honours that (and has the added upshot of not relying on me remembering to pay), so it may be worth just changing the address to that - https://browser-version-api.herokuapp.com/

Alternatively, the code for the service is available at https://github.com/nathanoehlman/browser-version-api if anyone wants to spin up their own alternate instance.

fippo commented 6 years ago

works for me :-)

fippo commented 1 year ago

https://browser-version-api.herokuapp.com/linux/firefox/unstable 404s? Chrome works...

fippo commented 1 year ago

ah, lets use #56