Arne Setzer

Results 47 comments of Arne Setzer

Yeah, there is already a PR for this. See #285

Autocomplete-element is currently not an option as it relies on [this line](https://github.com/geocodeearth/core-js/blob/722898b5fce799e2b91465e5a8c043bc75985cd6/src/utils/url.ts#L7) which has the protocol hardcoded to https and my motivation to create self-signed certificates is not that great...

Is your user part of the docker group? What does `ls -al ./data/` say? You wont find anything helpful under `/usr/share/elasticsearch/` since elasticsearch is dockered.

The owner for the elasticsearch folder are wrong. The user should own them. `pelias compose down && sudo chown -R $USER:$USER ./data/elasticsearch` should do the trick. Or deleting the folder...

> Deleting the ./data/elasticsearch folder and afterwards running pelias elastic start didn't solve the issue: Indicates, that something in your docker setup is messed up huge. I recommend to fix...

1. Please check if the issue is a pelias related issue or not. Spamming the repository with wrong issues will decrease the likeliness of getting answers. 2. Issues are not...

Thanks for the feedback. I just let the local compose files in to keep the backwards compability. But I would love to remove them as well. I will split the...