".../system/system/system" Link gives 401 Error

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • Nextcloud-AIO v11.11.0 Nextcloud v31.0.10
  • Operating system and version (e.g., Ubuntu 24.04):
    • Ubuntu 24.04.3 LTS
  • Web server and version (e.g, Apache 2.4.25):
    • AIO
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • AIO
  • PHP version (e.g, 8.3):
    • AIO
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • Weeks ago
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • Hyper-v VM
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • Direct via router.

Summary of the issue you are facing:

Federation with another Nextcloud server (Nextcloud-AIO beta 12.0.0 running Nextcloud 32.0.1) not federating properly, with an error

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

  1. Add federation to both the 31.0.10 server and the 32.0.1 server

  2. Yellow icon shows federation is underway

  3. Never turns green.

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

Error

fed-sync

ClientExceptionClient error: `REPORT https://nextcloud.kf7k.com/remote.php/dav/addressbooks/system/system/system` resulted in a `401 Unauthorized` response:  <d:error xmlns:d=“DAV:” xmlns:s="  "> <s:exception>Sabre\DA (truncated…)

Error while syncing https://nextcloud.kf7k.com.

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

PASTE

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{
  "system": {
    "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
    },
    "overwritehost": "cloud.kf7k.com",
    "overwriteprotocol": "https",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
      "localhost",
      "cloud.kf7k.com"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "pgsql",
    "version": "31.0.10.2",
    "overwrite.cli.url": "https://cloud.kf7k.com/",
    "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***",
    "loglevel": "2",
    "log_type": "file",
    "logfile": "/var/www/html/data/nextcloud.log",
    "log_rotate_size": "10485760",
    "log.condition": {
      "apps": [
        "admin_audit"
      ]
    },
    "preview_max_x": 512,
    "preview_max_y": 512,
    "jpeg_quality": 70,
    "enabledPreviewProviders": {
      "0": "OC\\Preview\\Imaginary",
      "1": "OC\\Preview\\MarkDown",
      "2": "OC\\Preview\\MP3",
      "3": "OC\\Preview\\TXT",
      "4": "OC\\Preview\\OpenDocument",
      "5": "OC\\Preview\\Movie",
      "6": "OC\\Preview\\Imaginary",
      "7": "OC\\Preview\\ImaginaryPDF",
      "8": "OC\\Preview\\HEIC",
      "9": "OC\\Preview\\TIFF",
      "23": "OC\\Preview\\ImaginaryPDF"
    },
    "enable_previews": true,
    "upgrade.disable-web": true,
    "mail_smtpmode": "smtp",
    "trashbin_retention_obligation": "auto, 30",
    "versions_retention_obligation": "auto, 30",
    "activity_expire_days": "30",
    "simpleSignUpLink.shown": false,
    "share_folder": "/Shared",
    "one-click-instance": true,
    "one-click-instance.user-limit": 100,
    "htaccess.RewriteBase": "/",
    "files_external_allow_create_new_local": false,
    "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
    "onlyoffice": {
      "jwt_secret": "***REMOVED SENSITIVE VALUE***",
      "jwt_header": "AuthorizationJwt"
    },
    "allow_local_remote_servers": true,
    "default_phone_region": "US",
    "mail_sendmailmode": "smtp",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpauth": 1,
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "587",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "maintenance": false,
    "has_rebuilt_cache": true,
    "music.lastfm_api_key": "***REMOVED SENSITIVE VALUE***",
    "data-fingerprint": "***REMOVED SENSITIVE VALUE***",
    "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
    "one-click-instance.link": "https://nextcloud.com/all-in-one/",
    "memories.exiftool": "/var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-musl",
    "updatedirectory": "/nc-updater",
    "memories.vod.path": "/var/www/html/custom_apps/memories/bin-ext/go-vod-amd64",
    "memories.vod.ffmpeg": "/usr/bin/ffmpeg",
    "memories.vod.ffprobe": "/usr/bin/ffprobe",
    "memories.vod.disable": false,
    "upgrade.cli-upgrade-link": "https://github.com/nextcloud/all-in-one/discussions/2726",
    "davstorage.request_timeout": 3600,
    "dbpersistent": false,
    "appsallowlist": false,
    "maintenance_window_start": 100,
    "preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
    "memories.db.triggers.fcu": true,
    "auth.bruteforce.protection.enabled": true,
    "ratelimit.protection.enabled": true,
    "documentation_url.server_logs": "https://github.com/nextcloud/all-in-one/discussions/5425",
    "forbidden_filename_basenames": [
      "con",
      "prn",
      "aux",
      "nul",
      "com0",
      "com1",
      "com2",
      "com3",
      "com4",
      "com5",
      "com6",
      "com7",
      "com8",
      "com9",
      "com\u00b9",
      "com\u00b2",
      "com\u00b3",
      "lpt0",
      "lpt1",
      "lpt2",
      "lpt3",
      "lpt4",
      "lpt5",
      "lpt6",
      "lpt7",
      "lpt8",
      "lpt9",
      "lpt\u00b9",
      "lpt\u00b2",
      "lpt\u00b3"
    ],
    "forbidden_filename_characters": [
      "<",
      ">",
      ":",
      "\"",
      "|",
      "?",
      "*",
      "\\",
      "/"
    ],
    "forbidden_filename_extensions": [
      " ",
      ".",
      ".filepart",
      ".part"
    ],
    "app_install_overwrite": [
      "diary"
    ],
    "updatechecker": false,
    "DOMAIN": "cloud.kf7k.com"
  }
}

Appsconfig:

