Re: Addition of support for base path in pgAdmin Web

2020-04-26 Thread Aditya Toshniwal
Hi Eldhose, The changes you've suggested are already implemented in pgAdmin ( https://github.com/postgres/pgadmin4/blob/master/web/pgAdmin4.py#L87). Almost all the servers provide the way to set the header - "X-Script-Name". pgAdmin uses X-Script-Name to set the prefix. You don't need to add any n

Re: Addition of support for base path in pgAdmin Web

2020-04-26 Thread Akshay Joshi
Hi Aditya Can you please review it. On Sat, Apr 25, 2020 at 3:28 PM Eldhose M Joy wrote: > Hi, > > I have added a commit on 2 files to include a base path that would avoid > all the hassle while doing a reverse proxy on to the pgAdmin. Please find > the commits below. > > https://github.com/po

Addition of support for base path in pgAdmin Web

2020-04-25 Thread Eldhose M Joy
Hi, I have added a commit on 2 files to include a base path that would avoid all the hassle while doing a reverse proxy on to the pgAdmin. Please find the commits below. https://github.com/postgres/pgadmin4/compare/master...eldhosemjoy:patch-2 https://github.com/postgres/pgadmin4/compare/maste