Обсуждение: Debian package
Hello, I see that the current pgadmin4-web package for Debian trixie (and if I'm not mistaken this was also the case for bookworm) only supports for Apache. Since I already run Nginx, I'm reluctant to install Apache just for PgAdmin. However, the Server Deployment documentation covers Nginx support. What would users (or developers) recommend, in terms of difficulty, effort, experience or convenience? 1. Install pgadmin4 from sources, build it and deploy using Nginx (this would be all on a desktop development machine). 2. Install the Debian package, but disable Apache from running and instead deploy it against Nginx. 3. Request that a Debian package with Nginx support be supplied ... Thanks for your feedback. Joe
Hi
On Fri, 26 Sept 2025 at 18:02, <jma@freedomcircle.com> wrote:
Hello,
I see that the current pgadmin4-web package for Debian trixie (and if
I'm not mistaken this was also the case for bookworm) only supports for
Apache. Since I already run Nginx, I'm reluctant to install Apache just
for PgAdmin. However, the Server Deployment documentation covers Nginx
support.
What would users (or developers) recommend, in terms of difficulty,
effort, experience or convenience?
1. Install pgadmin4 from sources, build it and deploy using Nginx (this
would be all on a desktop development machine).
2. Install the Debian package, but disable Apache from running and
instead deploy it against Nginx.
3. Request that a Debian package with Nginx support be supplied ...
I would suggest #2 and follow up with #3 at https://github.com/pgadmin-org/pgadmin4/issues/new?template=feature_request.md. #3 has been on my personal TODO for, well, a few years now - having someone else actually create a feature request for it might give me the reminder I need to actually get the work done.
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
On 9/29/25 4:45 AM, Dave Page wrote: > I would suggest #2 and follow up with #3 at https://github.com/pgadmin- > org/pgadmin4/issues/new?template=feature_request.md <https://github.com/ > pgadmin-org/pgadmin4/issues/new?template=feature_request.md>. #3 has > been on my personal TODO for, well, a few years now - having someone > else actually create a feature request for it might give me the reminder > I need to actually get the work done. Thanks Dave. Issue #9203 opened (and updated to reflect that the Debian package installation--on a machine already running Nginx--fails to start Apache anyway). I still have to configure Nginx for PgAdmin. Joe