nextcloud / nextcloud/documentation
Small typo for AIO webhook polling script
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 628
- Forks
- 2.5k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 135
Description
Before You Submit
- I have checked for existing issues and pull requests related to my suggestion.
- I have posted on the Nextcloud Community Help Forum if my suggestion is a troubleshooting scenario or I'm unsure about the solution.
Type of Suggestion
Reporting a mistake
Relevant Documentation Links
Summary
The docker AIO command uses the wrong container name for the outer exec
Details
docker exec -it nextcloud-aio-nextcloud is used twice in the command, but that doesn't work.
The first exec should actually be docker exec -it nextcloud-aio-mastercontainer, then the command works as described in the docs.
Additional Notes
No response
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
Open the linked documentation section, “Screen or tmux session,” and inspect the Docker AIO polling command. Verify the outer exec uses nextcloud-aio-mastercontainer while the inner command remains unchanged, then confirm the documented command works as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100