* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme

- Add css to make embedded static version look a bit better [SME: 13195]
This commit is contained in:
2025-09-27 10:31:38 +01:00
3 changed files with 16 additions and 8 deletions

View File

@@ -4,10 +4,12 @@ Alias /phpsysinfo /opt/phpsysinfo
<Directory /opt/phpsysinfo>
SSLRequireSSL
Options -Indexes
#AuthName "phpSysInfo"
#AuthBasicProvider external
#AuthType Basic
#AuthExternal pwauth
AuthName "phpSysInfo"
AuthBasicProvider external
AuthType Basic
AuthExternal pwauth
Header set Content-Security-Policy "script-src 'self' 'unsafe-eval' 'unsafe-hashes' 'unsafe-inline' "
<RequireAll>
Require {(($phpmyadmin{access} || 'private' ) eq "public" ) ? "all granted": "ip $localAccess $externalSSLAccess";}
@@ -18,4 +20,4 @@ Alias /phpsysinfo /opt/phpsysinfo
SetHandler "proxy:unix:/var/run/php-fpm/php.sock|fcgi://localhost"
</FilesMatch>
</Directory>
</Directory>

View File

@@ -47,4 +47,4 @@ sub main {
# $c->proxy_to('https://sme11.thereadclan.me.uk/phpsysinfo/index.php?disp=static');
#}
1;
1;

View File

@@ -6,7 +6,7 @@ Summary: phpSysInfo for SME Server
%define name smeserver-phpsysinfo
Name: %{name}
%define version 11.0.0
%define release 2
%define release 3
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -27,9 +27,15 @@ AutoReqProv: no
Access with admin login credentials via https://yourdomain/phpsysinfo
%changelog
* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Add css to make embedded static version look a bit better [SME: 13195]
* Thu Sep 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-2.sme
- CSP relaxed policy
- revert authentication
- httpd syntax fix
- smanager improvement
* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4