neko/.devcontainer/README.md

21 lines
422 B
Markdown
Raw Normal View History

2021-04-06 07:13:09 +12:00
# dev container
You need to run all dependencies with `deps` command before you start debugging.
2022-02-10 11:10:29 +13:00
Create `.env.development` in repository root. Make sure your local IP is correct.
```sh
NEKO_WEBRTC_NAT1TO1=10.0.0.8
```
# without container
- Make sure `pulseaudio` contains correct configuration.
- Specify `DISPLAY` that is being used by xorg.
```sh
DISPLAY=:0
NEKO_WEBRTC_NAT1TO1=10.0.0.8
NEKO_SERVER_BIND=:3000
```