{
  "apps": {
    "activity": {
      "types": "filesystem",
      "installed_version": "4.0.0",
      "enabled": "yes",
      "notify_notification_group_settings": "0",
      "notify_email_group_settings": "1",
      "notify_notification_security": "1",
      "notify_notification_personal_settings": "0",
      "notify_notification_favorite": "0",
      "notify_notification_file_changed": "0",
      "notify_email_file_changed": "0",
      "notify_notification_file_favorite_changed": "0",
      "notify_notification_analytics_report": "0",
      "notify_email_analytics_report": "0",
      "notify_notification_analytics_data": "0",
      "notify_email_analytics_data": "0",
      "notify_notification_comments": "0",
      "notify_email_comments": "0",
      "notify_notification_cospend": "0",
      "notify_email_cospend": "0",
      "notify_notification_cospend_bill_event": "0",
      "notify_email_cospend_bill_event": "0",
      "notify_notification_deck": "0",
      "notify_email_deck": "0",
      "notify_notification_deck_comment": "0",
      "notify_email_deck_comment": "0",
      "notify_notification_deck_card_description": "0",
      "notify_email_deck_card_description": "0",
      "notify_notification_spreed": "0",
      "notify_email_spreed": "0",
      "notify_notification_calendar": "0",
      "notify_email_calendar": "0",
      "notify_notification_calendar_event": "0",
      "notify_email_calendar_event": "0",
      "notify_notification_calendar_todo": "0",
      "notify_email_calendar_todo": "0",
      "notify_notification_contacts": "0",
      "notify_email_contacts": "0",
      "notify_email_account_deletion": "0",
      "notify_notification_shared": "0",
      "notify_email_shared": "0",
      "notify_notification_remote_share": "0",
      "notify_email_remote_share": "0",
      "notify_email_public_links": "0",
      "notify_notification_forms_newshare": "1",
      "notify_email_forms_newshare": "0",
      "notify_notification_forms_newsubmission": "1",
      "notify_email_forms_newsubmission": "0",
      "notify_notification_systemtags": "0",
      "notify_email_systemtags": "0",
      "notify_notification_transfer_started": "0",
      "notify_email_transfer_started": "0",
      "notify_notification_transfer_failed": "1",
      "notify_email_transfer_failed": "0",
      "notify_notification_transfer_succeeded": "0",
      "notify_email_transfer_succeeded": "0",
      "notify_notification_twofactor_totp": "1",
      "notify_setting_self": "0",
      "notify_setting_selfemail": "0",
      "notify_notification_public_links": "1",
      "notify_notification_account_deletion": "1",
      "notify_setting_batchtime": "86400"
    },
    "admin_audit": {
      "types": "logging",
      "enabled": "yes",
      "logfile": "/var/www/html/data/audit.log",
      "installed_version": "1.21.0"
    },
    "analytics": {
      "types": "",
      "installed_version": "5.6.2",
      "enabled": "no"
    },
    "announcementcenter": {
      "types": "logging",
      "enabled": "yes",
      "send_emails": "yes",
      "installed_version": "7.2.2"
    },
    "app_api": {
      "default_daemon_config": "docker_aio",
      "types": "",
      "enabled": "yes",
      "installed_version": "5.0.2"
    },
    "apporder": {
      "installed_version": "0.15.0",
      "types": "",
      "enabled": "no",
      "order": "[\"/apps/dashboard/\",\"/apps/files/\",\"/apps/photos/\",\"/apps/maps/\",\"https://cloud.kf7k.com/apps/spreed/\",\"/apps/keeweb/\",\"/apps/calendar/\",\"/apps/contacts/\",\"/apps/tasks/\",\"/apps/notes/\",\"/apps/forms/\",\"/apps/deck/\",\"/apps/music/\",\"/apps/audioplayer/\",\"/apps/cookbook/\",\"/apps/external/1\",\"/apps/diary/\",\"/apps/news/\",\"/apps/analytics/\",\"/apps/collectives\",\"/apps/cospend/\",\"/apps/timemanager/\",\"/apps/timetracker/\",\"/apps/passwords/\",\"/apps/health/\",\"/apps/activity/\",\"/apps/mail/\",\"/apps/quicknotes/\",\"/apps/carnet/\",\"/apps/tables/\"]"
    },
    "assistant": {
      "types": "",
      "installed_version": "2.8.0",
      "enabled": "no",
      "text_to_image_picker_enabled": "0",
      "speech_to_text_picker_enabled": "0",
      "chat_user_instructions": "You are an expert in various scientific disciplines, including physics, chemistry, and biology. Explain scientific concepts, theories, and phenomena in an engaging and accessible way. Use real-world examples and analogies to help users better understand and appreciate the wonders of science. You are also an expert in world history, knowledgeable about different eras, civilizations, and significant events. Provide detailed historical context and explanations when answering questions. Be as informative as possible, while keeping your responses engaging and accessible.",
      "text_to_sticker_picker_enabled": "0"
    },
    "audioplayer": {
      "enabled": "yes",
      "types": "filesystem",
      "installed_version": "3.6.1"
    },
    "backgroundjob": {
      "lastjob": "822299"
    },
    "bookmarks": {
      "types": "",
      "installed_version": "15.2.1",
      "enabled": "no",
      "previews.screenly.url": "",
      "previews.screenly.token": "",
      "previews.webshot.url": "",
      "previews.screenshotmachine.key": "***REMOVED SENSITIVE VALUE***",
      "previews.pageres.env": "",
      "previews.generic.url": "",
      "privacy.enableScraping": "true",
      "performance.maxBookmarksperAccount": "0"
    },
    "breezedark": {
      "theme_settings_version": "2",
      "installed_version": "26.0.0",
      "types": "",
      "enabled": "no",
      "theme_custom_styling": "",
      "theme_cachebuster": "0",
      "theme_login_page": "1",
      "theme_automatic_activation_enabled": "1",
      "theme_enabled": "0"
    },
    "bruteForce": {
      "whitelist_1": "***REMOVED SENSITIVE VALUE***"
    },
    "bruteforcesettings": {
      "types": "",
      "installed_version": "4.0.0",
      "enabled": "yes"
    },
    "cadviewer": {
      "types": "",
      "installed_version": "9.47.1",
      "enabled": "no"
    },
    "calendar": {
      "types": "",
      "enabled": "yes",
      "installed_version": "5.5.9"
    },
    "camerarawpreviews": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "0.8.8"
    },
    "carnet": {
      "installed_version": "0.24.6",
      "enabled": "no",
      "types": "filesystem"
    },
    "circles": {
      "types": "filesystem,dav",
      "loopback_tmp_scheme": "https",
      "enabled": "yes",
      "loopback_tmp_path": "/",
      "migration_22": "1",
      "migration_run": "0",
      "installed_version": "31.0.0",
      "maintenance_run": "0",
      "maintenance_update": "{\"3\":1763411453,\"2\":1763414454,\"1\":1763414454}"
    },
    "circlesdb": {
      "installed_version": "1.7.0",
      "types": "",
      "enabled": "no"
    },
    "cloud_federation_api": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "1.14.0"
    },
    "cloud_py_api": {
      "installed_version": "0.2.0",
      "types": "",
      "enabled": "yes"
    },
    "cms_pico": {
      "limit_groups": "[ ]",
      "types": "filesystem",
      "installed_version": "1.0.21",
      "enabled": "no",
      "system_templates": "{\"empty\":{\"name\":\"empty\",\"type\":1,\"compat\":true},\"sample_pico\":{\"name\":\"sample_pico\",\"type\":1,\"compat\":true}}",
      "themes_etag": "***REMOVED SENSITIVE VALUE***",
      "system_themes": "{\"default\":{\"name\":\"default\",\"type\":1,\"compat\":true}}",
      "plugins_etag": "***REMOVED SENSITIVE VALUE***",
      "system_plugins": "{\"PicoDeprecated\":{\"name\":\"PicoDeprecated\",\"type\":1,\"compat\":true}}"
    },
    "collectives": {
      "types": "filesystem",
      "enabled": "no",
      "installed_version": "2.11.0"
    },
    "comments": {
      "types": "logging",
      "enabled": "yes",
      "installed_version": "1.21.0"
    },
    "contacts": {
      "types": "dav",
      "installed_version": "7.3.6",
      "enabled": "yes"
    },
    "contactsinteraction": {
      "types": "dav",
      "enabled": "yes",
      "installed_version": "1.12.1"
    },
    "cookbook": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.11.5"
    },
    "core": {
      "installedat": "1659635135.6298",
      "vendor": "nextcloud",
      "public_webdav": "dav/appinfo/v1/publicwebdav.php",
      "lastupdatedat": "0",
      "public_files": "files_sharing/public.php",
      "backgroundjobs_mode": "cron",
      "theming.variables": "b92d206521717ac032f8aa58d3c7ff2f",
      "moveavatarsdone": "yes",
      "previewsCleanedUp": "1",
      "emailTestSuccessful": "1",
      "ai.textprocessing_provider_preferences": "{\"OCP\\\\TextProcessing\\\\FreePromptTaskType\":\"OCA\\\\OpenAi\\\\TextProcessing\\\\FreePromptProvider\",\"OCP\\\\TextProcessing\\\\SummaryTaskType\":\"OCA\\\\OpenAi\\\\TextProcessing\\\\SummaryProvider\",\"OCP\\\\TextProcessing\\\\HeadlineTaskType\":\"OCA\\\\OpenAi\\\\TextProcessing\\\\HeadlineProvider\",\"OCA\\\\OpenAi\\\\TextProcessing\\\\ReformulateTaskType\":\"OCA\\\\OpenAi\\\\TextProcessing\\\\ReformulateProvider\",\"OCP\\\\TextProcessing\\\\TopicsTaskType\":\"OCA\\\\Llm\\\\Provider\\\\TopicsProvider\",\"OCA\\\\Llm\\\\Provider\\\\SimplifyTaskType\":\"OCA\\\\Llm\\\\Provider\\\\SimplifyProvider\",\"OCA\\\\Llm\\\\Provider\\\\FormalizeTaskType\":\"OCA\\\\Llm\\\\Provider\\\\FormalizeProvider\"}",
      "files_metadata_installed": "1",
      "ai.stt_provider": "\"OCA\\\\OpenAi\\\\SpeechToText\\\\STTProvider\"",
      "ai.text2image_provider": "\"integration_openai_image_generation\"",
      "metadataGenerationDone": true,
      "ai.taskprocessing_provider_preferences": "{\"core:text2text:translate\":\"integration_openai-translate\",\"core:text2text\":\"integration_openai-text2text\",\"core:text2text:chat\":\"integration_openai-text2text:chat\",\"core:text2text:summary\":\"integration_openai-text2text:summary\",\"core:text2text:headline\":\"integration_openai-text2text:headline\",\"core:text2text:topics\":\"integration_openai-text2text:topics\",\"core:contextwrite\":\"integration_openai-contextwrite\",\"core:text2text:reformulation\":\"integration_openai-reformulate\"}",
      "ai.translation_provider_preferences": "[\"OCA\\\\OpenAi\\\\OldProcessing\\\\Translation\\\\TranslationProvider\",\"OCA\\\\Translate\\\\Provider\\\\Translation\"]",
      "lastcron": 1763414454,
      "oc.integritycheck.checker": {
        "files_mindmap": {
          "EXCEPTION": {
            "class": "OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException",
            "message": "Certificate is not valid."
          }
        }
      },
      "files_metadata": {
        "photos-original_date_time": {
          "value": null,
          "type": "int",
          "etag": "",
          "indexed": true,
          "editPermission": 0
        },
        "photos-size": {
          "value": null,
          "type": "array",
          "etag": "",
          "indexed": false,
          "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-gps": {
          "value": null,
          "type": "array",
          "etag": "",
          "indexed": false,
          "editPermission": 0
        },
        "photos-place": {
          "value": null,
          "type": "string",
          "etag": "",
          "indexed": true,
          "editPermission": 0
        },
        "files-live-photo": {
          "value": null,
          "type": "string",
          "etag": "",
          "indexed": false,
          "editPermission": 0
        },
        "blurhash": {
          "value": null,
          "type": "string",
          "etag": "a16baac215aa3f39f4347fbdf3365246",
          "indexed": false,
          "editPermission": 0
        }
      }
    },
    "cospend": {
      "types": "",
      "allowAnonymousCreation": "0",
      "installed_version": "3.1.6",
      "enabled": "yes"
    },
    "dashboard": {
      "types": "",
      "enabled": "yes",
      "installed_version": "7.11.0"
    },
    "dav": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "1.33.0",
      "regeneratedBirthdayCalendarsForYearFix": "yes",
      "buildCalendarSearchIndex": "yes",
      "chunks_migrated": "1",
      "buildCalendarReminderIndex": "yes",
      "builtSocialSearchIndex": "yes"
    },
    "deck": {
      "types": "dav",
      "enabled": "yes",
      "installed_version": "1.15.4"
    },
    "diary": {
      "types": "",
      "installed_version": "0.0.12",
      "enabled": "yes"
    },
    "dicomviewer": {
      "types": "",
      "installed_version": "2.3.1",
      "enabled": "yes"
    },
    "drawio": {
      "types": "filesystem",
      "installed_version": "3.1.2",
      "DrawioUrl": "https://embed.diagrams.net",
      "DrawioOffline": "no",
      "DrawioTheme": "kennedy",
      "DrawioLang": "auto",
      "DrawioAutosave": "yes",
      "DrawioLibraries": "yes",
      "enabled": "yes"
    },
    "drop_account": {
      "delayPurge": "yes",
      "delayPurgeHours": "720",
      "types": "",
      "requireConfirmation": "yes",
      "installed_version": "2.2.0",
      "enabled": "no"
    },
    "duplicatefinder": {
      "enabled": "no",
      "installed_version": "1.7.3",
      "types": ""
    },
    "epubreader": {
      "installed_version": "1.4.7",
      "types": "",
      "enabled": "no"
    },
    "epubviewer": {
      "types": "",
      "installed_version": "1.8.1",
      "enabled": "yes"
    },
    "external": {
      "types": "",
      "enabled": "yes",
      "installed_version": "6.0.2",
      "max_site": "7",
      "jwt_token_pubkey_es256": "***REMOVED SENSITIVE VALUE***",
      "sites": "***REMOVED SENSITIVE VALUE***",
      "jwt_token_privkey_es256": "***REMOVED SENSITIVE VALUE***"
    },
    "externalportal": {
      "maxSize": "",
      "installed_version": "1.2.0",
      "types": "",
      "showFiles": "",
      "widgetTitle": "User Websites",
      "iconColorMode": "THEMING",
      "enabled": "no",
      "customIconColor": "",
      "extraWide": "1"
    },
    "extract": {
      "types": "",
      "enabled": "no",
      "installed_version": "1.3.6"
    },
    "facerecognition": {
      "enabled": "no",
      "installed_version": "0.9.31",
      "types": "filesystem"
    },
    "familytree": {
      "enabled": "no",
      "installed_version": "1.2.3",
      "types": ""
    },
    "federatedfilesharing": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.21.0"
    },
    "federation": {
      "types": "authentication",
      "enabled": "yes",
      "installed_version": "1.21.0"
    },
    "files": {
      "types": "filesystem",
      "enabled": "yes",
      "watermark_enabled": "no",
      "default_quota": "200 GB",
      "installed_version": "2.3.1",
      "mimetype_version": "31.0.10.2"
    },
    "files_3dmodelviewer": {
      "types": "",
      "installed_version": "0.0.15",
      "enabled": "no"
    },
    "files_antivirus": {
      "av_socket": "/var/run/clamav/clamd.ctl",
      "av_path": "/usr/bin/clamscan",
      "types": "filesystem,dav",
      "av_mode": "daemon",
      "av_port": "3310",
      "av_host": "nextcloud-aio-clamav",
      "installed_version": "6.0.7",
      "av_cmd_options": "",
      "av_max_file_size": "-1",
      "av_infected_action": "only_log",
      "enabled": "yes",
      "av_stream_max_length": "17179869184"
    },
    "files_archive": {
      "enabled": "no",
      "archiveSizeLimit": "12884901888",
      "types": "filesystem,dav",
      "installed_version": "1.2.3"
    },
    "files_bpm": {
      "types": "filesystem,dav",
      "enabled": "no",
      "installed_version": "1.2.0"
    },
    "files_downloadactivity": {
      "types": "filesystem",
      "installed_version": "1.18.1",
      "enabled": "yes"
    },
    "files_downloadlimit": {
      "types": "",
      "enabled": "yes",
      "installed_version": "4.0.0"
    },
    "files_external": {
      "types": "filesystem",
      "enabled": "yes",
      "user_mounting_backends": "ftp,dav,owncloud,sftp,amazons3,swift,smb,\\OC\\Files\\Storage\\SFTP_Key,\\OC\\Files\\Storage\\SMB_OC",
      "allow_user_mounting": "no",
      "installed_version": "1.23.0"
    },
    "files_fulltextsearch": {
      "files_pdf": "1",
      "files_office": "1",
      "enabled": "no",
      "types": "filesystem",
      "installed_version": "26.0.0",
      "files_local": "1",
      "files_encrypted": "0",
      "files_federated": "0",
      "files_size": "20",
      "files_image": "0",
      "files_audio": "0",
      "files_external": "0",
      "files_group_folders": "1"
    },
    "files_linkeditor": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.1.23"
    },
    "files_markdown": {
      "installed_version": "2.4.1",
      "types": "",
      "enabled": "no"
    },
    "files_mindmap": {
      "types": "",
      "installed_version": "0.0.33",
      "enabled": "yes"
    },
    "files_pdfviewer": {
      "types": "",
      "enabled": "yes",
      "installed_version": "4.0.0"
    },
    "files_photospheres": {
      "types": "dav",
      "enabled": "yes",
      "installed_version": "1.31.1"
    },
    "files_reminders": {
      "enabled": "yes",
      "types": "",
      "installed_version": "1.4.0"
    },
    "files_rightclick": {
      "types": "",
      "enabled": "no",
      "installed_version": "1.6.0"
    },
    "files_sharing": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "1.23.1",
      "outgoing_server2server_group_share_enabled": "yes",
      "incoming_server2server_group_share_enabled": "yes"
    },
    "files_texteditor": {
      "installed_version": "2.15.1",
      "types": "",
      "enabled": "no"
    },
    "files_trashbin": {
      "types": "filesystem,dav",
      "enabled": "yes",
      "installed_version": "1.21.0",
      "background_job_expire_trash_offset": 0
    },
    "files_versions": {
      "types": "filesystem,dav",
      "enabled": "yes",
      "installed_version": "1.24.0"
    },
    "files_zip": {
      "types": "",
      "installed_version": "2.1.0",
      "enabled": "yes"
    },
    "firstrunwizard": {
      "enabled": "yes",
      "types": "",
      "installed_version": "4.0.0"
    },
    "forms": {
      "types": "prevent_group_restriction",
      "enabled": "yes",
      "installed_version": "5.2.2"
    },
    "fulltextsearch": {
      "enabled": "no",
      "app_navigation": "1",
      "cron_err_reset": "1688609351",
      "search_platform": "OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform",
      "types": "",
      "provider_indexed": "{\"test_provider\":\"0\",\"deck\":\"1\",\"files\":\"1\"}",
      "installed_version": "26.0.0"
    },
    "fulltextsearch_elasticsearch": {
      "elastic_host": "http://nextcloud-aio-fulltextsearch:9200",
      "types": "",
      "installed_version": "26.0.0",
      "elastic_index": "nextcloud-aio",
      "analyzer_tokenizer": "standard",
      "enabled": "no"
    },
    "gestion": {
      "installed_version": "2.4.1",
      "types": "",
      "enabled": "no"
    },
    "gpoddersync": {
      "types": "",
      "enabled": "yes",
      "installed_version": "3.13.3"
    },
    "gpxpod": {
      "installed_version": "4.3.0",
      "types": "",
      "enabled": "no"
    },
    "group_everyone": {
      "types": "authentication",
      "installed_version": "0.1.18",
      "enabled": "yes"
    },
    "groupfolders": {
      "types": "filesystem,dav",
      "installed_version": "19.1.9",
      "cron_last_folder_index": 1,
      "enabled": "yes"
    },
    "groupquota": {
      "installed_version": "0.1.8",
      "types": "filesystem",
      "enabled": "no"
    },
    "guests": {
      "types": "authentication",
      "installed_version": "4.6.0",
      "usewhitelist": "true",
      "whitelist": "files_trashbin,files_versions,files_sharing,files_texteditor,text,activity,firstrunwizard,photos,notifications,dashboard,user_status,weather_status,side_menu",
      "allow_external_storage": "false",
      "hide_users": "true",
      "enabled": "yes"
    },
    "health": {
      "types": "",
      "enabled": "no",
      "installed_version": "2.2.2"
    },
    "hibp": {
      "installed_version": "0.1.0",
      "types": "",
      "enabled": "no"
    },
    "holiday_calendars": {
      "types": "",
      "enabled": "no",
      "installed_version": "0.3.0"
    },
    "htmlviewer": {
      "types": "",
      "installed_version": "30.0.0",
      "enabled": "no"
    },
    "imageconverter": {
      "types": "",
      "installed_version": "2.0.5",
      "enabled": "yes"
    },
    "impersonate": {
      "types": "prevent_group_restriction",
      "enabled": "yes",
      "installed_version": "2.0.0"
    },
    "integration_discourse": {
      "installed_version": "2.4.1",
      "enabled": "yes",
      "types": ""
    },
    "integration_dropbox": {
      "types": "",
      "installed_version": "1.0.5",
      "enabled": "no"
    },
    "integration_excalidraw": {
      "installed_version": "2.0.3",
      "types": "",
      "base_url": "https://exd.kf7k.com",
      "override_link_click": "1",
      "enabled": "no"
    },
    "integration_google": {
      "client_id": "***REMOVED SENSITIVE VALUE***",
      "types": "",
      "enabled": "no",
      "client_secret": "***REMOVED SENSITIVE VALUE***",
      "installed_version": "2.2.0"
    },
    "integration_gptzero": {
      "installed_version": "0.1.3",
      "enabled": "no",
      "types": ""
    },
    "integration_mattermost": {
      "enabled": "no",
      "installed_version": "1.0.3",
      "types": ""
    },
    "integration_nuiteq": {
      "installed_version": "1.0.4",
      "types": "",
      "enabled": "no"
    },
    "integration_onedrive": {
      "types": "",
      "enabled": "no",
      "installed_version": "1.1.4",
      "client_id": "***REMOVED SENSITIVE VALUE***",
      "client_secret": "***REMOVED SENSITIVE VALUE***"
    },
    "integration_openai": {
      "quota_period": "30",
      "max_tokens": "8000",
      "quotas": "[0,0,0,0]",
      "whisper_picker_enabled": "1",
      "types": "",
      "translation_provider_enabled": "0",
      "installed_version": "3.7.1",
      "image_picker_enabled": "1",
      "request_timeout": "240",
      "stt_provider_enabled": "0",
      "url": "***REMOVED SENSITIVE VALUE***",
      "default_completion_model_id": "granite-3.2-8b-instruct",
      "chat_endpoint_enabled": "1",
      "llm_extra_params": "",
      "basic_user": "***REMOVED SENSITIVE VALUE***",
      "service_name": "Granite 3.2 8B",
      "use_basic_auth": "1",
      "t2i_provider_enabled": "0",
      "basic_password": "***REMOVED SENSITIVE VALUE***",
      "localai_text_generation_time": "14",
      "enabled": "no",
      "default_image_model_id": "granite-3.2-8b-instruct",
      "default_image_size": "512x512",
      "chunk_size": 8000,
      "default_stt_model_id": "granite-3.2-8b-instruct",
      "image_request_auth": "0",
      "api_key": "***REMOVED SENSITIVE VALUE***"
    },
    "integration_tmdb": {
      "installed_version": "1.0.4",
      "enabled": "no",
      "types": ""
    },
    "integration_twitter": {
      "types": "",
      "enabled": "no",
      "installed_version": "1.0.3"
    },
    "integration_youtube": {
      "types": "",
      "enabled": "yes",
      "token": "***REMOVED SENSITIVE VALUE***",
      "search_enabled": "false",
      "installed_version": "0.4.0"
    },
    "intros": {
      "installed_version": "1.1.2",
      "types": "",
      "enabled": "yes"
    },
    "inventory": {
      "installed_version": "0.1.3",
      "types": "",
      "enabled": "no"
    },
    "journeys": {
      "types": "",
      "installed_version": "0.9.3",
      "enabled": "no"
    },
    "keeporsweep": {
      "installed_version": "0.3.0",
      "types": "",
      "enabled": "no"
    },
    "keeweb": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.6.22"
    },
    "libresign": {
      "enabled": "no",
      "installed_version": "11.4.1",
      "types": ""
    },
    "llm": {
      "threads": "3",
      "types": "",
      "installed_version": "1.2.1",
      "enabled": "no",
      "model": "llama-2",
      "python_binary": ""
    },
    "logcleaner": {
      "installed_version": "1.2.0",
      "types": "",
      "enabled": "[\"admin\"]"
    },
    "login_notes": {
      "enabled": "no",
      "types": "",
      "installed_version": "1.6.1"
    },
    "logreader": {
      "enabled": "yes",
      "types": "logging",
      "installed_version": "4.0.0"
    },
    "lookup_server_connector": {
      "types": "authentication",
      "enabled": "yes",
      "installed_version": "1.19.0"
    },
    "mail": {
      "types": "",
      "installed_version": "5.5.15",
      "enabled": "yes"
    },
    "maps": {
      "types": "filesystem",
      "installed_version": "1.5.0",
      "enabled": "no"
    },
    "mediadc": {
      "installed_version": "0.4.0",
      "types": "",
      "enabled": "no"
    },
    "memegen": {
      "types": "",
      "installed_version": "1.1.3",
      "enabled": "yes"
    },
    "memories": {
      "types": "",
      "installed_version": "7.7.0",
      "last_index_job_duration": "90.13",
      "last_index_job_status_type": "success",
      "last_index_job_start": "1762891885",
      "enabled": "no",
      "last_index_job_status": "Indexing completed successfully"
    },
    "metadata": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.23.0"
    },
    "money": {
      "types": "",
      "enabled": "no",
      "installed_version": "0.24.0"
    },
    "multiboards": {
      "installed_version": "1.0.2",
      "types": "",
      "enabled": "no"
    },
    "music": {
      "types": "filesystem",
      "installed_version": "2.4.1",
      "enabled": "yes"
    },
    "news": {
      "types": "",
      "installed_version": "27.2.0",
      "enabled": "yes",
      "lastLogoPurge": 1763079249
    },
    "nextcloud-aio": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.8.0"
    },
    "nextcloud_announcements": {
      "types": "logging",
      "enabled": "yes",
      "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
      "notification_groups": "[\"admin\",\"everyone\"]",
      "installed_version": "3.0.0"
    },
    "notes": {
      "types": "",
      "installed_version": "4.12.3",
      "enabled": "yes"
    },
    "notifications": {
      "types": "logging",
      "enabled": "yes",
      "installed_version": "4.0.0",
      "sound_talk": "yes",
      "sound_notification": "yes",
      "setting_batchtime": "0"
    },
    "notify_push": {
      "types": "filesystem",
      "base_endpoint": "https://cloud.kf7k.com/push",
      "enabled": "yes",
      "installed_version": "1.2.1"
    },
    "oauth2": {
      "types": "authentication",
      "enabled": "yes",
      "installed_version": "1.19.1"
    },
    "occweb": {
      "types": "",
      "installed_version": "0.2.3",
      "enabled": "yes"
    },
    "onlyoffice": {
      "types": "prevent_group_restriction",
      "enabled": "yes",
      "customization_macros": "true",
      "editFormats": "{\"csv\":\"true\",\"odp\":\"true\",\"ods\":\"true\",\"odt\":\"true\",\"rtf\":\"true\",\"txt\":\"true\"}",
      "sameTab": "true",
      "preview": "false",
      "advanced": "false",
      "versionHistory": "true",
      "groups": "[ ]",
      "customizationChat": "true",
      "customizationCompactHeader": "true",
      "customizationFeedback": "true",
      "customizationForcesave": "false",
      "customizationHelp": "true",
      "customizationToolbarNoTabs": "true",
      "customizationReviewDisplay": "original",
      "customizationTheme": "theme-classic-light",
      "defFormats": "{\"csv\":\"true\",\"doc\":\"true\",\"docm\":\"true\",\"docx\":\"true\",\"docxf\":\"true\",\"oform\":\"true\",\"dotx\":\"true\",\"epub\":\"false\",\"html\":\"false\",\"odp\":\"false\",\"ods\":\"false\",\"odt\":\"false\",\"otp\":\"false\",\"ots\":\"false\",\"ott\":\"false\",\"pdf\":\"false\",\"potm\":\"true\",\"potx\":\"true\",\"ppsm\":\"true\",\"ppsx\":\"true\",\"ppt\":\"true\",\"pptm\":\"true\",\"pptx\":\"true\",\"rtf\":\"true\",\"txt\":\"false\",\"xls\":\"true\",\"xlsm\":\"true\",\"xlsx\":\"true\",\"xltm\":\"true\",\"xltx\":\"true\"}",
      "jwt_secret": "***REMOVED SENSITIVE VALUE***",
      "installed_version": "9.11.0",
      "demo": "{\"available\":false,\"enabled\":false,\"start\":{\"date\":\"2024-02-17 18:14:06.317112\",\"timezone_type\":3,\"timezone\":\"UTC\"}}",
      "jwt_header": "AuthorizationJwt",
      "verify_peer_off": "false",
      "StorageUrl": "",
      "DocumentServerInternalUrl": "",
      "DocumentServerUrl": "https://cloud.kf7k.com/onlyoffice",
      "settings_error": ""
    },
    "otpmanager": {
      "installed_version": "0.5.3",
      "types": "",
      "enabled": "no"
    },
    "ownershiptransfer": {
      "types": "",
      "installed_version": "1.3.0",
      "enabled": "yes"
    },
    "passman": {
      "enabled": "no",
      "installed_version": "2.4.1",
      "types": ""
    },
    "password_policy": {
      "types": "authentication",
      "enabled": "yes",
      "enforceUpperLowerCase": "1",
      "enforceNumericCharacters": "1",
      "enforceSpecialCharacters": "1",
      "installed_version": "3.0.0"
    },
    "passwords": "***REMOVED SENSITIVE VALUES***",
    "passwords_handbook": {
      "types": "",
      "installed_version": "2025.5.21",
      "enabled": "no"
    },
    "pax_fax": {
      "installed_version": "1.2.0",
      "types": "",
      "enabled": "no"
    },
    "photos": {
      "enabled": "yes",
      "types": "dav,authentication",
      "lastPlaceMappedUser": "therapy",
      "lastPlaceMappingDone": "true",
      "installed_version": "4.0.0"
    },
    "polls": {
      "types": "",
      "enabled": "no",
      "installed_version": "5.0.0"
    },
    "preview": {
      "jpeg_quality": "60"
    },
    "previewgenerator": {
      "installed_version": "5.10.0",
      "types": "filesystem",
      "enabled": "yes"
    },
    "privacy": {
      "types": "",
      "enabled": "yes",
      "installed_version": "3.0.0",
      "readableLocation": "us"
    },
    "profile": {
      "installed_version": "1.0.0",
      "types": "",
      "enabled": "yes"
    },
    "provisioning_api": {
      "types": "prevent_group_restriction",
      "enabled": "yes",
      "installed_version": "1.21.0"
    },
    "qownnotesapi": {
      "enabled": "no",
      "installed_version": "22.5.0",
      "types": ""
    },
    "quicknotes": {
      "types": "",
      "enabled": "no",
      "installed_version": "0.8.23"
    },
    "quota_warning": {
      "installed_version": "1.17.0",
      "types": "filesystem",
      "enabled": "no"
    },
    "recognize": {
      "landmarks.status": "true",
      "musicnn.status": "true",
      "nice_binary": "/bin/nice",
      "imagenet.status": "false",
      "tensorflow.cores": "2",
      "musicnn.enabled": "true",
      "tensorflow.purejs": "true",
      "node_binary": "/var/www/html/custom_apps/recognize/bin/node",
      "types": "filesystem,dav",
      "tensorflow.gpu": "false",
      "geo.enabled": "true",
      "imagenet.enabled": "true",
      "faces.batchSize": "50",
      "landmarks.enabled": "true",
      "imagenet.batchSize": "20",
      "faces.enabled": "true",
      "landmarks.batchSize": "20",
      "movinet.batchSize": "5",
      "movinet.enabled": "false",
      "musicnn.batchSize": "20",
      "audio.status": "true",
      "faces.status": "true",
      "images.status": "true",
      "video.status": "false",
      "enabled": "no",
      "nice_value": "0",
      "concurrency.enabled": "false",
      "landmarks.lastFile": "1716888044",
      "faces.lastFile": "1716589865",
      "clusterFaces.status": "true",
      "musicnn.lastFile": "1714930429",
      "imagenet.lastFile": "1716888024",
      "installed_version": "9.0.3",
      "clusterFaces.lastRun": "1751394012"
    },
    "recommendations": {
      "types": "",
      "installed_version": "4.0.0",
      "enabled": "yes"
    },
    "registration": {
      "enabled": "no",
      "installed_version": "1.5.0",
      "types": "prevent_group_restriction",
      "admin_approval_required": "no",
      "email_is_optional": "no",
      "email_is_login": "no",
      "registered_user_group": "Self-registered",
      "enforce_phone": "no",
      "domains_is_blocklist": "no",
      "show_domains": "no",
      "disable_email_verification": "no",
      "show_fullname": "yes",
      "show_phone": "yes",
      "enforce_fullname": "yes"
    },
    "related_resources": {
      "types": "",
      "installed_version": "2.0.0",
      "enabled": "yes"
    },
    "repod": {
      "types": "",
      "installed_version": "3.8.2",
      "enabled": "yes"
    },
    "root_cache_cleaner": {
      "installed_version": "0.1.5",
      "types": "",
      "enabled": "no"
    },
    "secrets": {
      "installed_version": "1.5.1",
      "types": "",
      "enabled": "no"
    },
    "sendent": {
      "installed_version": "1.3.1",
      "enabled": "no",
      "types": "",
      "firstRunAppVersion": "1.2.3"
    },
    "serverinfo": {
      "types": "",
      "enabled": "yes",
      "installed_version": "3.0.0",
      "cached_count_storages": 200,
      "size_appdata_storage": 316297277,
      "cached_count_appdata_files": 1359946,
      "cached_count_filecache": 2373391
    },
    "settings": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.14.0"
    },
    "sharebymail": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "1.21.0"
    },
    "sharereview": {
      "installed_version": "1.6.0",
      "enabled": "[\"everyone\"]",
      "types": ""
    },
    "side_menu": {
      "default-enabled": "0",
      "types": "",
      "cache-categories": "***REMOVED BORING VALUES***",
      "dark-mode-opener": "side-menu-opener",
      "dark-mode-icon-opacity": "100",
      "enabled": "no",
      "side-with-categories": "1",
      "cache": "11",
      "categories-order": "[\"other\",\"customization\",\"dashboard\",\"external_links\",\"files\",\"workflow\",\"games\",\"integration\",\"monitoring\",\"multimedia\",\"office\",\"organization\",\"search\",\"security\",\"social\",\"tools\"]",
      "always-displayed": "0",
      "opener-position": "before",
      "opener-only": "0",
      "force": "0",
      "big-menu": "0",
      "hide-when-no-apps": "0",
      "background-color": "#5522c4",
      "opener-hover": "0",
      "background-color-to": "#5522c4",
      "display-logo": "1",
      "background-color-opacity": "100",
      "use-avatar": "0",
      "current-app-background-color": "#4b1eab",
      "add-logo-link": "1",
      "text-color": "#ffffff",
      "big-menu-hidden-apps": "[ ]",
      "loader-color": "#8855f7",
      "show-settings": "0",
      "icon-invert-filter": "0",
      "size-icon": "normal",
      "icon-opacity": "100",
      "size-text": "normal",
      "opener": "side-menu-opener",
      "target-blank-apps": "[ ]",
      "dark-mode-background-color": "#5522c4",
      "loader-enabled": "1",
      "dark-mode-background-color-to": "#5522c4",
      "dark-mode-background-color-opacity": "100",
      "dark-mode-current-app-background-color": "#4b1eab",
      "top-menu-mouse-over-hidden-label": "0",
      "dark-mode-text-color": "#ffffff",
      "apps-order": "[ ]",
      "dark-mode-loader-color": "#ffffff",
      "categories-order-type": "default",
      "dark-mode-icon-invert-filter": "0",
      "categories-custom": "[ ]",
      "top-menu-apps": "[\"dashboard\",\"timemanager\",\"files\"]",
      "installed_version": "3.11.2",
      "top-side-menu-apps": "[\"dashboard\",\"calendar\",\"timemanager\",\"spreed\",\"files\"]",
      "apps-categories-custom": "{\"activity\":\"tools\",\"dashboard\":\"tools\",\"photos\":\"multimedia\",\"keeweb\":\"security\",\"news\":\"social\",\"passwords\":\"security\",\"diary\":\"office\",\"memories\":\"multimedia\",\"music\":\"multimedia\",\"tables\":\"office\",\"notes\":\"office\",\"cospend\":\"tools\",\"health\":\"tools\",\"maps\":\"multimedia\",\"calendar\":\"office\",\"audioplayer\":\"multimedia\",\"tasks\":\"office\",\"integration_gptzero\":\"integration\",\"timemanager\":\"office\",\"social\":\"social\",\"announcementcenter\":\"social\",\"mail\":\"social\",\"contacts\":\"social\",\"spreed\":\"social\",\"mediadc\":\"multimedia\",\"forms\":\"social\",\"cookbook\":\"tools\",\"deck\":\"organization\",\"files\":\"files\"}"
    },
    "smb_test": {
      "types": "",
      "installed_version": "0.3.7",
      "enabled": "no"
    },
    "snappymail": {
      "snappymail-autologin-with-email": "",
      "snappymail-no-embed": "",
      "snappymail-autologin": "",
      "installed_version": "2.28.3",
      "types": "",
      "enabled": "no"
    },
    "social": {
      "installed_version": "0.6.1",
      "enabled": "no",
      "types": "",
      "cloud_url": "https://cloud.kf7k.com",
      "social_url": "https://cloud.kf7k.com/apps/social/",
      "migration_rename_document_copy": "1"
    },
    "socialsharing_email": {
      "types": "",
      "enabled": "yes",
      "installed_version": "4.0.0"
    },
    "socialsharing_facebook": {
      "installed_version": "2.5.0",
      "types": "",
      "enabled": "no"
    },
    "socialsharing_twitter": {
      "installed_version": "2.5.0",
      "types": "",
      "enabled": "no"
    },
    "solitaire": {
      "installed_version": "1.0.0",
      "types": "",
      "enabled": "no"
    },
    "spreed": {
      "types": "dav,prevent_group_restriction",
      "project_access_invalidated": "1",
      "stun_servers": "***REMOVED SENSITIVE VALUE***",
      "turn_servers": "***REMOVED SENSITIVE VALUE***",
      "signaling_servers": "***REMOVED SENSITIVE VALUE***",
      "has_reference_id": "yes",
      "installed_version": "21.1.5",
      "signaling_ticket_secret": "***REMOVED SENSITIVE VALUE***",
      "signaling_token_privkey_es256": "***REMOVED SENSITIVE VALUE***",
      "signaling_token_pubkey_es256": "***REMOVED SENSITIVE VALUE***",
      "sip_bridge_groups": "[ ]",
      "start_conversations": "[ ]",
      "allowed_groups": "[ ]",
      "recording_servers": "***REMOVED SENSITIVE VALUE***",
      "enabled": "yes"
    },
    "stt_whisper": {
      "threads": "2",
      "ffmpeg_binary": "",
      "enabled": "no",
      "model": "small",
      "installed_version": "1.0.6",
      "types": ""
    },
    "support": {
      "types": "session",
      "enabled": "yes",
      "installed_version": "3.0.0",
      "SwitchUpdaterServerHasRun": "yes"
    },
    "survey_client": {
      "types": "",
      "installed_version": "1.14.0",
      "enabled": "no"
    },
    "suspicious_login": {
      "types": "authentication",
      "enabled": "yes",
      "installed_version": "9.0.1"
    },
    "systemtags": {
      "types": "logging",
      "installed_version": "1.15.0",
      "enabled": "no"
    },
    "tables": {
      "installed_version": "1.0.1",
      "types": "",
      "enabled": "no",
      "legacyRowTransferRunComplete": "true",
      "sequenceRepairComplete": "true"
    },
    "tasks": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.17.1"
    },
    "text": {
      "types": "dav",
      "enabled": "yes",
      "installed_version": "5.0.2"
    },
    "text2image_stablediffusion": {
      "node_binary": "/var/www/html/custom_apps/text2image_stablediffusion/bin/node",
      "installed_version": "1.0.2",
      "types": "",
      "enabled": "no"
    },
    "theming": {
      "types": "logging",
      "enabled": "yes",
      "installed_version": "2.6.1",
      "name": "Nextcloud",
      "cachebuster": "4"
    },
    "thesearchpage": {
      "types": "",
      "installed_version": "1.2.8",
      "enabled": "no"
    },
    "timemanager": {
      "types": "",
      "enabled": "yes",
      "installed_version": "0.3.19"
    },
    "timetracker": {
      "types": "",
      "enabled": "no",
      "installed_version": "0.0.79"
    },
    "transfer": {
      "installed_version": "0.6.1",
      "types": "",
      "enabled": "no"
    },
    "translate": {
      "node_binary": "/var/www/html/custom_apps/translate/bin/node",
      "types": "",
      "enabled": "no",
      "threads": "0",
      "installed_version": "2.2.0"
    },
    "twofactor_backupcodes": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.20.0"
    },
    "twofactor_nextcloud_notification": {
      "installed_version": "5.0.0",
      "types": "",
      "enabled": "yes"
    },
    "twofactor_totp": {
      "types": "",
      "enabled": "yes",
      "installed_version": "13.0.0-dev.0"
    },
    "twofactor_webauthn": {
      "enabled": "yes",
      "installed_version": "2.4.1",
      "types": ""
    },
    "twothousandandfortyeight": {
      "installed_version": "1.0.2",
      "types": "",
      "enabled": "no"
    },
    "updatenotification": {
      "integration_openai": "3.7.1",
      "welcome": "1.3.0",
      "deck": "1.15.4",
      "audioplayer": "3.6.1",
      "groupfolders": "19.1.9",
      "spreed": "21.1.4",
      "integration_youtube": "0.4.1",
      "music": "2.4.1",
      "files_antivirus": "6.0.3",
      "epubviewer": "1.8.1",
      "cookbook": "0.11.4",
      "twofactor_webauthn": "2.4.1",
      "files_linkeditor": "1.1.23",
      "timemanager": "0.3.19",
      "contacts": "7.3.6",
      "assistant": "2.7.1",
      "guests": "4.5.1",
      "previewgenerator": "5.10.0",
      "tasks": "0.17.0",
      "announcementcenter": "7.2.2",
      "repod": "3.8.1",
      "bookmarks": "15.2.1",
      "cospend": "3.1.5",
      "tables": "1.0.0",
      "journeys": "0.9.3",
      "notify_push": "1.2.1",
      "drawio": "3.1.2",
      "whiteboard": "1.4.1",
      "mail": "5.5.15",
      "calendar": "5.5.9",
      "news": "27.1.0",
      "forms": "5.2.1",
      "installed_version": "1.21.0",
      "types": "",
      "enabled": "yes",
      "notify_groups": "[ ]",
      "socialsharing_email": "4.0.1"
    },
    "user_migration": {
      "types": "",
      "enabled": "no",
      "installed_version": "4.0.1"
    },
    "user_status": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.11.0"
    },
    "user_usage_report": {
      "installed_version": "1.8.0",
      "types": "filesystem",
      "enabled": "no"
    },
    "video_converter": {
      "types": "",
      "installed_version": "1.0.6",
      "enabled": "no"
    },
    "viewer": {
      "types": "",
      "enabled": "yes",
      "installed_version": "4.0.0"
    },
    "weather_status": {
      "types": "",
      "enabled": "yes",
      "installed_version": "1.11.0"
    },
    "webhook_listeners": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "1.2.0"
    },
    "welcome": {
      "enabled": "yes",
      "types": "",
      "installed_version": "1.3.0",
      "userId": "***REMOVED SENSITIVE VALUE***",
      "supportUserId": "***REMOVED SENSITIVE VALUE***",
      "supportUserName": "***REMOVED SENSITIVE VALUE***",
      "widgetTitle": "Welcome",
      "supportText": "***REMOVED SENSITIVE VALUE***",
      "filePath": "/Shared/Everyone/welcome.md",
      "userName": "***REMOVED SENSITIVE VALUE***"
    },
    "whiteboard": {
      "types": "",
      "installed_version": "1.4.1",
      "collabBackendUrl": "https://cloud.kf7k.com/whiteboard",
      "jwt_secret_key": "***REMOVED SENSITIVE VALUE***",
      "enabled": "yes"
    },
    "workflow_media_converter": {
      "installed_version": "1.8.4",
      "types": "",
      "enabled": "no",
      "convertMediaInParallel": "yes",
      "threadLimit": "6"
    },
    "workflowengine": {
      "types": "filesystem",
      "enabled": "yes",
      "installed_version": "2.13.0"
    }
  }
}

