From 23d0fd0cef46676b5351416b0f55b54ac2b2362d Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 25 Mar 2025 15:15:21 +0100 Subject: [PATCH 1/2] move szaimens community containers to ghcr.io Signed-off-by: Simon L. --- community-containers/borgbackup-viewer/borgbackup-viewer.json | 2 +- community-containers/caddy/caddy.json | 2 +- community-containers/fail2ban/fail2ban.json | 2 +- community-containers/libretranslate/libretranslate.json | 2 +- community-containers/local-ai/local-ai.json | 2 +- community-containers/scrutiny/scrutiny.json | 2 +- community-containers/smbserver/smbserver.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/community-containers/borgbackup-viewer/borgbackup-viewer.json b/community-containers/borgbackup-viewer/borgbackup-viewer.json index 9b5c58e5..7f9bb0a0 100644 --- a/community-containers/borgbackup-viewer/borgbackup-viewer.json +++ b/community-containers/borgbackup-viewer/borgbackup-viewer.json @@ -5,7 +5,7 @@ "image_tag": "v1", "display_name": "Borg Backup Viewer", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/borgbackup-viewer", - "image": "szaimen/aio-borgbackup-viewer", + "image": "ghcr.io/szaimen/aio-borgbackup-viewer", "internal_port": "5801", "ports": [ { diff --git a/community-containers/caddy/caddy.json b/community-containers/caddy/caddy.json index 47fef1db..d5f72cb8 100644 --- a/community-containers/caddy/caddy.json +++ b/community-containers/caddy/caddy.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-caddy", "display_name": "Caddy with geoblocking", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/caddy", - "image": "szaimen/aio-caddy", + "image": "ghcr.io/szaimen/aio-caddy", "image_tag": "v2", "internal_port": "443", "restart": "unless-stopped", diff --git a/community-containers/fail2ban/fail2ban.json b/community-containers/fail2ban/fail2ban.json index dbc733d4..78bf0a85 100644 --- a/community-containers/fail2ban/fail2ban.json +++ b/community-containers/fail2ban/fail2ban.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-fail2ban", "display_name": "Fail2ban", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/fail2ban", - "image": "szaimen/aio-fail2ban", + "image": "ghcr.io/szaimen/aio-fail2ban", "image_tag": "v1", "internal_port": "host", "restart": "unless-stopped", diff --git a/community-containers/libretranslate/libretranslate.json b/community-containers/libretranslate/libretranslate.json index 80312a9a..98970db4 100644 --- a/community-containers/libretranslate/libretranslate.json +++ b/community-containers/libretranslate/libretranslate.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-libretranslate", "display_name": "LibreTranslate", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/libretranslate", - "image": "szaimen/aio-libretranslate", + "image": "ghcr.io/szaimen/aio-libretranslate", "image_tag": "v1", "internal_port": "5000", "restart": "unless-stopped", diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index 6242a3b9..8e2aedb3 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-local-ai", "display_name": "Local AI", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/local-ai", - "image": "szaimen/aio-local-ai", + "image": "ghcr.io/szaimen/aio-local-ai", "image_tag": "v2", "internal_port": "8080", "restart": "unless-stopped", diff --git a/community-containers/scrutiny/scrutiny.json b/community-containers/scrutiny/scrutiny.json index 7fe369c5..4b368291 100644 --- a/community-containers/scrutiny/scrutiny.json +++ b/community-containers/scrutiny/scrutiny.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-scrutiny", "display_name": "Scrutiny", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/scrutiny", - "image": "szaimen/aio-scrutiny", + "image": "ghcr.io/szaimen/aio-scrutiny", "image_tag": "v1", "internal_port": "8000", "init": false, diff --git a/community-containers/smbserver/smbserver.json b/community-containers/smbserver/smbserver.json index c6269134..d095eb7a 100644 --- a/community-containers/smbserver/smbserver.json +++ b/community-containers/smbserver/smbserver.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-smbserver", "display_name": "SMB-server", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/smbserver", - "image": "szaimen/aio-smbserver", + "image": "ghcr.io/szaimen/aio-smbserver", "image_tag": "v1", "internal_port": "5803", "restart": "unless-stopped", From 496365e107d26c90d22afb407fee2fa3bac28e68 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 31 Mar 2025 11:01:20 +0200 Subject: [PATCH 2/2] also use ghcr image for vaultwarden Signed-off-by: Simon L. --- community-containers/vaultwarden/vaultwarden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/vaultwarden/vaultwarden.json b/community-containers/vaultwarden/vaultwarden.json index 15f2114d..b94996fc 100644 --- a/community-containers/vaultwarden/vaultwarden.json +++ b/community-containers/vaultwarden/vaultwarden.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-vaultwarden", "display_name": "Vaultwarden", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/vaultwarden", - "image": "vaultwarden/server", + "image": "ghcr.io/dani-garcia/vaultwarden", "image_tag": "alpine", "internal_port": "8812", "restart": "unless-stopped",