Skip to content

Commit af9ad4d

Browse files
ildyriad7415
andauthored
version 6.9.2 (#239)
Co-authored-by: Martin Stone <[email protected]>
1 parent 2d62cb9 commit af9ad4d

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

docs/releases.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,36 @@
3030

3131
## Version 6
3232

33+
### v6.9.2
34+
35+
Released on Sep 19th, 2025
36+
37+
#### Minor fixes
38+
39+
Small release that should improve the handling of using Lychee in a "subfolder" setup (e.g. `example.com/lychee`).
40+
Note that this is **not a recommended setup** for security reasons as you will likely be leaking your logs _et al._
41+
without further hardening your installation.
42+
43+
**We strongly recommend you use a subdomain instead (e.g. `photos.example.com`).**
44+
45+
* `new` #3673 : Add documentation on how to add Oauth providers by @ildyria.
46+
> We added a small section in our repository to explain how to add Oauth providers.
47+
> This is not something that is visible to our users, but more of a developer/contributor documentation.
48+
* `new` #3684 : Add move to S3 command by @ildyria.
49+
> A small request but with big impact. If you decide to move your photos to a S3 compatible storage,
50+
> you no longer need to re-upload all your photos/create a new Lychee instance or other work around.
51+
> You can now use the command `php artisan lychee:s3_migrate`, it will move your photos to the set up S3 storage.
52+
> Note that we do not recommend doing this if you use "live photos" as those have slightly different handling and won't be handled properly.
53+
* `new` #3694 : Allow to disable import from server from server side by @ildyria.
54+
> This is a security measure. If you do not want your users (admin & owner included) to be able to use the import from server feature,
55+
> you can now disable it via the `.env` file by setting `DISABLE_IMPORT_FROM_SERVER=true`. To preserve backward behaviour, this is set to `false` by default.
56+
* `fix` #3696 : Fix subfolder duplicate path behaviour by @ildyria.
57+
> When using Lychee in a subfolder setup (e.g. `example.com/lychee`), we had feedback that the setup was no longer working as expected.
58+
> While we do not recommend this setup, we still aim to help our users. This fix should improve the handling of this setup.
59+
> As a reminder, you will need to set the `.env` variables `APP_DIR` and `APP_URL` accordingly: for `example.com/lychee/public`, it should be
60+
> `APP_DIR=/lychee/public` and `APP_URL=https://example.com`.
61+
62+
3363
### v6.9.1
3464

3565
Released on Aug 31, 2025

src/components/widgets/Announcement.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.1"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.1 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.2"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.2 is now available! »</a
1515
>
1616
<!-- <a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.1"
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.2"
1818
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.1 is now available! »</a
1919
> -->
2020
<a

0 commit comments

Comments
 (0)