No description
6b3c9b95d5
* Change of preview generation default values. According to the [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/previews_configuration.html), some variables are unsupported, while the default of others have changed. * is defined is not used, changing "null" handling Luckily it works as numbers as string are accepted. * check for unused NC variables * this is an app setting, not a system setting * Deprecate nextcloud_preview_system_jpeg_quality, not nextcloud_preview_app_jpeg_quality Ref: https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud/pull/20#discussion_r1686902142 --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com> |
||
---|---|---|
defaults | ||
meta | ||
tasks | ||
templates | ||
vars | ||
justfile | ||
LICENSE | ||
README.md |
Nextcloud Ansible role
This is an Ansible role which installs Nextcloud to run as a Docker container wrapped in a systemd service.
This role implicitly depends on:
Check defaults/main.yml for the full list of supported options.
For an Ansible playbook which integrates this role and makes it easier to use, see the mash-playbook.