Re: Proposal for changes in official Docker image

2018-04-03 Thread Dave Page
Hi On Sat, Mar 31, 2018 at 5:54 PM, Максим Кольцов wrote: > 2018-03-19 17:55 GMT+03:00 Dave Page : > > > > - PGADMIN_SERVER_NAME doesn't appear to be supported. This was added at > user > > request, for security reasons (to help ensure the connection is going > where > > expected). I'm not entir

Re: Proposal for changes in official Docker image

2018-03-31 Thread Максим Кольцов
2018-03-19 17:55 GMT+03:00 Dave Page : > Hi > > On Mon, Mar 19, 2018 at 11:19 AM, Dave Page wrote: >> >> Hi >> >> On Fri, Mar 16, 2018 at 8:52 PM, Максим Кольцов >> wrote: >>> >>> >>> I've switched to Gunicorn, adding SSL support. It has the same >>> interface as the original container: PGADMIN_E

Re: Proposal for changes in official Docker image

2018-03-19 Thread Dave Page
Hi On Mon, Mar 19, 2018 at 11:19 AM, Dave Page wrote: > Hi > > On Fri, Mar 16, 2018 at 8:52 PM, Максим Кольцов > wrote: >> >> >> I've switched to Gunicorn, adding SSL support. It has the same >> interface as the original container: PGADMIN_ENABLE_TLS, >> /certs/server.key and /certs/server.cert

Re: Proposal for changes in official Docker image

2018-03-19 Thread Dave Page
Hi On Fri, Mar 16, 2018 at 8:52 PM, Максим Кольцов wrote: > > > I've switched to Gunicorn, adding SSL support. It has the same > interface as the original container: PGADMIN_ENABLE_TLS, > /certs/server.key and /certs/server.cert. > I also incorporated building of sphinx manual in Dockerfile, so n

Re: Proposal for changes in official Docker image

2018-03-16 Thread Максим Кольцов
2018-02-26 13:46 GMT+03:00 Dave Page : > Hi > > On Mon, Feb 26, 2018 at 10:09 AM, Максим Кольцов wrote: >> >> 2018-02-25 20:59 GMT+03:00 Dave Page : >> > Hi >> > >> > On Sat, Feb 24, 2018 at 9:04 PM, Максим Кольцов >> > wrote: >> >> >> >> Hi >> >> >> >> 2018-02-19 12:13 GMT+03:00 Dave Page : >> >

Re: Proposal for changes in official Docker image

2018-02-26 Thread Dave Page
Hi On Mon, Feb 26, 2018 at 10:09 AM, Максим Кольцов wrote: > 2018-02-25 20:59 GMT+03:00 Dave Page : > > Hi > > > > On Sat, Feb 24, 2018 at 9:04 PM, Максим Кольцов > wrote: > >> > >> Hi > >> > >> 2018-02-19 12:13 GMT+03:00 Dave Page : > >> > Hi > >> > > >> > On Sun, Feb 18, 2018 at 5:41 PM, Макс

Re: Proposal for changes in official Docker image

2018-02-26 Thread Максим Кольцов
2018-02-25 20:59 GMT+03:00 Dave Page : > Hi > > On Sat, Feb 24, 2018 at 9:04 PM, Максим Кольцов wrote: >> >> Hi >> >> 2018-02-19 12:13 GMT+03:00 Dave Page : >> > Hi >> > >> > On Sun, Feb 18, 2018 at 5:41 PM, Максим Кольцов >> > wrote: >> >> >> >> Hi! >> >> >> >> I accidentially sent this email to

Re: Proposal for changes in official Docker image

2018-02-25 Thread Dave Page
Hi On Sat, Feb 24, 2018 at 9:04 PM, Максим Кольцов wrote: > Hi > > 2018-02-19 12:13 GMT+03:00 Dave Page : > > Hi > > > > On Sun, Feb 18, 2018 at 5:41 PM, Максим Кольцов > wrote: > >> > >> Hi! > >> > >> I accidentially sent this email to pgsql-hackers yesterday, sorry! > >> > >> First of all, th

Re: Proposal for changes in official Docker image

2018-02-24 Thread Максим Кольцов
Hi 2018-02-19 12:13 GMT+03:00 Dave Page : > Hi > > On Sun, Feb 18, 2018 at 5:41 PM, Максим Кольцов wrote: >> >> Hi! >> >> I accidentially sent this email to pgsql-hackers yesterday, sorry! >> >> First of all, thanks for the great app :) >> >> I started using PgAdmin with docker image (dpage/pgadm

Re: Proposal for changes in official Docker image

2018-02-19 Thread Dave Page
Hi On Sun, Feb 18, 2018 at 5:41 PM, Максим Кольцов wrote: > Hi! > > I accidentially sent this email to pgsql-hackers yesterday, sorry! > > First of all, thanks for the great app :) > > I started using PgAdmin with docker image (dpage/pgadmin4) a few weeks > ago, however I thought that it had som

Proposal for changes in official Docker image

2018-02-18 Thread Максим Кольцов
Hi! I accidentially sent this email to pgsql-hackers yesterday, sorry! First of all, thanks for the great app :) I started using PgAdmin with docker image (dpage/pgadmin4) a few weeks ago, however I thought that it had some issues, so I decided to make my own image. Some of the advantages: - Us