We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3835929 commit 40ff533Copy full SHA for 40ff533
2 files changed
phpmyadmin/rootfs/etc/cont-init.d/phpmyadmin.sh
@@ -15,6 +15,7 @@ if [ ! -f /data/config.secret.inc.php ]; then
15
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' < /dev/urandom | fold -w 32 | head -n 1)';
16
EOT
17
fi
18
+chmod 640 /data/config.secret.inc.php
19
20
host=$(bashio::services "mysql" "host")
21
password=$(bashio::services "mysql" "password")
phpmyadmin/rootfs/etc/phpmyadmin/config.inc.php
@@ -3,6 +3,7 @@
3
require('/data/config.secret.inc.php');
4
5
$cfg['AllowThirdPartyFraming'] = true;
6
+$cfg['CheckConfigurationPermissions'] = false;
7
$cfg['ZeroConf'] = false;
8
$cfg['UploadDir'] = '';
9
$cfg['SaveDir'] = '';
0 commit comments