added support to open links

This commit is contained in:
2023-10-04 00:51:04 +05:00
parent bb253a2b2c
commit 536bda25fb
4 changed files with 14 additions and 1 deletions

View File

@ -7,6 +7,8 @@ services:
image: git.shihaam.dev/dockerfiles/64gram
environment:
- DISPLAY # For GUI access
- XDG_OPEN_LISTENER_PORT=6969 # Set this to port number of socat server
- XDG_OPEN_LISTENER_HOST=192.168.x.x # set this to your host machine IP
devices:
- /dev/snd:/dev/snd # Mic and Speaker support
- /dev/video0:/dev/video0 # Webcam support