neko/.devcontainer
Miroslav Šedivý 014c8fa586
Bullseye alongside Bookworm (#61)
* revert to bullseye.

* add bookworm.

* add bookworm to variants.

* include xf86-video-dummy because the remote git instance is offline.

* fix configure.
2024-01-26 18:47:40 +01:00
..
devcontainer.json Upgrade to bookworm (#54) 2023-09-05 23:01:18 +02:00
Dockerfile Bullseye alongside Bookworm (#61) 2024-01-26 18:47:40 +01:00
README.md vscode debugging. 2022-02-09 23:10:29 +01:00

dev container

You need to run all dependencies with deps command before you start debugging.

Create .env.development in repository root. Make sure your local IP is correct.

NEKO_WEBRTC_NAT1TO1=10.0.0.8

without container

  • Make sure pulseaudio contains correct configuration.
  • Specify DISPLAY that is being used by xorg.
DISPLAY=:0
NEKO_WEBRTC_NAT1TO1=10.0.0.8
NEKO_SERVER_BIND=:3000