mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Enhance post-install script with setup wizard activation message and additional resources
This commit is contained in:
parent
bff790e0a0
commit
8a1c32af51
1 changed files with 13 additions and 1 deletions
|
|
@ -74,6 +74,11 @@ if [ "$UI_WIZARD" != "no" ] ; then
|
|||
do_and_check_cmd chmod 660 /etc/bunkerweb/ui.env
|
||||
do_and_check_cmd systemctl enable bunkerweb-ui
|
||||
do_and_check_cmd systemctl start bunkerweb-ui
|
||||
echo "🧙 The setup wizard has been activated automatically."
|
||||
echo "Please complete the initial configuration at: https://your-ip-address-or-fqdn/setup"
|
||||
echo ""
|
||||
echo "Note: Make sure that your firewall settings allow access to this URL."
|
||||
echo ""
|
||||
fi
|
||||
|
||||
# Create /var/www/html if needed
|
||||
|
|
@ -96,4 +101,11 @@ echo "Enabling and starting bunkerweb service..."
|
|||
do_and_check_cmd systemctl enable bunkerweb
|
||||
do_and_check_cmd systemctl start bunkerweb
|
||||
|
||||
echo "Postinstall successful !"
|
||||
echo "BunkerWeb has been successfully installed\! 🎉"
|
||||
echo ""
|
||||
echo "For more information on BunkerWeb, visit:"
|
||||
echo " * Official website: https://www.bunkerweb.io"
|
||||
echo " * Documentation: https://docs.bunkerweb.io"
|
||||
echo " * Community Support: https://discord.bunkerity.com"
|
||||
echo " * Commercial Support: https://panel.bunkerweb.io/order/support"
|
||||
echo "Thank you for using BunkerWeb\!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue