chore: point repo coordinates at zalify org - #305
Merged
Conversation
Repository moved from chareice/webmux to zalify/webmux. Updates the GitHub and GHCR coordinates that are hardcoded rather than derived: - docker-compose.yml + runbook: ghcr.io/zalify/webmux-server - install.sh REPO + nodeInstaller.ts raw.githubusercontent URL - tauri.conf.json updater endpoint (existing installs keep working via GitHub's redirect; new builds point at the new path directly) NAS hosts, ssh users and /var/services paths are unrelated to the org move and are left alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FHKNe7SZNSSbPFjTY1aY7G
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.
Follow-up to the
chareice/webmux→zalify/webmuxtransfer.What changed
Only the coordinates that are hardcoded rather than derived at runtime:
docker-compose.ymlghcr.io/zalify/webmux-server:maindocs/deployment/runbook.mdgh run --repo, install URLscripts/install.shREPO="zalify/webmux"packages/app/lib/nodeInstaller.tspackages/desktop/src-tauri/tauri.conf.json*.test.mjscontainer.ymlneeds no change —IMAGE_NAMEalready derives fromgithub.repository_owner.NAS hosts, ssh users and
/var/services/...paths are unrelated to the org move and are untouched.Compatibility
Existing desktop installs poll the old
github.com/chareice/webmux/...updater endpoint and keep working through GitHub's transfer redirect. Do not create a new repo atchareice/webmux— that would break the redirect for both the updater andinstall.sh.Still to do after merge (not in this PR)
container.ymlrun publishesghcr.io/zalify/webmux-server— the new org package defaults to private, must be set public or the NAS can't pulldocker-compose.ymlon the NAS itself and redeployTest plan
node --test scripts/install.test.mjs packages/app/lib/nodeInstaller.test.mjs— 6/6 passchareice/webmuxrefs outside the archived April design doc🤖 Generated with Claude Code
https://claude.ai/code/session_01FHKNe7SZNSSbPFjTY1aY7G