Skip to content

Commit 837cab6

Browse files
committed
more documentation
1 parent cc27ee8 commit 837cab6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434

3535
Released on Jan 11th, 2026
3636

37-
#### Back to Debian, More caching and Pagination,
37+
#### Back to Debian, More caching and Pagination
3838

39-
This release brings a major changes under the hood: We moved back from an Alpine-based docker image to a Debian-based one.
39+
This release brings a major change under the hood: We moved back from an Alpine-based docker image to a Debian-based one.
4040
This should solve some speed issues with php and stability issues with the musl libc used in Alpine. Combined with the ability to drop privileges
41-
for the php processes, this means that **you will likely need to double check the access rights of your volumes to make sure that they remain
41+
for the php processes, this means that **you will likely need to double-check the access rights of your volumes to make sure that they remain
4242
readable and writable by the php processes.** We are aware that this change created issues for some Synology users, and we are investigating a fix.
4343
In the meantime, you can use the environment variable `RUN_AS_ROOT=yes` to run the php processes as root again as a workaround.
4444

45-
Additionally, we added more precomputation mechanisms to improve the speed of Lychee. The thumbs are now pro-computed with the following caracteristics:
45+
Additionally, we added more precomputation mechanisms to improve the speed of Lychee. The thumbs are now pre-computed with the following characteristics:
4646
If you select a photo as album cover, it will be visible to anyone. Otherwise, we pre-compute two thumbs covers: max privileges which is visible to admin and owner of the album, and min privileges which is visible to anyone. This is done by applying the previous logic that was used to select the thumb at runtime, but now pre-computed and stored in the database.
4747

4848
Finally, we added pagination to the albums and photos view. This should greatly improve the speed of Lychee when having a large number of albums/photos.

0 commit comments

Comments
 (0)