I built and ran kolibri in docker according to the instructions of the following post
It worked right away
Now I need to modify the options.ini file (specifically the SANDBOX line) adding “allow-forms”
SANDBOX = allow-scripts allow-forms
When I run the docker I get the following message:
WARNING Ignoring unknown option in options file /root/.kolibri/options.ini under top level: SANDBOX.
INFO Running Kolibri with the following settings: kolibri.deployment.default.settings.base
The same modification works perfectly when I install kolibri in the regular way
How can I fix that?
thanks!
Technical details
- Kolibri version 0.14.7
- Ubuntu 18.04