From 3a988938b21be29334575bb4c39aeb007a641827 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 21 May 2026 10:48:37 +0200 Subject: [PATCH] server.config.php: downstream sync serverid upstream change Signed-off-by: Simon L. --- Containers/nextcloud/config/server.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/config/server.config.php b/Containers/nextcloud/config/server.config.php index c0c427c6..f408c45c 100644 --- a/Containers/nextcloud/config/server.config.php +++ b/Containers/nextcloud/config/server.config.php @@ -1,4 +1,4 @@ crc32(gethostname()) % 512, + 'serverid' => hexdec(hash('xxh32', gethostname()) & 0x1FF, );