Configure authenticated Zara Android listener in Home Manager #213

Open
nsaspy wants to merge 2 commits from feature/zara-remote-server-home-manager into master
Owner

Zara previously exposed only local IPC, so the Android client could not reach the server over the VLAN. The unseen@flake Home Manager profile now starts the authenticated server on all IPv4 interfaces at TCP port 6060 while retaining owner-private IPC and the existing CURVE identity. The Zara flake input is pinned to merged GitHub commit 43d8fa8c98771e02aff5ee1850ad5f2be7c35377. Validation: the dedicated zara-server Nix check passed, Home Manager switch succeeded, and the live service listens on 0.0.0.0:6060. Android PR #890 passed all four exact-head GitHub checks and merged; its v0.1.2-alpha release is building via GitHub Actions.

Zara previously exposed only local IPC, so the Android client could not reach the server over the VLAN. The unseen@flake Home Manager profile now starts the authenticated server on all IPv4 interfaces at TCP port 6060 while retaining owner-private IPC and the existing CURVE identity. The Zara flake input is pinned to merged GitHub commit 43d8fa8c98771e02aff5ee1850ad5f2be7c35377. Validation: the dedicated zara-server Nix check passed, Home Manager switch succeeded, and the live service listens on 0.0.0.0:6060. Android PR #890 passed all four exact-head GitHub checks and merged; its v0.1.2-alpha release is building via GitHub Actions.
feat(home-manager): expose authenticated Zara Android listener
Some checks failed
Nix / workflows (pull_request) Failing after 2s
Nix / image-progress-tests (pull_request) Has been skipped
Nix / logos (pull_request) Has been skipped
Zara workflows / contract (pull_request) Successful in 39s
f80a94e56e
Pin Home Manager Zara server to merged Android release
Some checks failed
Nix / workflows (pull_request) Failing after 4s
Nix / image-progress-tests (pull_request) Has been skipped
Nix / logos (pull_request) Has been skipped
Zara workflows / contract (pull_request) Successful in 34s
050608de76
Some checks failed
Nix / workflows (pull_request) Failing after 4s
Nix / image-progress-tests (pull_request) Has been skipped
Nix / logos (pull_request) Has been skipped
Zara workflows / contract (pull_request) Successful in 34s
This pull request has changes conflicting with the target branch.
  • docs/wiki/zara.org
  • flake.lock
  • flake.nix
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/zara-remote-server-home-manager:feature/zara-remote-server-home-manager
git switch feature/zara-remote-server-home-manager

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff feature/zara-remote-server-home-manager
git switch feature/zara-remote-server-home-manager
git rebase master
git switch master
git merge --ff-only feature/zara-remote-server-home-manager
git switch feature/zara-remote-server-home-manager
git rebase master
git switch master
git merge --no-ff feature/zara-remote-server-home-manager
git switch master
git merge --squash feature/zara-remote-server-home-manager
git switch master
git merge --ff-only feature/zara-remote-server-home-manager
git switch master
git merge feature/zara-remote-server-home-manager
git push origin master
Sign in to join this conversation.
No description provided.