• 28.0.0 41565754eb

    28.0.0 Stable

    m released this 2024-01-10 10:08:47 +00:00 | 2 commits to latest since this release

    • 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
    Downloads
  • 27.0.0 d2d3adb8e5

    27.0.0 Stable

    m released this 2023-12-04 18:53:08 +00:00 | 3 commits to latest since this release

    Release Summary

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

    Downloads
  • 26.0.0 4d87e5993b

    26.0.0 Stable

    m released this 2023-06-01 09:33:54 +00:00 | 1 commits to main since this release

    v26.0.0

    Release Summary

    With this release, the Collection Major Version is in sync with the Nextcloud Server Major Version.

    Downloads
  • 11.1.0 b8f33eb087

    11.1.0 Stable

    m released this 2023-02-06 21:09:16 +00:00 | 5 commits to main since this release

    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.
    Downloads
  • 11.0.0 4c708585a1

    11.0.0 Stable

    m released this 2023-01-27 08:26:43 +00:00 | 7 commits to main since this release

    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.
    Downloads
  • 10.2.0 3e26a49898

    10.2.0 Stable

    m released this 2023-01-20 09:42:05 +00:00 | 8 commits to main since this release

    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.
    Downloads
  • 10.1.1 478fdac426

    10.1.1 Stable

    m released this 2022-12-31 11:42:27 +00:00 | 9 commits to main since this release

    Bugfixes

    • markuman.nextcloud.nextcloud - fix preview generator timer service.
    Downloads
  • 10.1.0 2f60b3acd1

    10.1.0 Stable

    m released this 2022-12-22 13:08:13 +00:00 | 10 commits to main since this release

    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.
    Downloads
  • 10.0.1 15b90df01e

    10.0.1 Stable

    m released this 2022-12-08 17:28:46 +00:00 | 11 commits to main since this release

    Bump nextcloud version to 25.0.2

    Downloads
  • 10.0.0 eb3b57f7d0

    10.0.0 Stable

    m released this 2022-12-06 13:05:15 +00:00 | 13 commits to main since this release

    Release Summary

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

    Downloads