Apps

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

Enabled:

- activity: 4.0.0

- admin_audit: 1.21.0

- announcementcenter: 7.2.2

- app_api: 5.0.2

- audioplayer: 3.6.1

- bruteforcesettings: 4.0.0

- calendar: 5.5.9

- camerarawpreviews: 0.8.8

- circles: 31.0.0

- cloud_federation_api: 1.14.0

- cloud_py_api: 0.2.0

- comments: 1.21.0

- contacts: 7.3.6

- contactsinteraction: 1.12.1

- cookbook: 0.11.5

- cospend: 3.1.6

- dashboard: 7.11.0

- dav: 1.33.0

- deck: 1.15.4

- diary: 0.0.12

- dicomviewer: 2.3.1

- drawio: 3.1.2

- epubviewer: 1.8.1

- external: 6.0.2

- federatedfilesharing: 1.21.0

- federation: 1.21.0

- files: 2.3.1

- files_antivirus: 6.0.7

- files_downloadactivity: 1.18.1

- files_downloadlimit: 4.0.0

- files_external: 1.23.0

- files_linkeditor: 1.1.23

- files_mindmap: 0.0.33

- files_pdfviewer: 4.0.0

- files_photospheres: 1.31.1

- files_reminders: 1.4.0

- files_sharing: 1.23.1

