That at least means caddy is working. Can you see if there are an errors in /var/log/caddy/yournextcliudserver.log?
compiling from ports, pkg
should still work (if I remember right) but it sounds like you guys went “cowboy” and did some weird thing so, sorry I couldn’t help. I think I know what script you guys are talking about, so I’ll have to find some time and check it out later.
root@nextcloud:~ # tail -n 10 /var/log/caddy/caddy.log
{"level":"info","ts":1731085756.587206,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/var/db/caddy/data/caddy"}
{"level":"info","ts":1731085756.5872633,"msg":"failed to increase receive buffer size: set udp [::]:443: setsockopt: no buffer space available. See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details."}
{"level":"info","ts":1731085756.5873108,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
{"level":"info","ts":1731085756.5873644,"logger":"http.log","msg":"server running","name":"remaining_auto_https_redirects","protocols":["h1","h2","h3"]}
{"level":"info","ts":1731085756.5873792,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["xxxxxx.co.uk"]}
{"level":"info","ts":1731085756.5878744,"logger":"tls","msg":"finished cleaning storage units"}
{"level":"info","ts":1731085756.5880263,"msg":"autosaved config (load with --resume flag)","file":"/var/db/caddy/config/caddy/autosave.json"}
{"level":"info","ts":1731085756.5880404,"msg":"serving initial configuration"}
Successfully started Caddy (pid=77295) - Caddy is running in the background
{"level":"info","ts":1731085760.7701075,"logger":"http.log.access","msg":"handled request","request":{"remote_ip":"45.148.10.206","remote_port":"54056","proto":"HTTP/1.1","method":"GET","host":"81.187.137.226","uri":"/.git/config","headers":{"Accept-Encoding":["gzip"],"Connection":["close"],"User-Agent":["Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 950 Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393"],"Accept-Charset":["utf-8"]}},"user_id":"","duration":0.0000509,"size":0,"status":308,"resp_headers":{"Server":["Caddy"],"Connection":["close"],"Location":["https://81.187.137.226/.git/config"],"Content-Type":[]}}
root@nextcloud:~ #
While I am a real cowboy, that is not how this went. Haha. The script is very reliable and probably has be run thousands of times on many different servers.
Php was installed via pkg though.
There should be a log file for your domain. What you shared is the main caddy log.
root@nextcloud:~ # ls -al /var/log/caddy/
total 13795
drwxr-xr-x 2 root wheel 3 May 22 2023 .
drwxr-xr-x 8 root wheel 50 Nov 8 16:47 ..
-rw-r--r-- 1 root wheel 82715115 Nov 8 17:09 caddy.log
root@nextcloud:~ #
Hmmm…
Can you share /usr/local/www/Caddyfile?
[quote="victor, post:27, topic:23543"]
/usr/local/www/Caddyfile
[/quote]
root@nextcloud:~ # cat /usr/local/www/Caddyfile
{
# debug
#acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email XXXX@XXXXXXXXXX.co.uk
# default_sni XXXXXXXXXX.co.uk
}
XXXXXXXXX.co.uk {
root * /usr/local/www/nextcloud
file_server
log {
output file /var/log/XXXXXXXXXX.co.uk.log
}
php_fastcgi 127.0.0.1:9000 {
env front_controller_active true
}
header {
# enable HSTS
# Strict-Transport-Security max-age=31536000;
}
# client support (e.g. os x calendar / contacts)
redir /.well-known/carddav /remote.php/dav/ 301
redir /.well-known/caldav /remote.php/dav/ 301
redir /.well-known/webfinger /index.php/.well-known/webfinger 301
redir /.well-known/nodeinfo /index.php/.well-known/nodeinfo 301
# .htaccess / data / config / ... shouldn't be accessible from outside
@forbidden {
path /.htaccess
path /data/*
path /config/*
path /db_structure
path /.xml
path /README
path /3rdparty/*
path /lib/*
path /templates/*
path /occ
path /console.php
}
respond @forbidden 404
}
root@nextcloud:~ #
heres the file your looking for i think
root@nextcloud:~ # tail /var/log/xxxxxxx.co.uk.log
{"level":"info","ts":1731086248.2027857,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"47.128.55.136","remote_port":"17160","proto":"HTTP/1.1","method":"GET","host":"xxxxxxx.co.uk","uri":"/robots.txt","headers":{"Accept-Encoding":["gzip"],"Connection":["Close"],"User-Agent":["Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"]}},"user_id":"","duration":0.000048563,"size":0,"status":308,"resp_headers":{"Server":["Caddy"],"Connection":["close"],"Location":["https://xxxxxx.co.uk/robots.txt"],"Content-Type":[]}}
{"level":"error","ts":1731086253.481773,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"32878","proto":"HTTP/2.0","method":"GET","host":"xxxxxxxx.co.uk","uri":"/index.php/204","headers":{"X-Request-Id":["98a7b10d-eb7f-4704-a19e-1b065773a5e9"],"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxx.co.uk"}},"user_id":"","duration":0.004530594,"size":0,"status":500,"resp_headers":{"Content-Type":["text/html; charset=UTF-8"],"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"]}}
{"level":"error","ts":1731086315.5101707,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxxxx.co.uk","uri":"/index.php/204","headers":{"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["8bcca67f-9888-4117-abf1-ffa559db06d5"],"Cookie":[]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxx.co.uk"}},"user_id":"","duration":0.003954055,"size":0,"status":500,"resp_headers":{"Alt-Svc":["h3=\":443\"; ma=2592000"],"Content-Type":["text/html; charset=UTF-8"],"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"],"Server":["Caddy"]}}
{"level":"error","ts":1731086315.5102406,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxx.co.uk","uri":"/index.php/204","headers":{"X-Request-Id":["94571fb3-4049-4ccd-9d3d-7051fd82c01d"],"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxxx.co.uk"}},"user_id":"","duration":0.004027558,"size":0,"status":500,"resp_headers":{"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"],"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Content-Type":["text/html; charset=UTF-8"]}}
{"level":"error","ts":1731086315.5146112,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxxx.co.uk","uri":"/status.php","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["863184d4-9c1b-4f13-ba70-53fc34dbd617"],"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxxx.co.uk"}},"user_id":"","duration":0.001849254,"size":0,"status":500,"resp_headers":{"Content-Type":["text/html; charset=UTF-8"],"Status":["500 Internal Server Error"],"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"X-Powered-By":["PHP/8.3.12"]}}
{"level":"error","ts":1731086377.493892,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxxx.co.uk","uri":"/index.php/204","headers":{"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["23a58815-0f8f-4c5a-bab5-b49ffe44af42"],"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxxxx.co.uk"}},"user_id":"","duration":0.004444765,"size":0,"status":500,"resp_headers":{"X-Powered-By":["PHP/8.3.12"],"Content-Type":["text/html; charset=UTF-8"],"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Status":["500 Internal Server Error"]}}
{"level":"error","ts":1731086439.4838638,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxx.co.uk","uri":"/index.php/204","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["4e4857b1-b77e-4d80-a9dc-444e1dc7b52e"],"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxx.co.uk"}},"user_id":"","duration":0.004492422,"size":0,"status":500,"resp_headers":{"Content-Type":["text/html; charset=UTF-8"],"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"]}}
{"level":"info","ts":1731086489.9696052,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"47.128.23.63","remote_port":"47000","proto":"HTTP/1.1","method":"GET","host":"xxxxxxxx.co.uk","uri":"/robots.txt","headers":{"Accept-Encoding":["gzip"],"Connection":["Close"],"User-Agent":["Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"]}},"user_id":"","duration":0.000031798,"size":0,"status":308,"resp_headers":{"Server":["Caddy"],"Connection":["close"],"Location":["https://xxxxxxxxx.co.uk/robots.txt"],"Content-Type":[]}}
{"level":"error","ts":1731086501.494378,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxx.co.uk","uri":"/index.php/204","headers":{"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["375d2ccf-e315-4064-b962-270db534bfe5"],"Cookie":[]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxx.co.uk"}},"user_id":"","duration":0.004681968,"size":0,"status":500,"resp_headers":{"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"],"Content-Type":["text/html; charset=UTF-8"]}}
{"level":"error","ts":1731086563.4955924,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_ip":"81.187.137.226","remote_port":"48420","proto":"HTTP/2.0","method":"GET","host":"xxxxxxx.co.uk","uri":"/index.php/204","headers":{"Cookie":[],"Accept-Encoding":["zstd, br, gzip, deflate"],"Accept-Language":["en-GB,*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (Linux) mirall/3.14.0daily (Nextcloud, manjaro-6.10.13-3-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)"],"Accept":["*/*"],"X-Request-Id":["2944c673-a638-4f00-bd71-880b3a0950c7"]},"tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"xxxxxxxxx.co.uk"}},"user_id":"","duration":0.004535076,"size":0,"status":500,"resp_headers":{"Server":["Caddy"],"Alt-Svc":["h3=\":443\"; ma=2592000"],"Status":["500 Internal Server Error"],"X-Powered-By":["PHP/8.3.12"],"Content-Type":["text/html; charset=UTF-8"]}}
root@nextcloud:~ #
Can you also share /usr/local/www/nextcloud/config/config.php?
Next file to check is /var/log/nextcloud/nextcloud.log
hold up a sec i accidentally sent my mail and pw. i have to change it quick.
What a twat i am.
root@nextcloud:~ # tail /var/log/nextcloud/nextcloud.log
{"reqId":"DgpF4O9FIMm4i29eelyw","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"admin","app":"admin_audit","method":"POST","url":"/ocs/v2.php/apps/notifications/api/v2/push?devicePublicKey=-----BEGIN%20PUBLIC%20KEY-----%0AMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG0PPzWiucQTecLZE2kw%0AF%2BpiBBrkfaNueXRCCmhssyvEIMB3uSQtAr19Dr%2B3iNjmjusKbwFG4G9Fhx1WYxTx%0Ac21qJ7%2Bps3Ax8mDCpmJMjrY6aP2fPdaZigesOT3eM2YwmTN69u8jM1ewaPdNRnad%0A3rNmv7BVtILK58tGTt4NM2ZztGbUSP6f2mX1VaTNM3zLpiLCsquLaL4E%2Biu9X1b7%0AQNnHuCDlOvb9R4XT3LNHDtjm2lfG4BnYxYoEAZqb785SiWJ9V0lbLPIETQyZ3sGP%0ATbjVtgHbvCNGoARqtXZVmls1McfZGEuQSUoKAai2ueD9u0%2BMBKKVUSbbiUQl2WDp%0AzQIDAQAB%0A-----END%20PUBLIC%20KEY-----&proxyServer=https%3A%2F%2Fpush-notifications.nextcloud.com&format=json&pushTokenHash=1969b1e37e36fd9a987aa122a9a14865f77814937e4a964a958521379ab2d2b088329c9551a6782520f2974c270f066dea8b2b515b611e5ee35ec8a00dc85213","message":"Login successful: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"kPAknez307xw1qMesqLY","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"admin","app":"admin_audit","method":"GET","url":"/ocs/v2.php/cloud/capabilities","message":"Login successful: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"K4HoFwOzCXVjIAKERp1H","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"admin","app":"admin_audit","method":"GET","url":"/ocs/v2.php/cloud/capabilities","message":"Login successful: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"i6TGSzOpqykFlWhpMV1o","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"--","app":"admin_audit","method":"POST","url":"/ocs/v2.php/apps/notifications/api/v2/push?devicePublicKey=-----BEGIN%20PUBLIC%20KEY-----%0AMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG0PPzWiucQTecLZE2kw%0AF%2BpiBBrkfaNueXRCCmhssyvEIMB3uSQtAr19Dr%2B3iNjmjusKbwFG4G9Fhx1WYxTx%0Ac21qJ7%2Bps3Ax8mDCpmJMjrY6aP2fPdaZigesOT3eM2YwmTN69u8jM1ewaPdNRnad%0A3rNmv7BVtILK58tGTt4NM2ZztGbUSP6f2mX1VaTNM3zLpiLCsquLaL4E%2Biu9X1b7%0AQNnHuCDlOvb9R4XT3LNHDtjm2lfG4BnYxYoEAZqb785SiWJ9V0lbLPIETQyZ3sGP%0ATbjVtgHbvCNGoARqtXZVmls1McfZGEuQSUoKAai2ueD9u0%2BMBKKVUSbbiUQl2WDp%0AzQIDAQAB%0A-----END%20PUBLIC%20KEY-----&proxyServer=https%3A%2F%2Fpush-notifications.nextcloud.com&format=json&pushTokenHash=1969b1e37e36fd9a987aa122a9a14865f77814937e4a964a958521379ab2d2b088329c9551a6782520f2974c270f066dea8b2b515b611e5ee35ec8a00dc85213","message":"Login attempt: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"i6TGSzOpqykFlWhpMV1o","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"--","app":"admin_audit","method":"POST","url":"/ocs/v2.php/apps/notifications/api/v2/push?devicePublicKey=-----BEGIN%20PUBLIC%20KEY-----%0AMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG0PPzWiucQTecLZE2kw%0AF%2BpiBBrkfaNueXRCCmhssyvEIMB3uSQtAr19Dr%2B3iNjmjusKbwFG4G9Fhx1WYxTx%0Ac21qJ7%2Bps3Ax8mDCpmJMjrY6aP2fPdaZigesOT3eM2YwmTN69u8jM1ewaPdNRnad%0A3rNmv7BVtILK58tGTt4NM2ZztGbUSP6f2mX1VaTNM3zLpiLCsquLaL4E%2Biu9X1b7%0AQNnHuCDlOvb9R4XT3LNHDtjm2lfG4BnYxYoEAZqb785SiWJ9V0lbLPIETQyZ3sGP%0ATbjVtgHbvCNGoARqtXZVmls1McfZGEuQSUoKAai2ueD9u0%2BMBKKVUSbbiUQl2WDp%0AzQIDAQAB%0A-----END%20PUBLIC%20KEY-----&proxyServer=https%3A%2F%2Fpush-notifications.nextcloud.com&format=json&pushTokenHash=1969b1e37e36fd9a987aa122a9a14865f77814937e4a964a958521379ab2d2b088329c9551a6782520f2974c270f066dea8b2b515b611e5ee35ec8a00dc85213","message":"Login attempt: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"i6TGSzOpqykFlWhpMV1o","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"admin","app":"admin_audit","method":"POST","url":"/ocs/v2.php/apps/notifications/api/v2/push?devicePublicKey=-----BEGIN%20PUBLIC%20KEY-----%0AMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG0PPzWiucQTecLZE2kw%0AF%2BpiBBrkfaNueXRCCmhssyvEIMB3uSQtAr19Dr%2B3iNjmjusKbwFG4G9Fhx1WYxTx%0Ac21qJ7%2Bps3Ax8mDCpmJMjrY6aP2fPdaZigesOT3eM2YwmTN69u8jM1ewaPdNRnad%0A3rNmv7BVtILK58tGTt4NM2ZztGbUSP6f2mX1VaTNM3zLpiLCsquLaL4E%2Biu9X1b7%0AQNnHuCDlOvb9R4XT3LNHDtjm2lfG4BnYxYoEAZqb785SiWJ9V0lbLPIETQyZ3sGP%0ATbjVtgHbvCNGoARqtXZVmls1McfZGEuQSUoKAai2ueD9u0%2BMBKKVUSbbiUQl2WDp%0AzQIDAQAB%0A-----END%20PUBLIC%20KEY-----&proxyServer=https%3A%2F%2Fpush-notifications.nextcloud.com&format=json&pushTokenHash=1969b1e37e36fd9a987aa122a9a14865f77814937e4a964a958521379ab2d2b088329c9551a6782520f2974c270f066dea8b2b515b611e5ee35ec8a00dc85213","message":"Login successful: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"8qHXWYxLrrUYF8aLsM3d","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"--","app":"admin_audit","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v3/signaling/settings","message":"Login attempt: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"8qHXWYxLrrUYF8aLsM3d","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"--","app":"admin_audit","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v3/signaling/settings","message":"Login attempt: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"8qHXWYxLrrUYF8aLsM3d","level":1,"time":"2024-11-08T16:21:31+00:00","remoteAddr":"81.187.137.226","user":"admin","app":"admin_audit","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v3/signaling/settings","message":"Login successful: \"admin\"","userAgent":"Mozilla/5.0 (Android) Nextcloud-Talk v20.0.2","version":"30.0.2.2","data":{"app":"admin_audit"}}
{"reqId":"2XcES6x93NshInVevKWL","level":1,"time":"2024-11-08T16:35:15+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Indexing completed successfully","userAgent":"--","version":"30.0.2.2","data":{"app":"memories"}}
root@nextcloud:~ #