Question: How do I set up the server so that it is readable for anonymous users?
I have a server running in Docker.
I started it with the command:
npx mws listen "readers=(anon)" --listener host=0.0.0.0 port=8074
I thought that "readers=(anon)" would make it readable for unauthorized teachers, but nothing like that happened.
Is there something that needs to be set up somewhere?
Thanks for your advice.