{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/nextcloud.jsbart.com",
"dbtype": "pgsql",
"version": "32.0.6.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"theme": "",
"loglevel": 0,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpdebug": true,
"mail_sendmailmode": "smtp",
"mail_smtpport": "465",
"mail_smtpsecure": "tls",
"filelocking.enabled": true,
"default_phone_region": "GB",
"memories.exiftool": "\/storage\/srv\/nextcloud\/www-nginx\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"memories.vod.path": "\/storage\/srv\/nextcloud\/www-nginx\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.db.triggers.fcu": true,
"memories.vod.disable": false,
"memories.gis_type": 2,
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe"
}
}
Tip
How to use GitHub
Steps to reproduce
http://<my local ip>:5000/webhookocc talk:bot:install --feature reaction --feature response --feature event --feature webhook webhooktest <my secret> "http://<my local ip>:5000/webhook" "Webhook test"occ talk:bot:list:Expected behaviour
POST sent to webhook
http://<my local ip>:5000/webhookActual behaviour
No log of any POST sent to webhook
A manual curl test from server works fine:
curl -X POST http://<my local ip>:5000/webhook -d testresponding with expected:
and log of:
<server ip> - - [27/Mar/2026 11:42:14] "POST /webhook HTTP/1.1" 403 -from Flask app.
Talk app
Talk app version: 22.0.10
Custom Signaling server configured: no
Custom TURN server configured: no
Custom STUN server configured: no
Browser
Microphone available: no
Camera available: no
Operating system: Windows
Browser name: Edge
Browser version: 146.0.3856.78
Browser log
Will provide if you think relevant.
Server configuration
Operating system: Ubuntu
Web server: Nginx
Database: PostgreSQL
PHP version: 8.3
Nextcloud Version: 32.0.6
List of activated apps:
Details
Nextcloud configuration:
Details
Server log (data/nextcloud.log)
Details
Very large (81MB)... no relevant warnings or errors I could see. Advise if anything in particular want me to look for.