Dimitris Moraitis

Results 26 comments of Dimitris Moraitis

Hi @weismannweb I think it's a good idea to build a provider for libcloud first, even though it's not absolutely necessary. Unfortunately the instructions on the blog post are mostly...

We've seen this happen sometimes and it had to do with the Elasticsearch index configuration. We're not exactly sure what triggers it. An quick fix is to delete your elasticsearch...

Both services seem to be run out of memory. Try restarting them and monitor their memory usage. Is there anything else on that box that could be using that much...

I'm unable to replicate the problem. In my case the elasticsearch container uses 2.2GB of RAM. Could there be some other limit configured on your system that's preventing the elasticsearch...

Hi @natea ! Looks like there's no mongodb:3.2 Docker image for arm64. You can try editing docker-compose.yml and replacing the mongo:3.2 image with one of these https://hub.docker.com/r/arm64v8/mongo/tags

I'm not aware of any similar attempts just yet, so I'm not sure if it can be done easily. Better stick with x86_64 for now, unless you're feeling adventurous! BTW...

Sure. The docs for API v1 are available at https://mist.io/swagger/ There's also API v2 https://mist.io/api/v2 It's better structured with more features but could change a bit until Mist v5.0.0 early...

Hi @natea. I got my hands on a new Macbook Air and I was able to make Mist CE work on it. If you want to try it out check...

Looks like you didn't checkout the submodules with `git clone --recursive ...`. You can do that now with `git submodule update --init --recursive`. Then bring everything down and backup up.