aarontract

Results 8 comments of aarontract

Thanks for sharing this, it was very useful.

I managed to get the master version to run under HTTPS at the start of Feb this year, I pulled the image from docker hub rather than doing a fresh...

Hi, I had a similar issue and think I have a fix for it. Sorry I haven't written it up very well, https://github.com/sverhoeven/docker-cartodb/issues/68 I used this as a starting point:...

Also you should be able to remove server { listen 80; server_name _; return 301 https://$server_name$request_uri; } I found the change to /cartodb/app/models/user/user_decorator.rb seems to cause errors/crash when i create...

I'm happy to try to help you if i can, Could you list out the steps you have done to set it up briefly? I was working on a different...

All sounds good to me. In your nginx rule on your docker server machine do you have something like server { server_name YourPublicDomainName ...... location ~* /(user/.*/)?api/v1/maps { proxy_set_header Host...

Sorry, I'm not sure what is going on. I have tried to replicate your setup by putting a separate load balancer in front of my box + pull the latest...

For the load balancer i just used an aws wizard. Might help to take this out, get a lets encrypt cert on the host machine and have it only take...