You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ In order to enable HEIC image preview generation you will need to add the follow
110
110
),
111
111
```
112
112
113
-
You may need to log out and back in for the changes to come in to effect.
113
+
You may need to log out and back in for the changes to come in to effect.
114
114
115
115
This fix was sourced from [Nextcloud Documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#enabledpreviewproviders)
116
116
117
-
Nextcloud state that HEIC preview is disabled by default due to performance or privacy concerns, so enable this at your own risk.
117
+
Nextcloud state that HEIC preview is disabled by default due to performance or privacy concerns, so enable this at your own risk.
118
118
119
119
### Custom App Directories
120
120
@@ -345,6 +345,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
345
345
346
346
## Versions
347
347
348
+
* **24.06.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
348
349
* **19.05.24:** - Added util-linux package required for taskset.
349
350
* **10.04.24:** - Added imagemagick-pdf.
350
351
* **05.04.24:** - Added imagemagick-heic. Manual update to `config.php` required - see above.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ project_blurb: |
9
9
10
10
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.
You may need to log out and back in for the changes to come in to effect.
94
-
78
+
You may need to log out and back in for the changes to come in to effect.
79
+
95
80
This fix was sourced from [Nextcloud Documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#enabledpreviewproviders)
96
81
97
-
Nextcloud state that HEIC preview is disabled by default due to performance or privacy concerns, so enable this at your own risk.
82
+
Nextcloud state that HEIC preview is disabled by default due to performance or privacy concerns, so enable this at your own risk.
98
83
99
84
### Custom App Directories
100
85
@@ -109,6 +94,7 @@ app_setup_block: |
109
94
110
95
# changelog
111
96
changelogs:
97
+
- { date: "24.06.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
0 commit comments