forked from pool/pgadmin4
This branch is 10 commits behind pool/pgadmin4:factory
OBS-URL: https://build.opensuse.org/request/show/1181286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgadmin4?expand=0&rev=28
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.7%
Python
2.9%
Shell
0.4%