Skip to content

Releases: markuman/markuman.nextcloud

29.0.2

30 May 12:04
Compare
Choose a tag to compare

Release Summary

This is the minor release of the markuman.nextcloud collection.

Minor Changes

  • bump caddy to 2.8.0
  • bump nextcloud to 29.0.1

Bugfixes

  • add trailing slash on well-known urls.
  • richdocumentscode installation is only available for x86_64.

28.0.0

10 Jan 10:13
Compare
Choose a tag to compare
  • bump nextcloud to 28.0.1
  • change sudoers configuration to /etc/sudoers.d/ubuntu_nextcloud_user to keep existing /etc/sudoers untouched
  • dump caddy to 2.7.6
  • install and configure redis is available now via install_redis variable. default is true
  • use defaults/main.yml for ssh hardening defaults

27.0.0

10 Dec 09:53
Compare
Choose a tag to compare

Release Summary

Major update of markuman.nextcloud. Use nextcloud 27 and caddy 2.7.

11.1.0

06 Feb 21:12
Compare
Choose a tag to compare

Release Summary

11.1.0 - big mariadb improvment.
Installation role will follow most of the mariadb recommendations now (https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/linux_database_configuration.html#configuring-a-mysql-or-mariadb-database).
Furthermore, it will create a daily schedule event that will remove authtokens that aren't used for more than 21 days.

Minor Changes

  • markuman.nextcloud.nextcloud - add a mariadb event scheduler that removes unused authtokens when their last usage is older than 21 days. The value can be overwritten with the variable remove_unused_authtokens_after_days. A 0 value will disable the create of the event.
  • markuman.nextcloud.nextcloud - enable mariadb query_cache.
  • markuman.nextcloud.nextcloud - enable mariadb event scheduler in general.
  • markuman.nextcloud.nextcloud - increase mariadb max_heap_table_size.
  • markuman.nextcloud.nextcloud - increase mariadb tmp_table_size.
  • markuman.nextcloud.nextcloud - set linux user client characters also to utf8mb4.
  • markuman.nextcloud.nextcloud - set mariadb transaction isolation to READ-COMMITTED.

11.0.0

27 Jan 08:29
Compare
Choose a tag to compare

Release Summary

The password_info module and password lookup plugin supports end to end encryption now.

Minor Changes

  • markuman.nextcloud.password_info - new parameter cse_password for end to end encryption.

Bugfixes

  • plugins/module_utils/nextcloud.py - fix wrong indentation in NextcloudErrorHandler.

10.2.0

20 Jan 09:52
Compare
Choose a tag to compare

Release Summary

This minor release of markuman.nextcloud improves the security of the instance itself
and the installation process.

Minor Changes

  • markuman.nextcloud.nextcloud - bump default nextcloud version to 25.0.3.
  • markuman.nextcloud.nextcloud - include nextcloud public gpg key to verify nextcloud download before installation.
  • markuman.nextcloud.nextcloud - install fail2ban for better sshd security.

10.1.1

31 Dec 11:46
Compare
Choose a tag to compare

Bugfixes

  • markuman.nextcloud.nextcloud - fix preview generator timer service.

10.1.0

22 Dec 13:12
Compare
Choose a tag to compare

Release Summary

This is the minor release of the markuman.nextcloud collection.

Minor Changes

  • markuman.nextcloud.nextcloud - Install role can install and configure media setup (recognize, memories, previewgenerator, nextcloud office) via variable install_media. The default value is true.

Bugfixes

  • markuman.nextcloud.nextcloud - Add missing https schema to overwrite.cli.url.
  • markuman.nextcloud.nextcloud - Entire installation role is now immutable.
  • markuman.nextcloud.nextcloud - chown /var/log/caddy path for www-data.

10.0.1

08 Dec 17:30
Compare
Choose a tag to compare

Bump nextcloud version to 25.0.2

10.0.0

06 Dec 13:10
Compare
Choose a tag to compare

Release Summary

The install role supports now nextcloud 25 on ubuntu 22.04 only.