Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-05 Thread rhuddbiz
Dave, after installing https://ftp.postgresql.org/pub/pgadmin3/pgadmin4/v1.3/pip/pgadmin4-1.3-py2.py3-none-any.whl i can't seem to find any filename matching the one you mentioned, that seems strange to me. web/pgadmin/__init__.py -- View this message in context: http://www.postgresql-archiv

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-04 Thread rhuddbiz
well, setting APPLICATION_ROOT did not work. i know i have the config_local.py setup correctly because i am able to configure DEFAULT_SERVER. i think i see where you came up with APPLICATION_ROOT param, http://flask.pocoo.org/docs/0.12/config/. unfortunately, it looks like pgAdmin4.py does not mak

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread rhuddbiz
i don't think knowing nginx is the key to this. it's more of a general question for any proxy setup that uses python to run pgadmin4. we are launching pgadmin4 on localhost:5050, with a systemd file containing /usr/bin/python3.5 /usr/local/lib/python3.5/dist-packages/pgadmin4/pgAdmin4.py is ther

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread rhuddbiz
how can i specify a path for the python application behind nginx ? we want to enable security with our existing ssl cert . we have https://foo.com/ and we want to forward https://foo.com/pgadmin/ to our python wrapper around pgadmin4. unfortunately, the naive approach does not work as the href l