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
@@ -23,6 +22,10 @@ Lychee is a free, open-source photo-management tool that runs on your server or
23
22
24
23
For even more advanced features, consider the Supporter Edition (SE). The SE version offers additional functionality to enhance your experience. Learn more about the Supporter Edition and its benefits [here](https://lycheeorg.dev/get-supporter-edition).
25
24
25
+
## ⚠️ Upgrade Notice to Version 7.0
26
+
27
+
**Version 7.0 introduces significant changes on the docker image.** Please refer to our [Upgrade Guide](https://lycheeorg.dev/docs/upgrade.html#upgrading-lychee-docker-installations-from-v6-to-v7) for detailed instructions on how to upgrade from previous versions.
28
+
26
29
## Support the Team
27
30
28
31
We aim to maintain a free open-source photography library with high quality of code.<br>
@@ -46,13 +49,13 @@ There are three deployment options available. The simplest is **Docker deploymen
46
49
47
50
### Docker deployment
48
51
49
-
An official Docker image can be found at [LycheeOrg/Lychee-Docker](https://github.com/LycheeOrg/Lychee-Docker) or on Docker Hub as [lycheeorg/lychee](https://hub.docker.com/r/lycheeorg/lychee).
52
+
An official Docker image can be found at [LycheeOrg/Lychee](https://github.com/LycheeOrg/Lychee/pkgs/container/lychee) or on Docker Hub as [lycheeorg/lychee](https://hub.docker.com/r/lycheeorg/lychee).
50
53
51
54
### File-based deployment
52
55
53
56
Copy the extracted Zip file from https://github.com/LycheeOrg/Lychee/releases to your webserver.
54
57
55
-
If you feel like checking the authenticity of our releases, we advise you to read our [Verifying Releases documentation](docs/specs/5-operations/verifying-releases.md).
58
+
If you feel like checking the authenticity of our releases, we advise you to read our [Verifying Releases documentation»](docs/specs/5-operations/verifying-releases.md).
56
59
57
60
### Build from Source deployment
58
61
@@ -66,7 +69,7 @@ To run Lychee, everything you need is a web-server with PHP 8.4 or later and a d
66
69
6. Generate your secret key with `php artisan key:generate`
67
70
7. Migrate your database with `php artisan migrate` to create a new database or migrate an existing Lychee installation to the latest framework.
68
71
69
-
See detailed instructions on the [Installation](https://lycheeorg.dev/docs/installation.html) page of our documentation.
72
+
See detailed instructions on the [Installation»](https://lycheeorg.dev/docs/installation.html) page of our documentation.
70
73
71
74
### Update
72
75
@@ -108,19 +111,8 @@ In order to use the new photos email notification you will need to have configur
108
111
109
112
Take a look at the [Documentation](https://lycheeorg.dev/docs/), particularly the [FAQ](https://lycheeorg.dev/docs/faq_troubleshooting.html) if you have problems. Discovered a bug? Please create an issue [here](https://github.com/LycheeOrg/Lychee/issues) on GitHub! You can also contact us directly on [gitter (login with your github account)](https://gitter.im/LycheeOrg/Lobby) or on [discord »][discord].
110
113
111
-
## Notice: `master` & `alpha` branches
112
-
113
-
As LycheeOrg is a very small team, we do not have many maintainers. Most of us have an active work/family life, and as a result, it is no longer possible for us to apply proper 4-eyes principle in the coding reviews.
114
-
115
-
In order to keep our high code quality, the following changes have been applied.
116
-
117
-
-`master` stays as a stable branch and contains 4-eyes peer-reviewed pull-requests.
118
-
-`alpha` contains the latest changes (i.e. the above mentionned PR) merged with minimal review.
119
-
120
-
With this change, we hope to strike a balance between decently paced development (on `alpha`) and maintaining a robust core (on `master`).
121
-
122
-
On Docker, `nightly`/`dev` continues to refer to the latest `master` commit.
123
-
The `alpha` tag is updated daily with the content of the associated branch.
114
+
On Docker, `edge` is used to refer to the latest `master` commit.
115
+
And `latest` is used to refer to the latest stable release.
124
116
125
117
That being said, if you like the gallery and would like to contribute, do not hesitate to open pull request. If you would like to see more functionalities added and help us push Lychee, [Join the team!](https://lycheeorg.dev/docs/contributions.html#joining-the-team)
126
118
@@ -141,7 +133,6 @@ We would like to thank Jetbrains for supporting us with their [Open Source Devel
0 commit comments