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

View File

@@ -47,4 +47,4 @@ sub main {
# $c->proxy_to('https://sme11.thereadclan.me.uk/phpsysinfo/index.php?disp=static'); # $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 %define name smeserver-phpsysinfo
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 2 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -27,9 +27,15 @@ AutoReqProv: no
Access with admin login credentials via https://yourdomain/phpsysinfo Access with admin login credentials via https://yourdomain/phpsysinfo
%changelog %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] - 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 * Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4 - Upgrade to phpsysinfo 3.4.4