TiddlyWiki / TiddlyWiki/MultiWikiServer
Question: How do I set up the server so that it is readable for anonymous users?
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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