Appliance Updates https://www.turnkeylinux.org/updates/nextcloud en New TurnKey Nextcloud version (18.1) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-181 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Update Nextcloud to latest upstream version - v29.0.4.</li> <li>Update Nextcloud specific inithook to manage password setting better - closes <a href="https://github.com/turnkeylinux/tracker/issues/1898">#1898</a> & #1901.</li> <li>Improve turnkey-occ script.</li> <li>Override some systemd service hardening in containers that include redis.</li> <li>v18.1 rebuild - includes latest Debian & TurnKey packages.</li> <li>Configuration console (confconsole) - v2.1.6: <ul> <li> Bugfix broken DNS-01 Let's Encrypt challenge - closes <a href="https://github.com/turnkeylinux/tracker/issues/1876">#1876</a> & #1895. Fixed in v2.1.5.</li> <li>Let's Encrypt/Dehydrated - bugfix cron failure - closes <a href="https://github.com/turnkeylinux/tracker/issues/1962">#1962</a>.</li> <li>General dehydrated-wrapper code cleanup - now passes shellcheck.</li> </ul> </li> <li>Ensure hashfile includes URL to public key - closes <a href="https://github.com/turnkeylinux/tracker/issues/1864">#1864</a>.</li> <li>Web management console (webmin): <ul> <li>Include webmin-logviewer module by default - closes <a href="https://github.com/turnkeylinux/tracker/issues/1866">#1866</a>.</li> <li>Upgraded webmin to v2.105.</li> <li>Replace webmin-shell with webmin-xterm module by default - closes <a href="https://github.com/turnkeylinux/tracker/issues/1904">#1904</a>.</li> </ul> </li> <li>Reduce log noise by creating ntpsec log dir - closes <a href="https://github.com/turnkeylinux/tracker/issues/1952">#1952</a>.</li> <li>Apache mod_evasive config improvements: <ul> <li>Bump DOSPageCount from (default) 2 -> 5 - closes <a href="https://github.com/turnkeylinux/tracker/issues/1951">#1951</a>.</li> <li>DOSLogDir - use default log dir & fix permissions - closes <a href="https://github.com/turnkeylinux/tracker/issues/1950">#1950</a>.</li> <li>Add DOSWhitelist example - commented out.</li> </ul> </li> <li>Includes new 'tkl-upgrade-php' helper script - to allow easy update/change of PHP version - closes <a href="https://github.com/turnkeylinux/tracker/issues/1892">#1892</a>. [Marcos Méndez @ POPSOLUTIONS <https://github.com/marcos-mendez>]</li> <li>DEV: Add support for setting max_execution_time & max_input_vars in php.ini via appliance Makefile (PHP_MAX_EXECUTION_TIME & PHP_MAX_INPUT_VARS).</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/18.1-bookworm-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Tue, 03 Dec 2024 22:57:37 +0000 Alon Swartz 92590 at https://www.turnkeylinux.org New TurnKey Nextcloud version (18.0) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-180 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated Nextcloud to latest upstream version - 27.1.1</li> <li>Implement turnkey-php wrapper/helper script (included in all apps with PHP). Closes <a href="https://github.com/turnkeylinux/tracker/issues/1691">#1691</a>. It can be used to run the Nextcloud updater, like this:: turnkey-php nextcloud/updater/updater.phar</li> <li>Improve Nextcloud password setting. Specifically note that password requires 10 chars. Also ensure that failed password (when preseeded) doesn't make firstboot hang. Note if invalid pass is preseeded, then user will need to re-run turnkey-init interactively. Closes <a href="https://github.com/turnkeylinux/tracker/issues/1773">#1773</a> & #1838.</li> <li>Include and enable mod_evasive and mod_security2 by default in Apache. [ Stefan Davis <[email protected]> ]</li> <li>Debian default PHP updated to v8.2.</li> <li>Use MariaDB (MySQL replacement) v10.11.3 (from debian repos).</li> <li>Upgraded base distribution to Debian 12.x/Bookworm.</li> <li>Configuration console (confconsole): <ul> <li>Support for DNS-01 Let's Encrypt challenges. [ Oleh Dmytrychenko <[email protected]> github: @NitrogenUA ]</li> <li>Support for getting Let's Encrypt cert via IPv6 - closes <a href="https://github.com/turnkeylinux/tracker/issues/1785">#1785</a>.</li> <li>Refactor network interface code to ensure that it works as expected and supports more possible network config (e.g. hotplug interfaces & wifi).</li> <li>Show error message rather than stacktrace when window resized to incompatable resolution - closes <a href="https://github.com/turnkeylinux/tracker/issues/1609">#1609</a>. [ Stefan Davis <[email protected]> ]</li> <li>Bugfix exception when quitting configuration of mail relay. [ Oleh Dmytrychenko <[email protected]> github: @NitrogenUA ]</li> <li>Improve code quality: implement typing, fstrings and make (mostly) PEP8 compliant. [Stefan Davis <[email protected]> & Jeremy Davis</li> </ul> </li> <li>Firstboot Initialization (inithooks): <ul> <li>Refactor start up (now hooks into getty process, rather than having it's own service). [ Stefan Davis <[email protected]> ]</li> <li>Refactor firstboot.d/01ipconfig (and 09hostname) to ensure that hostname is included in dhcp info when set via inithooks.</li> <li>Package turnkey-make-ssl-cert script (from common overlay - now packaged as turnkey-ssl). Refactor relevant scripts to leverage turnkey-ssl.</li> <li>Refactor run script - use bashisms and general tidying.</li> <li>Show blacklisted password characters more nicely.</li> <li>Misc packaging changes/improvements.</li> <li>Support returning output from MySQL - i.e. support 'SELECT'. (Only applies to apps that include MySQL/MariaDB).</li> </ul> </li> <li>Web management console (webmin): <ul> <li>Upgraded webmin to v2.0.21.</li> <li>Removed stunnel reverse proxy (Webmin hosted directly now).</li> <li>Ensure that Webmin uses HTTPS with default cert (/etc/ssl/private/cert.pem).</li> <li>Disabled Webmin Let's Encrypt (for now).</li> </ul> </li> <li>Web shell (shellinabox): <ul> <li>Completely removed in v18.0 (Webmin now has a proper interactive shell).</li> </ul> </li> <li>Backup (tklbam): <ul> <li>Ported dependencies to Debian Bookworm; otherwise unchanged.</li> </ul> </li> <li>Security hardening & improvements: <ul> <li>Generate and use new TurnKey Bookworm keys.</li> <li>Automate (and require) default pinning for packages from Debian backports. Also support non-free backports.</li> </ul> </li> <li>IPv6 support: <ul> <li>Adminer (only on LAMP based apps) listen on IPv6.</li> <li>Nginx/NodeJS (NodeJS based apps only) listen on IPv6.</li> </ul> </li> <li>Misc bugfixes & feature implementations: <ul> <li>Remove rsyslog package (systemd journal now all that's needed).</li> <li>Include zstd compression support.</li> <li>Enable new non-free-firmware apt repo by default.</li> <li>Improve turnkey-artisan so that it works reliably in cron jobs (only Laravel based LAMP apps).</li> </ul> </li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/18.0-bookworm-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Thu, 12 Oct 2023 22:52:41 +0000 Alon Swartz 91724 at https://www.turnkeylinux.org New TurnKey Nextcloud version (17.2) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-172 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated Nextcloud to latest upstream version - 26.0.0</li> <li>Includes PHP 8.1 (Nextcloud recommends 8.0+ since v24+ & requires 8.0+ since v26).</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/17.2-bullseye-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Thu, 06 Apr 2023 01:05:06 +0000 Alon Swartz 91613 at https://www.turnkeylinux.org New TurnKey Nextcloud version (17.1) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-171 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated all Debian packages to latest. [ autopatched by buildtasks ]</li> <li>Patched bugfix release. Closes <a href="https://github.com/turnkeylinux/tracker/issues/1734">#1734</a>. [ autopatched by buildtasks ]</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/17.1-bullseye-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Tue, 22 Nov 2022 08:25:46 +0000 Alon Swartz 35791 at https://www.turnkeylinux.org New TurnKey Nextcloud version (17.0) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-170 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Changing nextcloud.py file to use subprocess.run instead of call for password and to check for return code. [Mattie Darden <[email protected]>]</li> <li>Added php-bcmath package to plan/main file. Closes tracker <a href="https://github.com/turnkeylinux/tracker/issues/1767">#1767</a>. [Mattie Darden <[email protected]>]</li> <li>Updated Nextcloud to latest upstream version - 23.0.1. [Zhenya Hvorostian <[email protected]>]</li> <li>Include fail2ban config (security). [ The Right Honourable Reverend <https://github.com/trhr> ]</li> <li>Note: Please refer to turnkey-core's 17.0 changelog for changes common to all appliances. Here we only describe changes specific to this appliance.</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/17.0-bullseye-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Tue, 22 Nov 2022 08:02:04 +0000 Alon Swartz 35774 at https://www.turnkeylinux.org New TurnKey Nextcloud version (16.1) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-161 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated Nextcloud to latest upstream version - 21.0.1.</li> <li>Fix cron job path - closes <a href="https://github.com/turnkeylinux/tracker/issues/1569">#1569</a>.</li> <li>Include 'turnkey-occ' wrapper script (for occ command). Runs 'php occ' as www-data user.</li> <li>Move Nextcloud data folder outside webroot - /var/www/nextcloud-data - closes <a href="https://github.com/turnkeylinux/tracker/issues/1436">#1436</a>.</li> <li>Set default permissions more permissively, so that the webUI updater will work OOTB - closes <a href="https://github.com/turnkeylinux/tracker/issues/1182">#1182</a>.</li> <li>Remove redundant 3rd party sury.org repo - part of <a href="https://github.com/turnkeylinux/tracker/issues/1578">#1578</a>.</li> <li>Note: Please refer to <a href="/updates/new-turnkey-core-version-161">turnkey-core's 16.1 changelog</a> for changes common to all appliances. Here we only describe changes specific to this appliance.</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/16.1-buster-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Thu, 22 Apr 2021 22:46:32 +0000 Alon Swartz 29687 at https://www.turnkeylinux.org New TurnKey Nextcloud version (16.0) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-160 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated Nextcloud to latest upstream version - 18.0.4.</li> <li>Explcitly disable TLS<1.2 (i.e. SSLv3, TLSv1, TLSv1.1). (v15.x TurnKey releases supported TLS 1.2, but could fallback as low as TLSv1).</li> <li>Update SSL/TLS cyphers to provide "Intermediate" browser/client support (suitable for "General-purpose servers with a variety of clients, recommended for almost all systems"). As provided by Mozilla via https://ssl-config.mozilla.org/.</li> <li>Updated all relevant Debian packages to Buster/10 versions; including PHP 7.3.</li> <li>Updated version of mysqltuner script - now installed as per upstream recommendation.</li> <li>Note: Please refer to <a href="/updates/core">turnkey-core's changelog</a> for changes common to all appliances. Here we only describe changes specific to this appliance.</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/16.0-buster-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Mon, 04 May 2020 03:36:59 +0000 Alon Swartz 26662 at https://www.turnkeylinux.org New TurnKey Nextcloud version (15.2) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-152 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Updated Nextcloud to latest upstream version - 16.0.1.</li> <li>Auto-detect latest upstream version (temporarily disabled - additional config required). [ Stefan Davis ]</li> <li>Updated PHP to 7.2 as required by Nextcloud v16.x (installed via deb.suy.org). [ Stefan Davis ]</li> <li>Include and configure Redis. [ Stefan Davis ]</li> <li>Bump default PHP max memory to 512MB (as recommended by Nextcloud).</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/15.2-stretch-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Thu, 27 Jun 2019 03:17:15 +0000 Alon Swartz 22010 at https://www.turnkeylinux.org New TurnKey Nextcloud version (15.1) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-151 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Upgraded to the latest upstream Nextcloud - v14.0.3.</li> <li>Rebuild to resolve inadvertent removal of mariadb during sec-updates <ul> <li>part of <a href="https://github.com/turnkeylinux/tracker/issues/1246">#1246</a>.</li> </ul> </li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/15.1-stretch-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Tue, 11 Dec 2018 01:27:46 +0000 Alon Swartz 20667 at https://www.turnkeylinux.org New TurnKey Nextcloud version (15.0) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-150 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Upgraded to the latest upstream source version (v13.0.4).</li> <li>Install Adminer directly from stretch/main repo</li> <li>Provide "adminer" root-like user for Adminer MySQL access</li> <li>Replace MySQL with MariaDB (drop-in MySQL replacement)</li> <li>Updated version of mysqltuner script</li> <li>Includes PHP7.0 (installed from Debian repos)</li> <li>Updated PHP default settings</li> <li>Remove phpsh (no longer maintained)</li> <li>LibreOffcie-writer removed (part of #1082). [ Zhenya Hvorostian ]</li> <li>Note: Please refer to turnkey-core's changelog for changes common to all appliances. Here we only describe changes specific to this appliance.</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/15.0-stretch-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Mon, 30 Jul 2018 06:33:39 +0000 Alon Swartz 20142 at https://www.turnkeylinux.org New TurnKey Nextcloud version (14.2) https://www.turnkeylinux.org/updates/new-turnkey-nextcloud-version-142 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><h3>Changes:</h3> <ul> <li>Initial release of Nextcloud appliance, forked from ownCloud app.</li> <li>Nextcloud: <ul> <li>Installed latest stable version (11.0.3).</li> <li>Installed from upstream zip archive (no Debian packages).</li> <li>Using command-line tool to set up installation</li> </ul> </li> <li>Note: Please refer to turnkey-core's changelog for changes common to all appliances. Here we only describe changes specific to this appliance.</li> </ul> <h3>Links</h3> <ul> <li><a rel="nofollow" href="https://releases.turnkeylinux.org/turnkey-nextcloud/14.2-jessie-amd64">Release meta-files (signature, manifest)</a></li> </ul> </div></div></div> Mon, 30 Jul 2018 05:28:19 +0000 Alon Swartz 20090 at https://www.turnkeylinux.org