Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Switch signaling server from TCP 127.0.0.1:8080 to Unix socket at /var/snap/nextcloud/common/signaling.sock for better performance and consistency with other services (PHP-FPM, Redis). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- NATS server now listens on Unix socket /var/snap/nextcloud/common/nats.sock - Signaling server connects to NATS via Unix socket - Download forked binaries with Unix socket support: - cyberb/nats-server v2.14.0-unix - cyberb/nextcloud-spreed-signaling v2.0.0-unix Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes monitoring port failing when host is a Unix socket path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bundle glibc from Debian bookworm and patch the nats-server binary interpreter and rpath to use it instead of the host system's glibc. Switch CI build image from Alpine (musl) to Debian for glibc availability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bundle glibc from Debian bookworm and patch the signaling binary interpreter and rpath. Switch CI image from docker:dind to Debian as Docker is no longer needed for this build step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Patchelf causes segfaults with Go binaries due to custom ELF structures. Switch to invoking the bundled ld.so directly with --library-path in the wrapper scripts, matching the approach already used by redis. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Already covered by the upgrade test in upgrade.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.