HTTP responses taking over a minute

Nextcloud version (eg, 20.0.5): 24.0.7
Operating system and version (eg, Ubuntu 20.04): Docker 20.10.3
Apache or nginx version (eg, Apache 2.4.25): nginx 1.23-alpine
NextCloud Docker Image: nextcloud:24-fpm

The issue you are facing:
Occasionally, when interacting with my NextCloud instance (usually through the web interface), HTTP responses take over a minute to come back. The problem seems sporadic and hard to reproduce. Is there some way to diagnose where the delay is occurring?

Is this the first time you’ve seen this error? (Y/N): N

Steps to replicate it:
It’s sporadic, but one way I can usually reproduce it is by open settings, and then start clicking around on various menus on the left-hand side.

The output of your Nextcloud log in Admin > Logging:

Info	updater	\OC\Updater::resetLogLevel: Reset log level to Warning(2)	
2 hours ago
Info	updater	\OC\Updater::maintenanceDisabled: Turned off maintenance mode	
2 hours ago
Info	updater	\OC\Updater::updateEnd: Update successful	
2 hours ago
Info	updater	\OC\Updater::finishedCheckCodeIntegrity: Finished code integrity check	
2 hours ago
Info	updater	\OC\Updater::startCheckCodeIntegrity: Starting code integrity check...	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Add token cleanup job	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Add background job to set the lookup server share state for users	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Repair DAV shares	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Queue a one-time job to check for user uploaded certificates	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Add job to cleanup the bruteforce entries	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Remove old dashboard app config data	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Check encryption key format	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Keep legacy encryption enabled	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Reset generated avatar flag	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Clear access cache of projects	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::info: Repair info: No need to remove link shares.	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::info: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Remove potentially over exposing share links	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Add background job to cleanup login flow v2 tokens	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Cleanup invalid photocache files for carddav	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Queue a one-time job to cleanup old backups of the updater	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Add preview background cleanup job	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Clear every generated avatar on major updates	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::step: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::info: Repair info: JS cache cleared	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::info: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::info: Repair info: SCSS cache cleared	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::info: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Debug	scss_cacher	SCSSCacher::resetCache Locking removed	
2 hours ago
Debug	scss_cacher	SCSSCacher::resetCache css cache cleared!	
2 hours ago
Debug	scss_cacher	SCSSCacher::resetCache Lock acquired	
2 hours ago
Debug	scss_cacher	SCSSCacher::resetCache	
2 hours ago
Info	updater	\OC\Repair::info: Repair info: Image cache cleared	
2 hours ago
Info	no app in context	Deprecated event type for \OC\Repair::info: Symfony\Component\EventDispatcher\GenericEvent is used	
2 hours ago
Info	updater	\OC\Repair::step: Repair step: Clear frontend caches

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'redis',
    'password' => '',
    'port' => 6379,
  ),
  'trusted_proxies' => 
  array (
    0 => '192.168.192.0/20',
  ),
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => '[REDACTED]',
  'mail_smtpport' => '[REDACTED]',
  'mail_from_address' => '[REDACTED]',
  'mail_domain' => '[REDACTED]',
  'passwordsalt' => '[REDACTED]',
  'secret' => '[REDACTED]',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => '[REDACTED PUBLIC DOMAIN]',
  ),
  'datadirectory' => '/data',
  'dbtype' => 'mysql',
  'version' => '24.0.8.2',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'db',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => '[REDACTED]',
  'installed' => true,
  'instanceid' => '[REDACTED]',
  'maintenance' => false,
  'mail_sendmailmode' => 'smtp',
  'theme' => '',
  'loglevel' => 2,
  'mail_smtpsecure' => '[REDACTED]',
  'mail_smtpauth' => [REDACTED],
  'mail_smtpname' => '[REDACTED]',
  'mail_smtppassword' => '[REDACTED]',
  'mail_smtpauthtype' => '[REDACTED]',
);

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

