sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

How to install & use when website is down #102

Closed dpatou closed 1 year ago

dpatou commented 1 year ago

I've been trying to install deck on this computer but the websites (get-deck.com and getdeck.io) are down. As such downloading installers is not working. If I get installer from github, I get the deck logo spinning forever while devtools give this error :

Error: connect ECONNREFUSED 67.207.94.104:443

Followed by a long string of other errors.

Is there a way to use this tool if its websites are down ?

Regards

JurriaanK commented 1 year ago

@sfx101 both https://getdeck.io/ and https://get-deck.com/ are unreachable.

@dpatou I was able to find a working download link for windows using the Google cache: https://www.google.com/search?q=get-deck.com%2Fdownload-windows%2F

https://github.com/deck-app/stable-releases/releases/download/v4.2.2/DECK-4.2.2-win-x64.zip

JurriaanK commented 1 year ago

I now see @dpatou already managed to find the download. Same issue here: image

67.207.94.104 is the IP of get-deck.com. Loading of a local dev environment should not depend on if an external website is reachable or not. Curious to check DECK out however. It looks promising.

nabad600 commented 1 year ago

Hi, thanks. We will try fixing this asap

dpatou commented 1 year ago

67.207.94.104 is the IP of get-deck.com. Loading of a local dev environment should not depend on if an external website is reachable or not. Curious to check DECK out however. It looks promising.

I 100% agree on the installing and functionning dependance on an external website to spin dev environments.

As for the software itself I just discovered new version a week or so ago and it looks pretty slick. Could end up being a very convenient overlay over the whole docker dev environments management, and it looks pretty customizable and convenient (automatic subdomains with ssl for each project is neat)

sfx101 commented 1 year ago

Hi, the website and docs site is up now. The dependency on the website is pulling a json for showing notification, we'll do a patch to handle the http exception this week.

https://github.com/sfx101/deck/blob/f4441dcfe67f0687428a282afc73b5901db1d6a8/src/utils/Announcements.js#L6

nabad600 commented 1 year ago

Hi @dpatou
We may need to close this ticket in the next 24 hours. So, I request you to inform us about the status of your query. Let us know of any issues, we'd be happy to help.

dpatou commented 1 year ago

Hi @nabad600

The website is back and I haven't faced more issues. I didn't check if the necessary was done for deck to be used while offline or while deck's websites are down.

As far as I'm concerned this can be closed.