* Mon Sep 22 2025 Brian Read <brianr@koozali.org> 1.0-23.sme

- add debuginfo define to suppress it [SME: 13168]
- Fix config call in layout [SME: 13168]
This commit is contained in:
2025-09-22 16:45:10 +01:00
parent 12516e2505
commit 03a5304866
4 changed files with 8 additions and 26 deletions

View File

@@ -1,23 +0,0 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
panel_link("webhosting", "manager");
for my $event (qw(
webhosting-modify smeserver-webhosting-update
))
{
#we can avoid those 2 as we are tricking ourself as ibay-modify and it will do those and php
#templates2events("/etc/httpd/conf/httpd.conf", $event);
#safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
event_link("webhosting-php-expand", $event, "05");
event_link("webhosting-php-adjust", $event, "90");
}
$event="smeserver-webhosting-update";
event_link("navigation-conf", $event, "70");
# for smeserver-manager
safe_symlink('restart', "root/etc/e-smith/events/$event/services2adjust/smanager");
event_link('navigation2-conf', "$event", '80');
event_link('routes2-conf', "$event", '80');
event_link('locales2-conf', "$event", '80');

View File

@@ -3,7 +3,7 @@
% content_for 'module' => begin
<div id='module' class='module wireguard-panel'>
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $wrg_datas

View File

@@ -1,5 +1,6 @@
%define release 22
%define release 23
%define version 1.0
%define debug_package %{nil}
Name: smeserver-wireguard
Version: %{version}
@@ -36,7 +37,7 @@ This package provides the Koozali SME SERVER configuration for controlling WireG
%setup -q
%build
perl createlink
perl createlinks
%install
@@ -60,6 +61,10 @@ fi
%changelog
* Mon Sep 22 2025 Brian Read <brianr@koozali.org> 1.0-23.sme
- add debuginfo define to suppress it [SME: 13168]
- Fix config call in layout [SME: 13168]
* Sun Sep 08 2024 Brian Read <brianr@koozali.org> 1.0-22.sme
- Map e-smith package names to smeserver