TiddlyWiki / TiddlyWiki/MultiWikiServer

Question: How do I set up the server so that it is readable for anonymous users?

Open
#111 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
60
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Docker setup and the npx mws listen "readers=(anon)" --listener host=0.0.0.0 port=8074 entry point described in the report. Determine which server configuration controls anonymous read access, then document the required setup and verify that an unauthenticated user can read a wiki.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, typescript
Domain
authorization, devops
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.