Add tun device to fix tailsacled
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m36s

This commit is contained in:
aria 2025-05-16 23:35:35 +10:00
parent 96bba4677d
commit a7bf919a3d
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -11,6 +11,7 @@ jobs:
runs-on: 9950x runs-on: 9950x
container: container:
image: docker.io/node:23-bookworm image: docker.io/node:23-bookworm
options: --cap-add=NET_ADMIN --device=/dev/net/tun
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4