Compare commits
5 Commits
0.2-17.el8
...
0_2-20_el8
Author | SHA1 | Date | |
---|---|---|---|
61580fe3c7 | |||
2cc45c7967 | |||
6ae090f94b | |||
199dc75778 | |||
bba6c6b66d |
@@ -9,7 +9,14 @@ SMEServer Koozali developed git repo for smeserver-BackupPC smecontribs
|
||||
<br />https://wiki.koozali.org/SME-101.09:_Supplément:_SME_&_BackupPC-4.2
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-BackupPC&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||
Show list of outstanding bugs:
|
||||
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
|
||||
## Description
|
||||
|
||||
|
@@ -1 +0,0 @@
|
||||
contribs10
|
17
createlinks
17
createlinks
@@ -2,21 +2,6 @@
|
||||
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
|
||||
# Start and stop links - SME9
|
||||
|
||||
#service_link_enhanced("backuppc", "S98", "7");
|
||||
#service_link_enhanced("backuppc", "K10", "6");
|
||||
#service_link_enhanced("backuppc", "K10", "0");
|
||||
#service_link_enhanced("backuppc", "K10", "1");
|
||||
|
||||
#service_link_enhanced("httpd-bkpc", "S86", "7");
|
||||
#service_link_enhanced("httpd-bkpc", "K15", "6");
|
||||
#service_link_enhanced("httpd-bkpc", "K15", "0");
|
||||
#service_link_enhanced("httpd-bkpc", "K15", "1");
|
||||
|
||||
#safe_symlink("../daemontools" , 'root/etc/rc.d/init.d/supervise/httpd-bkpc');
|
||||
#safe_symlink("/var/service/httpd-bkpc" , 'root/service/httpd-bkpc');
|
||||
|
||||
# Panel links
|
||||
|
||||
panel_link("backuppc", 'manager');
|
||||
@@ -43,6 +28,8 @@ $event = 'smeserver-BackupPC-update'; #Must match rpm name
|
||||
#action specific to this package
|
||||
event_link("backuppc-checkupgrade", $event, "20");
|
||||
event_link("backuppc-genkey", $event, "10");
|
||||
event_link("navigation2-conf", $event, "80");
|
||||
event_link("routes2-conf", $event, "80");
|
||||
event_link("backuppc-checkupgrade", "post-upgrade", "91");
|
||||
event_link("backuppc-genkey", "post-upgrade", "90");
|
||||
#services we need to restart
|
||||
|
@@ -8,6 +8,7 @@ if [ -e /etc/BackupPC/config.pl ]; then
|
||||
|
||||
# Update paths
|
||||
sed -i 's|/opt/backuppc/files|/var/lib/BackupPC|' /etc/BackupPC/config.pl
|
||||
sed -i 's|/var/run/BackupPC|/run/BackupPC|' /etc/BackupPC/config.pl
|
||||
sed -i 's|/usr/local/BackupPC|/usr/share/BackupPC|' /etc/BackupPC/config.pl
|
||||
sed -i 's|/opt/backuppc/cgi-bin|/usr/share/BackupPC/sbin|' /etc/BackupPC/config.pl
|
||||
sed -i 's|/opt/backuppc/images|/usr/share/BackupPC/html|' /etc/BackupPC/config.pl
|
||||
|
@@ -22,6 +22,7 @@
|
||||
<Location /BackupPC>
|
||||
SSLRequireSSL on
|
||||
Require ip $localAccess $externalSSLAccess
|
||||
Header set Content-Security-Policy "script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'
|
||||
</Location>
|
||||
|
||||
HERE
|
||||
|
@@ -5,7 +5,7 @@
|
||||
%end
|
||||
|
||||
% content_for 'module' => begin
|
||||
% if ($config->{debug} == 1) {
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper stash 'url'
|
||||
</p>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: smeserver-BackupPC
|
||||
Version: 0.2
|
||||
Release: 17%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: BackupPC integration into SME server
|
||||
|
||||
Group: Applications/System
|
||||
@@ -52,6 +52,17 @@ This package contains specific configuration for SME server
|
||||
#----------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-20.sme
|
||||
- relaxed CSP
|
||||
|
||||
* Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme
|
||||
- fix /run/BackupPC instead of /var prevents service start
|
||||
- fix smanager2 display
|
||||
- add navigation2-conf and routes2-conf action
|
||||
|
||||
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme
|
||||
- Change $config to config in layout file(s) [SME: 13171]
|
||||
|
||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2-17.sme
|
||||
- Fix e-smith references in smeserver-BackupPC [SME: 12732]
|
||||
|
||||
|
Reference in New Issue
Block a user