{
"system": {
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"upgrade.disable-web": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.example.com",
"nextcloud"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "32.0.0.13",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": true,
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance_window_start": 3,
"default_phone_region": "US",
"theme": "",
"app_install_overwrite": [
"bruteforcesettings",
"richdocumentscode",
"tasks"
],
"maintenance": false,
"loglevel": 2,
"overwriteprotocol": "https",
"overwrite.cli.url": "https:\/\/nextcloud.example.com"
}
}
How to use GitHub
Steps to reproduce
I am attempting to setup notify_push with the community Docker. I am using the following docker-compose
I've added the
https://nextcloud.example.com/push/location into my Nginx Proxy Manager instance which is in the sameproxiedpodman network as my other Nextcloud containers.When I attempt to run
occ notify_push:setup https://nextcloud.example.com/push, it fails the trusted_proxy check10.89.2.7 is the internal IP address of the container running notify_push. I don't know why that needs to be added as a trusted proxy since it isn't my actual reverse proxy. Even if I wanted to add it, that IP is dynamically allocated by the container runtime and will change, making my docker-compose hard to use.
I've followed numerous guides and most say that between containers I just need to use the internal hostname defined by the compose file and it should work
Expected behaviour
I should be able to enable notify_push
Actual behaviour
notify_push fails setup with push server is not a trusted proxy
Server configuration
I am using the community Docker.
Nextcloud version: 32
List of activated apps
Nextcloud configuration
Browser
Browser name: Chrome
Browser version: 140
Operating system: Arch Linux