feat: remove redundent tailscale ip print

This commit is contained in:
Jet 2026-04-01 17:02:24 -07:00
parent 960d2fd9da
commit e2cb1f4078
No known key found for this signature in database

View file

@ -480,8 +480,6 @@ in
git remote add origin "ssh://forgejo@''${login}/''${user}/''${name}.git" git remote add origin "ssh://forgejo@''${login}/''${user}/''${name}.git"
'') '')
(writeShellScriptBin "ow" '' (writeShellScriptBin "ow" ''
DNS="$(tailscale status --json | jq -r '.Self.DNSName')"
DNS="''${DNS%.}"
sudo -v sudo -v
sudo tailscale serve --bg 4096 sudo tailscale serve --bg 4096
exec opencode web --hostname 127.0.0.1 --port 4096 exec opencode web --hostname 127.0.0.1 --port 4096