nextcloud / nextcloud/documentation

Small typo for AIO webhook polling script

Open Beginner friendly
#15,399 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. needs triage
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

https://docs.nextcloud.com/server/latest/admin_manual/webhook_listeners/index.html#screen-or-tmux-session

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.