- files_trashbin: 1.21.0

- files_versions: 1.24.0

- files_zip: 2.1.0

- firstrunwizard: 4.0.0

- forms: 5.2.2

- gpoddersync: 3.13.3

- group_everyone: 0.1.18

- groupfolders: 19.1.9

- guests: 4.6.0

- imageconverter: 2.0.5

- impersonate: 2.0.0

- integration_discourse: 2.4.1

- integration_youtube: 0.4.0

- intros: 1.1.2

- keeweb: 0.6.22

- logcleaner: 1.2.0

- logreader: 4.0.0

- lookup_server_connector: 1.19.0

- mail: 5.5.15

- memegen: 1.1.3

- metadata: 0.23.0

- music: 2.4.1

- news: 27.2.0

- nextcloud-aio: 0.8.0

- nextcloud_announcements: 3.0.0

- notes: 4.12.3

- notifications: 4.0.0

- notify_push: 1.2.1

- oauth2: 1.19.1

- occweb: 0.2.3

- onlyoffice: 9.11.0

- ownershiptransfer: 1.3.0

- password_policy: 3.0.0

- photos: 4.0.0

- previewgenerator: 5.10.0

- privacy: 3.0.0

- profile: 1.0.0

- provisioning_api: 1.21.0

- recommendations: 4.0.0

