If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
{
"system": {
"log_type": "syslog",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"updatechecker": false,
"check_for_working_htaccess": false,
"asset-pipeline.enabled": false,
"assetdirectory": "\/var\/lib\/nextcloud",
"apps_paths": [
{
"path": "\/usr\/share\/nextcloud\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/lib\/nextcloud\/apps",
"url": "\/apps-appstore",
"writable": true
}
],
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"nextcloud.example.com"
],
"dbtype": "pgsql",
"version": "32.0.4.1",
"overwrite.cli.url": "https:\/\/nextcloud.example.com\/",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"default_phone_region": "US",
"maintenance": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"user": "nextcloud",
"password": "***REMOVED SENSITIVE VALUE***"
},
"auth.bruteforce.protection.enabled": true,
"allow_local_remote_servers": true,
"maintenance_window_start": 3,
"loglevel": 2,
"trashbin_retention_obligation": "auto, 7",
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\Image",
"OC\\Preview\\Movie",
"OC\\Preview\\Markdown",
"OC\\Preview\\TXT",
"OC\\Preview\\HEIC"
],
"preview_max_memory": 4096,
"preview_max_filesize_image": 256,
"preview_max_x": 2048,
"preview_max_y": 2048,
"theme": "",
"app_install_overwrite": [
"files_antivirus",
"mail_roundcube"
],
"profile.enabled": false,
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.vod.path": "\/var\/lib\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.disable": false,
"memories.vod.connect": "127.0.0.1:9000",
"memories.vod.external": true,
"updater.release.channel": "stable",
"app.mail.verify-tls-peer": false,
"debug": false,
"memories.gis_type": 2,
"memories.db.triggers.fcu": true,
"memories.video_default_quality": "-2",
"user_oidc": {
"auto_provision": true,
"soft_auto_provision": true,
"disable_account_creation": true
},
"memories.exiftool_no_local": true,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***"
}
How to use GitHub
My setup works successfully for desktop clients, but it doesn't work Firefox/Chrome (or I don't know what to be expecting to see).
Steps to reproduce
Apache:
systemd:
Expected behaviour
I'm thinking that the web browser would also have it's files list updated, or at least a notification in the little bell icon.
Actual behaviour
On the same desktop, with the browser and desktop client open, the desktop client gets the push and updates, the web browser doesn't seem to do anything.
Server configuration
Web server: Apache
Database: PostgreSQL
PHP version: 8.4
Nextcloud version: 32.0.4.1
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox/Chrome
Browser version: 147/144
firefox-147.0-1.fc43.x86_64
google-chrome-stable-144.0.7559.59-1.x86_64
Operating system: Fedora 43
Browser log