Skip to content

Commit

Permalink
Minor updates to code-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 8, 2025
1 parent 792a66e commit 9fd302e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tailscale-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ jobs:
TAILSCALE_AUTHKEY: ${{ secrets.TAILSCALE_AUTHKEY}}
- name: Hang around
run: |
podman exec code tailscale serve --bg 8000
sleep infinity
until podman exec code systemctl is-active code-serveweb@root
do
sleep 1
done
IP=`podman exec code tailscale ip -4`
echo "Open in your web browser: http://${IP}:8000"
sleep infinity
30 changes: 0 additions & 30 deletions .github/workflows/tailscale-rdesktop-code.yml

This file was deleted.

2 changes: 1 addition & 1 deletion assets/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Code Serve Web Service
After=network.target

[Service]
ExecStart=/usr/bin/code serve-web --without-connection-token
ExecStart=/usr/bin/code serve-web --without-connection-token --host 0.0.0.0
Restart=always
User=%i

Expand Down

0 comments on commit 9fd302e

Please sign in to comment.