Adam Cécile

Results 96 comments of Adam Cécile

Hello, Thanks for the feedback. When you say top level you mean parameter of the elasticsearch class directly? Regards, Adam Le 24 mai 2016 22:01:06 GMT+02:00, Tyler Langlois [email protected] a...

Got it, I'll try to find time to do this tomorrow. Should I fail() if parameters are invalid? Le 24 mai 2016 23:20:32 GMT+02:00, Tyler Langlois [email protected] a écrit :...

Hello, Okay, it seems to be related to IPSources setting: > https://mesosphere.github.io/mesos-dns/docs/configuration-parameters.html > > IPSources defines a fallback list of IP sources for task records, sorted by > priority. If...

Another use case: RabbitMQ running in docker, two ports linked: first one is for AMQP protocol, other one is HTTP API. I'd like to be able to connect senders using...

Okay I just figured out the following modification make it work: ```patch --- a/powerdnsadmin/routes/dashboard.py +++ b/powerdnsadmin/routes/dashboard.py @@ -137,7 +137,7 @@ def domains_custom(boxId): return jsonify(response_data) -@dashboard_bp.route('/', methods=['GET', 'POST']) +@dashboard_bp.route('/dashboard', methods=['GET', 'POST'])...

I figured out I can set SCRIPT_NAME environment variable to reduce number of changes needed. When using this env variable, Flask already handles all the blueprints context and the only...

Cool, Right now the app is deployed in a context path with minor hacks here and it seems to be working fine :)

Hello, I can confirm the same behavior: I just run docker run -d \ -e ENV_DOCKER_REGISTRY_HOST=docker.my.rp.com \ -e ENV_DOCKER_REGISTRY_PORT=443 \ -e ENV_DOCKER_REGISTRY_USE_SSL=1 \ -p 8080:80 konradkleine/docker-registry-frontend:v2 When clicking any repository...

Hello, Sadly that's what I guessed :/ If you decide to invest time at some point, be sure I will be happy to sponsor it. Do you have any idea...