Skip to content

Update webhook dispatch command for AIO - #15593

Open
EncryptedGiraffe wants to merge 1 commit into
nextcloud:masterfrom
EncryptedGiraffe:patch-1
Open

Update webhook dispatch command for AIO#15593
EncryptedGiraffe wants to merge 1 commit into
nextcloud:masterfrom
EncryptedGiraffe:patch-1

Conversation

@EncryptedGiraffe

Copy link
Copy Markdown

The listed command didn't work properly, had an unnecessary sudo inside the container, tried to open a TTY, and also duplicated the exec portion.

I've verified that this updated command works in a tmux session.

The listed command didn't work properly, had an unnecessary sudo inside the container, tried to open a TTY, and also duplicated the exec portion.

I've verified that this updated command works in a tmux session.

Signed-off-by: EncryptedGiraffe <hi@encryptedgiraffe.xyz>
@susnux
susnux requested a review from szaimen September 8, 2026 23:30
.. code-block::

set -e; while true; do sudo docker exec -it nextcloud-aio-nextcloud docker exec -it nextcloud-aio-nextcloud sudo -E -u www-data php occ background-job:worker -v -t 60 "OCA\WebhookListeners\BackgroundJobs\WebhookCall"; done
set -e; while true; do sudo docker exec -u www-data -i nextcloud-aio-nextcloud php occ background-job:worker -v -t 60 "OCA\\WebhookListeners\\BackgroundJobs\\WebhookCall"; done

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
set -e; while true; do sudo docker exec -u www-data -i nextcloud-aio-nextcloud php occ background-job:worker -v -t 60 "OCA\\WebhookListeners\\BackgroundJobs\\WebhookCall"; done
set -e; while true; do sudo docker exec -u www-data nextcloud-aio-nextcloud php occ background-job:worker -v -t 60 "OCA\\WebhookListeners\\BackgroundJobs\\WebhookCall"; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants