As of learningequality/kolibri@351127b, Kolibri 0.16 adds a LISTEN_ADDRESS option. This controls the address Kolibri binds to at startup. It defaults to 0.0.0.0.
For the Endless Key app, it doesn't make sense for the Kolibri server to be reachable from other devices on the network. (In addition, this feature doesn't work on Chrome OS anyway).
Let's try setting LISTEN_ADDRESS to 127.0.0.1. This will also disable the code which broadcasts Kolibri's presence with Zeroconf.
As of learningequality/kolibri@351127b, Kolibri 0.16 adds a
LISTEN_ADDRESSoption. This controls the address Kolibri binds to at startup. It defaults to0.0.0.0.For the Endless Key app, it doesn't make sense for the Kolibri server to be reachable from other devices on the network. (In addition, this feature doesn't work on Chrome OS anyway).
Let's try setting
LISTEN_ADDRESSto127.0.0.1. This will also disable the code which broadcasts Kolibri's presence with Zeroconf.