evolvedbinary / fusion-studio

An IDE and Management Tool for FusionDB
GNU General Public License v3.0
4 stars 2 forks source link

binary for docker download migration #98

Open duncdrum opened 3 years ago

duncdrum commented 3 years ago

make sure that the binaries required for multi-os builds as used on the fs-builder images are reachable again

yarn config set drivelist_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/drivelist
yarn config set @theia/node-pty_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/node-pty
yarn config set find-git-repositories_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/find-git-repositories
yarn config set native-keymap_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/native-keymap
yarn config set nsfw_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/nsfw
yarn config set oniguruma_binary_host http://dv.evolvedbinary.com/fusion-studio/prebuild/oniguruma
curl http://dv.evolvedbinary.com/fusion-studio/prebuild/nsfw
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
adamretter commented 3 years ago

I think @ccheraa moved these. They should probably live on the static.evolvedbinary.com webserver though - as we use that for static download files.

ccheraa commented 3 years ago

Actually, for now, they are on pear.evolvedbinary.com, and we should move them to static.evolvedbinary.com when we can.