From 329e2e7805164d7c5513076af803d3b0604896a0 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 1 Nov 2024 10:28:19 +0100 Subject: [PATCH] aio-interface: add debug docs to collabora, talk and fts Signed-off-by: Simon L. --- php/containers.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/containers.json b/php/containers.json index a107df84..2ed946c1 100644 --- a/php/containers.json +++ b/php/containers.json @@ -325,6 +325,7 @@ { "container_name": "nextcloud-aio-collabora", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1358", "display_name": "Collabora", "image": "nextcloud/aio-collabora", "init": true, @@ -362,6 +363,7 @@ { "container_name": "nextcloud-aio-talk", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1358", "display_name": "Talk", "image": "nextcloud/aio-talk", "init": true, @@ -686,6 +688,7 @@ { "container_name": "nextcloud-aio-fulltextsearch", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1709", "display_name": "Fulltextsearch", "image": "nextcloud/aio-fulltextsearch", "init": false,