feat: open port 4096 for opencode

This commit is contained in:
Jet 2026-03-24 15:11:37 -07:00
parent 08ed409342
commit 33bc6c1bad
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -254,6 +254,8 @@ in
"nfu" = "nix flake update";
"c" = "claude";
"o" = "opencode";
"ow" =
"URL=\"https://$(tailscale status --json | jq -r '.Self.DNSName | sub(\"\\.$\"; \"\")')\"; printf 'Open on phone: %s\\n' \"$URL\"; tailscale serve --bg 443 http://127.0.0.1:4096; opencode web --hostname 127.0.0.1 --port 4096";
".." = "z ..";
j = "jj";
jgf = "jj git fetch";