From 73a6d33522084e18ec01083564b71e7c499d0db0 Mon Sep 17 00:00:00 2001 From: James Manuel Date: Wed, 8 Jul 2026 17:15:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(aio):=20mark=20OnlyOffice?= =?UTF-8?q?=20as=20deprecated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Label OnlyOffice deprecated in containers.json and the optional- containers UI, and drop it from dependabot updates. Signed-off-by: James Manuel --- .github/dependabot.yml | 1 - php/containers.json | 2 +- php/templates/includes/optional-containers.twig | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b351403..44679462 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,7 +37,6 @@ updates: - "/Containers/mastercontainer" - "/Containers/nextcloud" - "/Containers/notify-push" - - "/Containers/onlyoffice" - "/Containers/postgresql" - "/Containers/redis" - "/Containers/talk" diff --git a/php/containers.json b/php/containers.json index 4f7e5654..a63f5d16 100644 --- a/php/containers.json +++ b/php/containers.json @@ -723,7 +723,7 @@ { "container_name": "nextcloud-aio-onlyoffice", "image_tag": "%AIO_CHANNEL%", - "display_name": "OnlyOffice", + "display_name": "OnlyOffice (deprecated)", "image": "ghcr.io/nextcloud-releases/aio-onlyoffice", "init": true, "healthcheck": { diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig index cd2edee1..dc82ef60 100644 --- a/php/templates/includes/optional-containers.twig +++ b/php/templates/includes/optional-containers.twig @@ -100,7 +100,7 @@