This commit is contained in:
Alexey Berezhok
2026-05-10 23:48:56 +03:00
parent 3263dbecab
commit adef1a98bb
2 changed files with 5 additions and 2 deletions

View File

@@ -2270,7 +2270,7 @@ if [ "$bunkerweb" = 'yes' ]; then
module_state=$($HESTIA/bin/v-ext-modules state bunkerweb_module json | jq -r '.[0].STATE') module_state=$($HESTIA/bin/v-ext-modules state bunkerweb_module json | jq -r '.[0].STATE')
if [ "$module_state" = "enabled" ]; then if [ "$module_state" = "enabled" ]; then
echo "Bunkerweb configuration" echo "Bunkerweb configuration"
$HESTIA/bin/v-ext-modules-run bunkerweb_module addssl configure $HESTIA/bin/v-ext-modules-run bunkerweb_module configure
fi fi
fi fi

View File

@@ -3,7 +3,7 @@
Name: hestia Name: hestia
Version: 1.9.6 Version: 1.9.6
Release: 10%{dist} Release: 11%{dist}
Summary: Hestia Control Panel Summary: Hestia Control Panel
Group: System Environment/Base Group: System Environment/Base
License: GPLv3 License: GPLv3
@@ -183,6 +183,9 @@ fi
%{_tmpfilesdir}/%{name}.conf %{_tmpfilesdir}/%{name}.conf
%changelog %changelog
* Mon May 04 2026 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-11
- Added support bunkerweb
* Sun Mar 29 2026 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-9 * Sun Mar 29 2026 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-9
- Added support ansible instead of puppet - Added support ansible instead of puppet