Some requests go to "nextcloudpi", which is the internal host name of my Raspberry Pi

  • Nextcloud Server version:

    • Nextcloud Hub 25 Autumn (32.0.1)
  • Operating system and version (e.g., Ubuntu 24.04):

    • Linux nextcloudpi 6.12.41-current-bcm2711
  • Web server and version (e.g, Apache 2.4.25):

    • Apache 2.4.66-1~deb12u1
  • Reverse proxy and version _(e.g. nginx 1.27.2)

    • nginx 1.27.4-1~bookworm
  • PHP version (e.g, 8.3):

    • PHP 8.3.29
  • Is this the first time you’ve seen this error? (Yes / No):

    • Yes, but I might just not have noticed before
  • When did this problem seem to first start?

    • Probably when I started using Nextcloudpi

    Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)

    • NCP
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)

    • No

Summary of the issue you are facing:

When requesting any page in my Nextcloudpi installation, most of the resulting requests go to my domain at wolk.diederickdevries.net, but some seem to go to Nextcloudpi, which is the host name of my Raspberry Pi. From the developer console:

GET /push/ws undefined
Host: nextcloudpi
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0
Accept: */*
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate, br, zstd
Sec-WebSocket-Version: 13
Origin: https://wolk.diederickdevries.net
Sec-WebSocket-Extensions: permessage-deflate
Sec-WebSocket-Key: xxxxxxxxxxxxxxxxxxxxxxxx
Sec-Fetch-Storage-Access: none
DNT: 1
Sec-GPC: 1
Connection: Upgrade
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: websocket
Sec-Fetch-Site: cross-site
Pragma: no-cache
Cache-Control: no-cache
Upgrade: websocket

This and similar requests all result in a NS_ERROR_UNKNOWN_HOST and trigger a security warning in other browsers. There is no response.

My nginx.conf for NextcloudPI:

server {
    listen 443 ssl;
    server_name wolk.diederickdevries.net;

    client_max_body_size 70M;
    
    location / {
        proxy_pass https://1.2.3.4; 
        proxy_ssl_verify off;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

Steps to replicate it (hint: details matter!):

  1. Install NextcloudPi on a Raspberry Pi

  2. Have Nginx relay traffic for NextcloudPI

  3. Log in and navigate to any page

Log entries

Web server / Reverse Proxy

The requests never seem to reach Nginx. These lines are from the moment the request above was done.

45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /index.php/login HTTP/1.1" 200 6683 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /core/css/server.css?v=533158a8-0 HTTP/1.1" 200 19137 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /apps/theming/js/theming.js?v=533158a8-0 HTTP/1.1" 200 172 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /apps/theming/css/default.css?v=387770a3-0 HTTP/1.1" 200 2102 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /core/css/guest.css?v=533158a8-0 HTTP/1.1" 200 4209 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /dist/core-login.js?v=533158a8-0 HTTP/1.1" 200 49754 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /dist/core-main.js?v=533158a8-0 HTTP/1.1" 200 332466 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /index.php/apps/theming/theme/light.css?plain=1&v=dfeef155 HTTP/1.1" 200 1414 "https://wolk.diederickdevries.net/index.php/login" "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" "-"
45.137.102.190 - - [10/Jan/2026:08:11:34 +0000] "GET /index.php/apps/theming/theme/light.css?p...skipping...
45.137.102.190 - - [21/Jan/2026:19:10:01 +0000] "POST /index.php/apps/text/session/7880/push HTTP/1.1" 200 65 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:02 +0000] "POST /index.php/apps/text/session/7880/sync HTTP/1.1" 200 620 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:07 +0000] "PROPFIND /remote.php/dav/calendars/Diederick/ HTTP/1.1" 207 2107 "-" "Mozilla/5.0 (Linux; Ubuntu 24.04) AppleWebKit/537.36 Chrome/122.0.6261.171 Safari/537.36" "-"
45.137.102.190 - - [21/Jan/2026:19:10:08 +0000] "POST /index.php/apps/text/session/7880/sync HTTP/1.1" 200 620 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:14 +0000] "POST /index.php/apps/text/session/7880/sync HTTP/1.1" 200 620 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:16 +0000] "POST /index.php/apps/text/session/7880/push HTTP/1.1" 200 65 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:20 +0000] "POST /index.php/apps/notify_push/pre_auth HTTP/1.1" 200 52 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:20 +0000] "POST /index.php/apps/text/session/7880/sync HTTP/1.1" 200 619 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
45.137.102.190 - - [21/Jan/2026:19:10:26 +0000] "POST /index.php/apps/text/session/7880/sync HTTP/1.1" 200 619 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"

Configuration

Nextcloud

<?php
$CONFIG = array (
  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxx',
  'secret' => 'xxxxxxxxxxxxxxxxxxxx',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    7 => 'nextcloudpi',
    5 => 'nextcloudpi.local',
    8 => 'nextcloudpi.lan',
    3 => 'nextcloudpi',
    11 => 'a.b.c.d', (my external IP)
    1 => 'a.b.c.d', (internal IP of the PI)
    14 => 'nextcloudpi',
    20 => 'wolk.diederickdevries.net',
  ),
  'datadirectory' => '/media/USBdrive/ncdata/data',
  'dbtype' => 'mysql',
  'version' => '32.0.1.2',
  'overwrite.cli.url' => 'https://nextcloudpi/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => 'xxxxxxxxxxxxxxxxxxxx',
  'installed' => true,
  'instanceid' => 'xxxxxxxxxxxx',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => 'xxxxxxxxxxxxxxxxxxxx',
  ),
  'tempdirectory' => '/media/USBdrive/ncdata/data/tmp',
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'noreply',
  'mail_domain' => 'diederickdevries.net',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'maintenance' => false,
  'logfile' => '/media/USBdrive/ncdata/data/nextcloud.log',
  'trusted_proxies' => 
  array (
    11 => '127.0.0.1',
    12 => '::1',
    14 => '127.0.1.1',
  ),
  'mail_sendmailmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_smtphost' => 'smtp.mymailhost.com',
  'mail_smtpport' => '465',
  'mail_smtpauth' => true,
  'mail_smtpname' => 'xxxxxxxxxxxxxxxxxxxx'
  'mail_smtppassword' => 'xxxxxxxxxxxxxxxxxxxx',
  'maintenance_window_start' => 6,
  'default_phone_region' => '+31',
);

Apps

The output of occ app:list (if possible).

root@nextcloudpi:/var/www/nextcloud# ./occ app:list
Cannot load Zend OPcache - it was already loaded
An unhandled exception has been thrown:
RedisException: Permission denied in /var/www/nextcloud/lib/private/RedisFactory.php:104
...

It looks like this has something to do with notifications, but I do get notifications in Gnome. At the same time, exposing the internal host name of my Raspberry Pi is a security risk.

Does anyone have any idea?

I can make some guesses, but it may be easier to do an occ config:list then you can check for the referenced domain in the configs if your various apps. My first guess would be notify_push.

Thanks, but as shown above, any call to occ (as root) will result in a RedisException: Permission denied, which is why I shared the config.php. This is another problem I’ll have to look into in this completely new ncp installation. But is there anything specific I should look at?

Try:
sudo ncc app:list

That worked:

Enabled:
  - activity: 5.0.0-dev.0
  - bruteforcesettings: 5.0.0-dev.0
  - calendar: 6.1.5
  - circles: 32.0.0
  - cloud_federation_api: 1.16.0
  - comments: 1.22.0
  - contacts: 8.2.1
  - contactsinteraction: 1.13.1
  - dashboard: 7.12.0
  - dav: 1.34.2
  - deck: 1.16.3
  - federatedfilesharing: 1.22.0
  - federation: 1.22.0
  - files: 2.4.0
  - files_downloadlimit: 5.0.0-dev.0
  - files_external: 1.24.0
  - files_pdfviewer: 5.0.0-dev.0
  - files_reminders: 1.5.0
  - files_sharing: 1.24.0
  - files_trashbin: 1.22.0
  - files_versions: 1.25.0
  - firstrunwizard: 5.0.0-dev.0
  - logreader: 5.0.0-dev.0
  - lookup_server_connector: 1.20.0
  - mail: 5.6.7
  - music: 2.5.1
  - news: 27.2.0
  - nextcloud_announcements: 4.0.0-dev.0
  - nextcloudpi: 0.0.2
  - notes: 4.12.4
  - notifications: 5.0.0-dev.0
  - notify_push: 1.3.0
  - oauth2: 1.20.0
  - password_policy: 4.0.0-dev.0
  - photos: 5.0.0-dev.1
  - previewgenerator: 99.99.99
  - privacy: 4.0.0-dev.0
  - profile: 1.1.0
  - provisioning_api: 1.22.0
  - recommendations: 5.0.0-dev.0
  - related_resources: 3.0.0-dev.0
  - serverinfo: 4.0.0-dev.0
  - settings: 1.15.1
  - sharebymail: 1.22.0
  - support: 4.0.0-dev.0
  - survey_client: 4.0.0-dev.0
  - systemtags: 1.22.0
  - tasks: 0.17.1
  - text: 6.0.1
  - theming: 2.7.0
  - twofactor_backupcodes: 1.21.0
  - user_status: 1.12.0
  - viewer: 5.0.0-dev.0
  - weather_status: 1.12.0
  - webhook_listeners: 1.3.0
  - workflowengine: 2.14.0
Disabled:
  - admin_audit: 1.22.0
  - app_api: 32.0.0 (installed 32.0.0)
  - audioplayer: 3.7.0 (installed 3.7.0)
  - encryption: 2.20.0
  - gpxpod: 7.2.4 (installed 7.2.4)
  - suspicious_login: 10.0.0-dev.0
  - twofactor_nextcloud_notification: 6.0.0-dev.0
  - twofactor_totp: 14.0.0
  - updatenotification: 1.22.0 (installed 1.22.0)
  - user_ldap: 1.23.0

That worked, also for my config:

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "7": "nextcloudpi",
            "5": "nextcloudpi.local",
            "8": "nextcloudpi.lan",
            "3": "nextcloudpi",
            "11": "45.137.102.190",
            "1": "172.16.1.123",
            "14": "nextcloudpi",
            "20": "wolk.diederickdevries.net"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "32.0.1.2",
        "overwrite.cli.url": "https:\/\/nextcloudpi\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/mnt\/ncdata\/data\/tmp",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "maintenance": false,
        "logfile": "\/mnt\/ncdata\/data\/nextcloud.log",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauth": true,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "maintenance_window_start": 6,
        "default_phone_region": "+31"
    },
    "apps": {
        "activity": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": "filesystem"
        },
        "app_api": {
            "enabled": "no",
            "installed_version": "32.0.0",
            "types": ""
        },
        "audioplayer": {
            "enabled": "no",
            "installed_version": "3.7.0",
            "types": "filesystem"
        },
        "backgroundjob": {
            "lastjob": "493"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "6.1.5",
            "types": ""
        },
        "circles": {
            "enabled": "yes",
            "installed_version": "32.0.0",
            "loopback_tmp_path": "\/",
            "loopback_tmp_scheme": "https",
            "maintenance_run": "0",
            "maintenance_update": "{\"3\":1769235602,\"2\":1769235302,\"1\":1769235602}",
            "migration_22": "1",
            "migration_run": "0",
            "types": "filesystem,dav"
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.16.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "8.2.1",
            "types": "dav"
        },
        "contactsinteraction": {
            "enabled": "yes",
            "installed_version": "1.13.1",
            "types": "dav"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "emailTestSuccessful": "1",
            "installedat": "1763596998.3406",
            "lastcron": 1769235666,
            "lastupdatedat": 1763596998,
            "metadataGenerationDone": true,
            "moveavatarsdone": "yes",
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "vendor": "nextcloud",
            "files_metadata": {
                "photos-original_date_time": {
                    "value": null,
                    "type": "int",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                },
                "photos-exif": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-ifd0": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-size": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "blurhash": {
                    "value": null,
                    "type": "string",
                    "etag": "4815f4623a9384730a702d15e1035037",
                    "indexed": false,
                    "editPermission": 0
                }
            },
            "oc.integritycheck.checker": []
        },
        "dashboard": {
            "enabled": "yes",
            "installed_version": "7.12.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "create_example_event": false,
            "enableDefaultContact": false,
            "enabled": "yes",
            "hasCustomDefaultContact": false,
            "installed_version": "1.34.2",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "system_addressbook_exposed": true,
            "types": "filesystem"
        },
        "deck": {
            "enabled": "yes",
            "installed_version": "1.16.3",
            "types": "dav"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "authentication"
        },
        "files": {
            "enabled": "yes",
            "installed_version": "2.4.0",
            "mimetype_version": "32.0.1.2",
            "types": "filesystem"
        },
        "files_downloadlimit": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "files_external": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "filesystem"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "files_reminders": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.25.0",
            "types": "filesystem,dav"
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "gpxpod": {
            "enabled": "no",
            "installed_version": "7.2.4",
            "types": ""
        },
        "logreader": {
            "dateTimeFormat": "\"local\"",
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": "logging"
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.20.0",
            "types": "authentication"
        },
        "mail": {
            "enabled": "yes",
            "importance_classification_default": "no",
            "installed_version": "5.6.7",
            "types": ""
        },
        "music": {
            "enabled": "yes",
            "installed_version": "2.5.1",
            "types": "filesystem"
        },
        "news": {
            "autoPurgeCount": "20",
            "enabled": "yes",
            "installed_version": "27.2.0",
            "lastLogoPurge": 1768719002,
            "types": ""
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "nextcloudpi": {
            "enabled": "yes",
            "installed_version": "0.0.2",
            "types": ""
        },
        "notes": {
            "enabled": "yes",
            "installed_version": "4.12.4",
            "types": ""
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": "logging"
        },
        "notify_push": {
            "base_endpoint": "https:\/\/nextcloudpi\/push",
            "cookie": "***REMOVED SENSITIVE VALUE***",
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "filesystem"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.20.0",
            "types": "authentication"
        },
        "password_policy": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "types": "authentication"
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.1",
            "lastPlaceMappedUser": "ncp",
            "lastPlaceMappingDone": "true",
            "types": "dav,authentication"
        },
        "preview": {
            "jpeg_quality": "60"
        },
        "previewgenerator": {
            "enabled": "yes",
            "heightSizes": "256",
            "installed_version": "99.99.99",
            "squareSizes": "32 256",
            "types": "filesystem",
            "widthSizes": "256 384"
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "readableLocation": "nl",
            "types": ""
        },
        "profile": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "prevent_group_restriction"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "related_resources": {
            "enabled": "yes",
            "installed_version": "3.0.0-dev.0",
            "types": ""
        },
        "serverinfo": {
            "cached_count_appdata_files": 3928,
            "cached_count_filecache": 8207,
            "cached_count_storages": 13,
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "size_appdata_storage": -1,
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.15.1",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "filesystem"
        },
        "support": {
            "SwitchUpdaterServerHasRun": "yes",
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "types": "session"
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "logging"
        },
        "tasks": {
            "enabled": "yes",
            "installed_version": "0.17.1",
            "types": ""
        },
        "text": {
            "enabled": "yes",
            "installed_version": "6.0.1",
            "types": "dav"
        },
        "theming": {
            "backgroundMime": "image\/jpeg",
            "background_color": "#d5d7ea",
            "cachebuster": "16",
            "enabled": "yes",
            "installed_version": "2.7.0",
            "logoDimensions": "32x32",
            "logoMime": "image\/png",
            "name": "wolk.diederickdevries.net",
            "primary_color": "#2d73be",
            "slogan": "***REMOVED SENSITIVE VALUE***",
            "types": "logging",
            "url": "***REMOVED SENSITIVE VALUE***"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.21.0",
            "types": ""
        },
        "updatenotification": {
            "enabled": "no",
            "installed_version": "1.22.0",
            "types": ""
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "webhook_listeners": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "filesystem"
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.14.0",
            "types": "filesystem"
        }
    }
}

Should be “NL”.
Please read the docs, faqs and 101. than you would have known about ncc. :wink:
Another amazing one:
sudo ncc setupchecks

Thanks! Will do.