Advertisement
Guest User

notify_push:selftest

a guest
Jun 14th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. root@UA:/var/lib/docker/volumes/nextcloud_aio_nextcloud/_data/config# sudo docker exec -it nextcloud-aio-nextcloud php occ notify_push:self-test
  2. ✓ redis is configured
  3. ✓ push server is receiving redis messages
  4. ✓ push server can load mount info from database
  5. ✓ push server can connect to the Nextcloud server
  6. 🗴 push server is not a trusted proxy, please add '127.0.0.1' to the list of trusted proxies or configure any existing reverse proxy to forward the 'x-forwarded-for' send by the push server.
  7. See https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies for how to set trusted proxies.
  8. The following trusted proxies are currently configured: "127.0.0.1"
  9. The following x-forwarded-for header was received by Nextcloud: 172.17.0.1
  10. from the following remote: 127.0.0.1
  11.  
  12. If you're having issues getting the trusted proxy setup working, you can try bypassing any existing reverse proxy
  13. in your setup by setting the `NEXTCLOUD_URL` environment variable to point directly to the internal Nextcloud webserver url
  14. (You will still need the ip address of the push server added as trusted proxy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement