Skip to content

Commit

Permalink
Allow rdesktop to run
Browse files Browse the repository at this point in the history
Currently, rdesktop does nor run as usermode networking
  • Loading branch information
gbraad authored Jan 31, 2025
1 parent c7a8661 commit 8c2b711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tailscale-rdesktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: gbraad-devenv/remove-unwanted@v1
- name: Run system container with `podman`
run: |
podman run -d --name rdesktop --hostname code-${HOSTNAME} ghcr.io/gbraad-devenv/fedora/rdesktop:41
podman run -d --name rdesktop --hostname code-${HOSTNAME} \
--cap-add=NET_ADMIN --cap-add=NET_RAW --device=/dev/net/tun --device=/dev/fuse \
ghcr.io/gbraad-devenv/fedora/rdesktop:41
- name: Tailscale setup (root)
run: |
until podman exec rdesktop tailscale up --auth-key ${TAILSCALE_AUTHKEY}
Expand Down

0 comments on commit 8c2b711

Please sign in to comment.