Files
pgadmin4/pgadmin4.uwsgi.in

18 lines
266 B
Plaintext
Raw Permalink Normal View History

[uwsgi]
#plugin = apparmor
#apparmor-hat = pgadmin
uid = pgadmin
gid = pgadmin
processes = 1
threads = 25
socket = /run/uwsgi/uwsgi-pgadmin.sock
chmod-socket = 660
chown-socket = wwwrun:www
plugin = python3
Accepting request 1120781 from home:alarrosa:branches:server:database:postgresql - Add a vendor.tar.xz source package with node modules that have to be downloaded in the developer workstation since otherwise they won't be able to get downloaded in the build service. - Add an update-vendor.sh script that updates (actually, recreates) the vendor.tar.xz package. This should be run manually with each package update. - Remove obsoleted file pgadmin4.qt.conf.in which hasn't been used at all for some time. - Add patch to set the environment variable EVENTLET_NO_GREENDNS which fixes pgadmin4 to build successfully with eventlet 0.33.3, httpcore 0.17.1 and httpx 0.24.0: * fix-eventlet-select_epoll.patch - Merged pgadmin4-web subpackage into the main pgadmin4 package which now installs the pgAdmin4 server. - Create new pgadmin4-desktop subpackage that includes a very small python script I wrote that starts the pgadmin4 server in runtime mode (as a regular user) and provides a system tray icon so users can open new windows and quit the server with a UI since the alternative (using the official pgAdmin4 runtime application would require providing a full node.js modules tree and using NW.js for the ui). - Fix .desktop file which was now moved to the pgadmin4-desktop subpackage. The "Encoding" key is deprecated so it has been removed, only one main category is now used in the Categories key and the path to the icon was fixed. - Update to 7.8 * Supported Database Servers - PostgreSQL: 12, 13, 14, 15, and 16 - EDB Advanced Server: 12, 13, 14 and 15 OBS-URL: https://build.opensuse.org/request/show/1120781 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=57
2023-10-27 13:08:10 +00:00
chdir = PYTHONSITELIB/pgadmin4/
mount = /=pgAdmin4:app