192.168.192.4 - [redacted] [12/Dec/2022:18:14:09 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.SeedVaultAndroidBackup/ HTTP/1.1" 207 262 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.23.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:10 +0000] "PROPFIND /remote.php/dav/files/[redacted]/todo/ HTTP/1.1" 207 249 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.23.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:11 +0000] "PROPFIND /remote.php/dav/files/[redacted]/_Inbox/ HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.23.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:25 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:26 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1832 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:14:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1832 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:36 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:53 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:58 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5716 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:59 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 289 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:59 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:14:59 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 333 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:00 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:00 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:01 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:01 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:02 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:02 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 332 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:02 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:10 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin// HTTP/1.1" 207 40411 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:10 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/b4b4d86e5ef94da9a9f7fa26f9a85a76.md HTTP/1.1" 200 15211 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:10 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5707 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:12 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:40 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:40 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:15:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:15:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:42 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1833 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:44 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1833 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:55 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:56 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:15:57 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:15:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:16:25 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:16:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:16:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:16:40 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:16:56 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:41 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:17:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:17:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:44 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:45 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:45 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:46 +0000] "POST /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:46 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/-1/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:47 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=-1&layers=0 HTTP/1.1" 200 102 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:47 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=2&layers=0 HTTP/1.1" 200 139 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:47 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/3/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:48 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/3/children?layers=1 HTTP/1.1" 200 2827 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:49 +0000] "DELETE /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:50 +0000] "POST /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:51 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/-1/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:51 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=-1&layers=0 HTTP/1.1" 200 102 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:52 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=2&layers=0 HTTP/1.1" 200 139 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:52 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/6/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:53 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/6/children?layers=1 HTTP/1.1" 200 385 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:53 +0000] "DELETE /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:55 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:55 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:58 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:17:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:17:59 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:25 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:18:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:44 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:57 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:58 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5707 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:58 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:58 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:59 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:18:59 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 333 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:00 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:00 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:02 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:02 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 287 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:03 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:03 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 334 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:03 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:11 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin// HTTP/1.1" 207 40405 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:13 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5723 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:15 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:19:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:42 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:19:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1835 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:44 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:44 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:44 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1835 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:46 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:55 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:19:57 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:19:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:03 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:13 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5724 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:13 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:14 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck263723.txt HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:14 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck263723.txt HTTP/1.1" 207 290 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:15 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck263723.txt HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:15 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:15 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 332 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:15 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:16 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:17 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/2_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:17 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:18 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:18 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 332 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:18 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:26 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 247 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:26 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1835 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:20:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin// HTTP/1.1" 207 40409 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:28 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5712 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 247 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:29 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1835 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:29 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/1_1_c470cd2ed45b41a494fcc90318c224be.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:20:48 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:40 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:41 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5712 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1834 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 287 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:42 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:42 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 337 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:21:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:21:42 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:42 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:43 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1834 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:44 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/2_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:44 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:45 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:45 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 334 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:46 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:46 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 207 302 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:47 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 200 13796 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:48 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:49 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:50 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:55 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:21:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:21:59 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:00 +0000] "POST /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/-1/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=-1&layers=0 HTTP/1.1" 200 102 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=2&layers=0 HTTP/1.1" 200 139 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:01 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/3/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:01 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/3/children?layers=1 HTTP/1.1" 200 2827 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:01 +0000] "DELETE /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:07 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:22:18 +0000] "GET /csrftoken HTTP/1.1" 200 121 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:25 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:26 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1834 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:22:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:29 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1834 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:22:52 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:40 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:41 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:43 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:23:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:23:43 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:54 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:57 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:57 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:23:57 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:58 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:23:58 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 200 411 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "POST /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/-1/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=-1&layers=0 HTTP/1.1" 200 102 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder?root=2&layers=0 HTTP/1.1" 200 139 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/6/hash HTTP/1.1" 200 96 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:00 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/folder/6/children?layers=1 HTTP/1.1" 200 385 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:01 +0000] "DELETE /index.php/apps/bookmarks/public/rest/v2/lock HTTP/1.1" 200 40 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:11 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:15 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/info.json HTTP/1.1" 200 5719 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:16 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 288 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:16 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck254014.txt HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:16 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck254014.txt HTTP/1.1" 207 290 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:17 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/temp/timeCheck254014.txt HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:18 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 201 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:18 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/locks/ HTTP/1.1" 207 334 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:18 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:19 +0000] "PROPFIND /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 207 302 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:19 +0000] "GET /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 200 17956 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:21 +0000] "PUT /remote.php/dav/files/[redacted]/.joplin/8a669182665740e5a83ecca595690618.md HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:22 +0000] "DELETE /remote.php/dav/files/[redacted]/.joplin/locks/1_1_ca5fb3be39f5400c9523c3097c8fea30.json HTTP/1.1" 204 0 "-" "Joplin/1.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:25 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:26 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1826 "-" "Mozilla/5.0 (Linux) mirall/3.6.2 (build 12295) (Nextcloud, ubuntu-5.15.0-56-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - - [12/Dec/2022:18:24:27 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:28 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 246 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:29 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 1826 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"
192.168.192.4 - [redacted] [12/Dec/2022:18:24:56 +0000] "PROPFIND /remote.php/dav/files/[redacted]/ HTTP/1.1" 207 256 "-" "Mozilla/5.0 (Linux) mirall/3.6.4 (build 12825) (Nextcloud, ubuntu-5.19.13-t2 ClientArchitecture: x86_64 OsArchitecture: x86_64)" "172.23.0.1"