Forwarded request #1326309 from nkrapp - Use new urllib3 with newer python version OBS-URL: https://build.opensuse.org/request/show/1332732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgadmin4?expand=0&rev=33
To configure pgadmin with Apache and uwsgi, just add the follwing lines to a vhost:
ProxyPass /pgadmin unix:/run/uwsgi/uwsgi-pgadmin.sock|uwsgi://localhost/
<Directory PYTHONSITELIB/pgadmin4/>
Require all granted
</Directory>
Note that you have to run once `pgadmin4` from the command line to set the master password
by executing:
/usr/bin/python3 PYTHONSITELIB/pgadmin4/pgAdmin4.py
Description
Languages
Assembly
96.4%
Python
3.1%
Shell
0.5%