1
0
Fork 0
No description
Find a file
Gergely Horváth 6b3c9b95d5
Change of preview generation default values. (#20)
* 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>
2024-07-30 20:55:05 +03:00
defaults Change of preview generation default values. (#20) 2024-07-30 20:55:05 +03:00
meta Initial commit 2023-03-17 11:34:15 +02:00
tasks Change of preview generation default values. (#20) 2024-07-30 20:55:05 +03:00
templates added optional systemd service + timer for nextcloud app updates (#17) 2024-05-08 16:34:41 +03:00
vars Improve Redis support by mounting read-write redis-session.ini into the container 2023-04-03 10:20:27 +03:00
justfile Initial commit 2023-03-17 11:34:15 +02:00
LICENSE Initial commit 2023-03-17 11:34:15 +02:00
README.md Initial commit 2023-03-17 11:34:15 +02:00

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.