richardbuckle / EDRefCard

Creates a printable reference card from your Elite: Dangerous controller bindings
MIT License
90 stars 27 forks source link

https://edrefcard.info can’t be reached #54

Closed dylan-k closed 3 years ago

dylan-k commented 3 years ago

Is the site down? It says ERR_CONNECTION_TIMED_OUT.

hplato commented 3 years ago

Fire in the datacentre, there's a thread on frontier about it. Hopefully the snapshot can be recovered.

dylan-k commented 3 years ago

oh sad news! fwiw I did see some info saved via the wayback machine @ archive.org

...hope so too that everything can be recovered ok.

richardbuckle commented 3 years ago

Yes, I am looking at options to rebuild the server. The snapshot is lost unfortunately.

jeffstokes72 commented 3 years ago

Hey @richardbuckle I wrote that blog post on standing up a docker instance, I was entertaining putting it in AWS or Az and making it publicly available. Is that ok or are you doing that? Figure we could S3bucket or Azure blob store the configs

richardbuckle commented 3 years ago

Since OVH are compensating me with a decent period of free hosting, I am planning to spin the server back up there over the Easter weekend.

jeffstokes72 commented 3 years ago

Since OVH are compensating me with a decent period of free hosting, I am planning to spin the server back up there over the Easter weekend.

You want to coordinate a replication to Azure storage or AWS? I got that free 150/mo deal going on.

richardbuckle commented 3 years ago

Hardware is back up and I am working on a reinstall.

ritchiedalto commented 3 years ago

I'm getting a 503 at https://edrefcard.info/. No luck getting it running again? Do you need a donation or a server to run on? I would help. I'm just getting back into E:D after many years and I SOOOO need this tool my friend :)

dylan-k commented 3 years ago

I think that the work is ongoing but meanwhile there is a community fork at http://edrefcard.slions.net/ It's not as up-to-date but it might help in a pinch.

ritchiedalto commented 3 years ago

I think that the work is ongoing but meanwhile there is a community fork at http://edrefcard.slions.net/ It's not as up-to-date but it might help in a pinch.

OMG Thank you kindly. This will GREATLY improve my sanity.

jeffstokes72 commented 3 years ago

You can also run your own docker instance. https://illuminati.services/2021/03/31/edrefcard-info-is-down-long-live-edrefcard-how-to-set-up-your-own-instance-of-edrefcard-so-you-can-create-a-card-for-your-hotas-config-in-elite-dangerous/

From: ritchiedalto @.> Sent: Wednesday, May 12, 2021 5:45 PM To: richardbuckle/EDRefCard @.> Cc: Jeff Stokes @.>; Comment @.> Subject: Re: [richardbuckle/EDRefCard] https://edrefcard.info can’t be reached (#54)

I think that the work is ongoing but meanwhile there is a community fork at http://edrefcard.slions.net/ It's not as up-to-date but it might help in a pinch.

OMG Thank you kindly. This will GREATLY improve my sanity.

dylan-k commented 3 years ago

I've never run a Docker instance before but I think I could manage it. Are there any good, general how-tos out there that you would recommend? Maybe I could write down the steps I take and share them for this project's documentation?

jeffstokes72 commented 3 years ago

My blog post describes it, at least the docker desktop in Windows how-to. Its my understanding that for linux/headless, you’d just get docker installed then run the command.

docker run -d --rm --name edrefcard -p 8080:80 jeffstokes72/edrefcard

From: Dylan Kinnett @.> Sent: Wednesday, May 12, 2021 6:27 PM To: richardbuckle/EDRefCard @.> Cc: Jeff Stokes @.>; Comment @.> Subject: Re: [richardbuckle/EDRefCard] https://edrefcard.info can’t be reached (#54)

I've never run a Docker instance before but I think I could manage it. Are there any good, general how-tos out there that you would recommend? Maybe I could write down the steps I take and share them for this project's documentation?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/richardbuckle/EDRefCard/issues/54#issuecomment-840134281 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6PFGYSNFBYXXWYW2LTTNL6BVANCNFSM4ZDCUTGA . https://github.com/notifications/beacon/ACFOL6OXZHGY4UQZLAE7HRLTNL6BVA5CNFSM4ZDCUTGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGIJW5CI.gif

jeffstokes72 commented 3 years ago

Also stood it up in Azure, http://52.255.223.220/

Mainly to learn how docker in azure worked as an exercise.

I don't know what the project owner needs. I offered to help make it highly available but he never replied. Shrug.

richardbuckle commented 3 years ago

The site is now back up.

richardbuckle commented 3 years ago

I do appreciate the community effort to provide workarounds and spin them up. And I do realise that it has been a big outage.

I happy to announce that as of now, the primary site is back up.

OVH have provided me three years of free hosting as compensation, so my approach is now to utilise that while reviewing my options.

Now that I have got everything back up and running nicely on the primary host, please can we stand down the backups that you have so kindly spun up?

Thanks and regards!

jeffstokes72 commented 3 years ago

Hi, I've honored your request.

I've taken down the Azure docker node I had up, and made a note on my blog property to the effect it is no longer needed.