Re: Serving pgadmin4 from subdirectory (e.g. example.com/pgadmin4)

2018-11-14 Thread Dave Page
Hi On Wed, Nov 14, 2018 at 5:50 PM Jared Vacanti wrote: > Hello Dave, thanks for the quick reply. > > I'm using the docker container you maintain available at > https://hub.docker.com/r/dpage/pgadmin4/ and using nginx as the reverse > proxy (via proxy_pass & upstreams) - so I'm really forwarding

Re: Serving pgadmin4 from subdirectory (e.g. example.com/pgadmin4)

2018-11-14 Thread Dave Page
Hi On Wed, Nov 14, 2018 at 4:36 PM Jared Vacanti wrote: > Is it possible to serve pgadmin4 from a subdirectory instead of at root > level? It's easy to serve at pgadmin.example.com - but how about at > example.com/pgadmin4 ? Is there any way to set a baseurl at the pgadmin > level? > > It looks l

Serving pgadmin4 from subdirectory (e.g. example.com/pgadmin4)

2018-11-14 Thread Jared Vacanti
Is it possible to serve pgadmin4 from a subdirectory instead of at root level? It's easy to serve at pgadmin.example.com - but how about at example.com/pgadmin4 ? Is there any way to set a baseurl at the pgadmin level? It looks like two other routes are requested - /static/ and /browser/ - that wi