From 6646bcd2ef928642f3c184964cbc702b07856a21 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 22 Jul 2024 22:38:21 +0200 Subject: [PATCH] Update README.md We are creating a new fork to prevent confusion between OpenID 2.0 and OpenID Connect. This fork always implemented the latter, also known as OIDC. The new fork clearifies this by using the name Mailu-OIDC. We decided against renaming to ensure historic references to this fork are still valid and working. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 225e99582..52434e57e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!WARNING] -> We are currently migrating this fork to `mailu 2024.06`. Some things might be broken, such as `notls`. We are sorry for the inconveniences caused. +> We are currently setting up [a new fork](https://github.com/heviat/Mailu-OIDC) for `mailu 2024.06` and upcoming versions. This version will continue to work with some limitations.

Mailu OpenID

@@ -37,7 +37,7 @@ Installation The automated installation process of the Mailu Setup Utility currently does not support the OpenID Connect extension this fork brings. You can still use the [Mailu Setup Utility](https://setup.mailu.io/1.9/) as usual, but you have perform some steps manually after downloading. > [!WARNING] -> The setup utility allows selecting features which are not yet present in this fork. An update will follow soon. +> The setup utility allows selecting features which are not present in this fork, such as `notls`. We are sorry for the inconveniences caused. Every Docker image from the organization [`mailu`](https://hub.docker.com/u/mailu) must be replaced with an image from the organization [`heviat`](https://github.com/orgs/heviat/packages) at GitHub Container Registry - e.g. [`mailu/admin`](https://hub.docker.com/r/mailu/admin) becomes [`ghcr.io/heviat/admin`](https://ghcr.io/heviat/admin). To do so, you can simply place a `.env` file in the project directory and set `DOCKER_ORG` and `MAILU_VERSION` environment variables matching our Docker images: