Releases: markuman/markuman.nextcloud
Releases Β· markuman/markuman.nextcloud
29.0.2
28.0.0
- 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 istrue
- use
defaults/main.yml
for ssh hardening defaults
27.0.0
11.1.0
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
. A0
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
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
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
10.1.0
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 istrue
.
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.