Closed OnkelTem closed 49 minutes ago
Do you want it to be reachable from outside? In that case you need to do proper port forwarding.
If you want to have it only accessible from you LAN you need to specify NAT1TO1 address.
More info in docs: https://neko.m1k1o.net/#/getting-started/?id=networking
@m1k1o Thank you for quick reply, Miroslav.
I was going to test it locally. I didn't expect I have to set any address if everything is local. That's why I skipped parts about LAN/external usage - I postponed it for later.
I entered 127.0.0.1 and it proceeded to the next step! Thank you.
I believe the default compose file might have this by default:
environment:
NEKO_NAT1TO1: 127.0.0.1
Hi.
I started it with
docker compose up -d
and opened it locally:I entered
neko
:neko
and it changed to this and it's playing the infinite circle animation:What's next? How it's assumed to be used?
This is what it's happening in the logs after I log in:
I also see these warnings other times:
And here is what the
chrome://webrtc-internals
tab is showing:OS: Linux Kubuntu 22.04