Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notify_push #95

Open
1 of 2 tasks
juliusknorr opened this issue Nov 26, 2022 · 1 comment
Open
1 of 2 tasks

notify_push #95

juliusknorr opened this issue Nov 26, 2022 · 1 comment

Comments

@juliusknorr
Copy link
Owner

juliusknorr commented Nov 26, 2022

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'],
@szaimen
Copy link
Contributor

szaimen commented Apr 15, 2023

In aio we simply use the binary provided directly feom the app. Then the app and the binary always match in version. Also it makes the netqork config a bit easier...

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

No branches or pull requests

2 participants