Hestia Control Panel v1.4.2 Release Notes

    • NOTE: During the 1.4.1 / 1.4.0 release we have introduced a bug for Ubuntu 20.04 and 18.04 users with multiple network ports on the server. This release will solve the problems caused by this bug! If you are unable to download the Hestia packages via apt. Run the following command via CLI or SSH as root
        iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    

    โšก๏ธ Then run the update via

        apt update && apt upgrade
    

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed issue wit startup script for iptables / network (#1849) (@myrevery)
    • ๐Ÿ›  Fixed problem with accidentally replacing nginx.conf during upgrade nginx (#1878 / @myrevery)
    • ๐Ÿ›  Fixed issue with installing Ubuntu 18.04
    • ๐Ÿ›  Fixed issue with login into file manger as admin user
    • โž• Added proxy_extentions back to support older custom templates
    • โž• Added the possibility to skip the forced reboot when interactive is set to no
    • ๐Ÿ›  Fixed an issue with modx template
    • โšก๏ธ Updated translations (Croatian, Czech and Italian)
    • ๐Ÿ‘‰ Fixed an issue where users where not able to save / update web domains when POLICY_USER_EDIT_WEB_TEMPLATES is enabled (#1872)
    • ๐Ÿ›  Fixed an issue where admin users where not able to add new ssh key for users (#1870)
    • ๐Ÿ›  Fixed an issue where domain.com was not affected as a valid domain (#1874)
    • ๐Ÿ›  Fixed an issue where "development" icon was not removed on update to release (#1835)