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 ...