nextcloud / nextcloud/nextcloud-docker-dev

notify_push

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

Nobody has claimed this yet.

enhancement
Dominant language
PHP
Stars
190
Forks
103
Avg merge
4h 36m
Merged PRs (30d)
1

Description

Notify push is partly working but requires some manual setup currently:

occ app:enable notify_push
occ notify_push:setup http://push.dev.local

additional config.php entry for trusted proxies:
+       // maybe use ip addr | grep inet | cut -d " " -f 6
+       'trusted_proxies' => ['192.168.0.0/16', '127.0.0.1'],

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 existing docker-compose setup and the notify_push setup commands shown in the issue. Trace how the container and trusted_proxies are currently configured, then define autoconfiguration so the manual occ commands and config.php changes are no longer required. Done means a fresh environment enables notify_push and connects successfully without those manual steps.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose
Domain
devops, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.