Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v2BqS-001CBD-EG for pgadmin-support@arkaria.postgresql.org; Fri, 26 Sep 2025 17:02:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v2BqQ-004Lc9-9g for pgadmin-support@arkaria.postgresql.org; Fri, 26 Sep 2025 17:02:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v2BqQ-004Lc0-2N for pgadmin-support@lists.postgresql.org; Fri, 26 Sep 2025 17:02:54 +0000 Received: from freedomcircle.com ([208.71.169.155] helo=mail.freedomcircle.com) by magus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1v2BqN-000G8x-2j for pgadmin-support@lists.postgresql.org; Fri, 26 Sep 2025 17:02:54 +0000 Received: from [192.168.1.7] (syn-072-184-003-194.res.spectrum.com [72.184.3.194]) by mail.freedomcircle.com (Postfix) with ESMTPSA id E4C862A1A0 for ; Fri, 26 Sep 2025 17:02:48 +0000 (UTC) Message-ID: Date: Fri, 26 Sep 2025 13:02:47 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: pgadmin-support@lists.postgresql.org From: jma@freedomcircle.com Subject: Debian package Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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