From 8b9777e0d8da5002ec0b57b46b1f6ece9a66a442 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:35:01 +0200 Subject: [PATCH 1/3] Update stalwart.json Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/stalwart/stalwart.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/stalwart/stalwart.json b/community-containers/stalwart/stalwart.json index a70849c381a..7425aaed407 100644 --- a/community-containers/stalwart/stalwart.json +++ b/community-containers/stalwart/stalwart.json @@ -5,7 +5,7 @@ "display_name": "Stalwart", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart", "image": "marcoambrosini/aio-stalwart", - "image_tag": "v2", + "image_tag": "%AIO_CHANNEL%", "internal_port": "10003", "restart": "unless-stopped", "ports": [ From 16489ce23c9596064482d4695addeb7f70176050 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:42:51 +0200 Subject: [PATCH 2/3] Change maintainer Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/stalwart/readme.md | 6 +++--- community-containers/stalwart/stalwart.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community-containers/stalwart/readme.md b/community-containers/stalwart/readme.md index 4a8a214d997..cdd1db046bf 100644 --- a/community-containers/stalwart/readme.md +++ b/community-containers/stalwart/readme.md @@ -4,7 +4,7 @@ > The stability of Stalwart services is not guaranteed. > Do not use this feature as a main mail server without a redundancy system and without knowledge. > -> To learn or use as a secondary server enjoy it and please report bugs at [marcoambrosini/aio-stalwart](https://github.com/marcoambrosini/aio-stalwart/issues). +> To learn or use as a secondary server enjoy it and please report bugs at [docjyj/aio-stalwart](https://github.com/docjyj/aio-stalwart/issues). ## Stalwart mail server This container bundles stalwart mail server and auto-configures it for you. @@ -22,7 +22,7 @@ This container bundles stalwart mail server and auto-configures it for you. - See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack ### Repository -https://github.com/marcoambrosini/aio-stalwart +https://github.com/docjyj/aio-stalwart ### Maintainer -https://github.com/marcoambrosini +https://github.com/docjyj diff --git a/community-containers/stalwart/stalwart.json b/community-containers/stalwart/stalwart.json index 7425aaed407..65041db5f00 100644 --- a/community-containers/stalwart/stalwart.json +++ b/community-containers/stalwart/stalwart.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-stalwart", "display_name": "Stalwart", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart", - "image": "marcoambrosini/aio-stalwart", + "image": "ghcr.io/docjyj/aio-stalwart", "image_tag": "%AIO_CHANNEL%", "internal_port": "10003", "restart": "unless-stopped", From 7123a997a90aa7d3640471a70f019fd4e00795ad Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:46:10 +0200 Subject: [PATCH 3/3] Move to DockerHub Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/stalwart/stalwart.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/stalwart/stalwart.json b/community-containers/stalwart/stalwart.json index 65041db5f00..891bd9da005 100644 --- a/community-containers/stalwart/stalwart.json +++ b/community-containers/stalwart/stalwart.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-stalwart", "display_name": "Stalwart", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart", - "image": "ghcr.io/docjyj/aio-stalwart", + "image": "docjyj/aio-stalwart", "image_tag": "%AIO_CHANNEL%", "internal_port": "10003", "restart": "unless-stopped",