From e7f69bec937a4fced9aba4612498cbbef30db251 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:07:24 +0000 Subject: [PATCH] Yaml updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- manual-install/latest.yml | 1 + manual-install/sample.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index e9362ccc..c8842ba1 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -148,6 +148,7 @@ services: - TURN_SECRET - SIGNALING_SECRET - ONLYOFFICE_SECRET + - NC_AIO_VERSION=v${AIO_VERSION} - NEXTCLOUD_MOUNT - CLAMAV_ENABLED - CLAMAV_HOST=nextcloud-aio-clamav diff --git a/manual-install/sample.conf b/manual-install/sample.conf index 9ee01ab1..0e6cb8b4 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -1,3 +1,4 @@ +AIO_VERSION= # TODO! This needs to be a unique and good password! DATABASE_PASSWORD= # TODO! This needs to be a unique and good password! FULLTEXTSEARCH_PASSWORD= # TODO! This needs to be a unique and good password! IMAGINARY_SECRET= # TODO! This needs to be a unique and good password!