Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Dan Davis
Another trick here is to let the back-end know that it is https: proxy_set_header X-Forwarded-Proto https; On Wed, Feb 1, 2017 at 12:34 PM, jbiskofski wrote: > I Set up my nginx as Harshal suggested and this fixed the problem. Thanks > for the help! > > On Wed, Feb 1, 2017 at 3:37 AM, Dave Pag

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-01-31 Thread Dan Davis
Rich, I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. My success though is on a platform that would have supported virtualenv-wrapper

[pgadmin-support] Question on deploy from wheel

2016-12-02 Thread Dan Davis
It seems to me that the module pgadmin4/pgAdmin4.wsgi should be renamed to pgadmin4/wsgi.py, for reasons that will become clear below. How do I report that as a bug and request that it be changed? The reason I want the change is so that pgadmin4 also works as a wheel under gunicorn, and probably P