mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix stretch
This commit is contained in:
parent
e994c44294
commit
a7afb52631
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
location __PATH__ {
|
location __PATH__ {
|
||||||
include uwsgi_params;
|
include uwsgi_params;
|
||||||
uwsgi_pass unix:///run/uwsgi/app/pgadmin/socket;
|
uwsgi_pass unix:///run/uwsgi/app/pgadmin/socket;
|
||||||
|
|
||||||
|
# Allow pgadmin to use 'eval' without blocking the execution. But keep a warning.
|
||||||
|
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Manage PostgreSQL databases over the web",
|
"en": "Manage PostgreSQL databases over the web",
|
||||||
"fr": "Application web de gestion des bases de données PostgreSQL"
|
"fr": "Application web de gestion des bases de données PostgreSQL"
|
||||||
},
|
},
|
||||||
"version": "4-2.1~ynh1",
|
"version": "4-2.1~ynh2",
|
||||||
"url": "https://www.pgadmin.org",
|
"url": "https://www.pgadmin.org",
|
||||||
"license": "PostgreSQL",
|
"license": "PostgreSQL",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue