From f7f107a3e5b353ba4b65f986d16b4f0e22cd40f2 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 9 Jun 2026 14:25:48 +0200 Subject: [PATCH] aio-interface: mark Onlyoffice as deprecated Signed-off-by: Simon L. --- .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 @@