- related_resources: 2.0.0

- repod: 3.8.2

- serverinfo: 3.0.0

- settings: 1.14.0

- sharebymail: 1.21.0

- sharereview: 1.6.0

- socialsharing_email: 4.0.0

- spreed: 21.1.5

- support: 3.0.0

- suspicious_login: 9.0.1

- tasks: 0.17.1

- text: 5.0.2

- theming: 2.6.1

- timemanager: 0.3.19

- twofactor_backupcodes: 1.20.0

- twofactor_nextcloud_notification: 5.0.0

- twofactor_totp: 13.0.0-dev.0

- twofactor_webauthn: 2.4.1

- updatenotification: 1.21.0

- user_status: 1.11.0

- viewer: 4.0.0

- weather_status: 1.11.0

- webhook_listeners: 1.2.0

- welcome: 1.3.0

- whiteboard: 1.4.1

- workflowengine: 2.13.0

Disabled:

- encryption: 2.19.0

- survey_client: 3.0.0 (installed 1.14.0)

- systemtags: 1.21.1 (installed 1.15.0)

- user_ldap: 1.22.0

Tips for increasing the likelihood of a response

  • Use the preformatted text formatting option in the editor for all log entries and configuration output.
  • If screenshots are useful, feel free to include them.
    • If possible, also include key error output in text form so it can be searched for.
  • Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.