Hey, thanks for the response, sorry about the missing copy/past.
See below for the output of the ncp-report, it is a lot.
Since I only installed ncp on my pi 3 b and did barely anything I don’t want to waste your time. I can just start over from scratch without trial and error to get the wifi connected. This is straight forward now that you have pointed me to the right location/command.
EDIT: formatting
kiss@nextcloudpi:~$ sudo ncp-report
[sudo] password for kiss:
<--! Paste this in GitHub report -->
<details>
<summary>NextcloudPi diagnostics</summary>
``
NextcloudPi version v1.55.1
NextcloudPi image
OS Armbian-unofficial 24.8.2 Bookworm \l . 6.6.45-current-bcm2711 (aarch64)
automount no
USB devices none
datadir /opt/ncdata/data
data in SD yes
data filesystem ext2/ext3
data disk usage 4.7G/116G
rootfs usage 4.7G/116G
swapfile /var/swap
dbdir /var/lib/mysql
Nextcloud check ok
Nextcloud version 29.0.4.1
HTTPD service up
PHP service up
MariaDB service up
Redis service up
HPB service up
Postfix service up
Internet check ok
Public IPv4 ***REMOVED SENSITIVE VALUE***
Public IPv6 ***REMOVED SENSITIVE VALUE***
Port 80 closed
Port 443 closed
IP ***REMOVED SENSITIVE VALUE***
Gateway ***REMOVED SENSITIVE VALUE***
Interface enxb827eb9f78bc
Certificates ***REMOVED SENSITIVE VALUE***
NAT loopback no
Uptime 13min
``
</details>
<details>
<summary>Nextcloud configuration</summary>
``
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"7": "nextcloudpi",
"5": "nextcloudpi.local",
"8": "nextcloudpi.lan",
"3": "nextcloudpi",
"11": "2403:4800:24d0:3136:190:bb0f:d41a:67dd",
"1": "192.168.1.19",
"14": "nextcloudpi"
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "29.0.4.1",
"overwrite.cli.url": "https:\/\/nextcloudpi\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"tempdirectory": "\/opt\/ncdata\/data\/tmp",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"overwriteprotocol": "https",
"maintenance": false,
"logfile": "\/opt\/ncdata\/data\/nextcloud.log",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"loglevel": "2",
"log_type": "file"
}
}
``
</details>
<details>
<summary>HTTPd logs</summary>
``
``
</details>
<details>
<summary>Database logs</summary>
``
tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory
</details>
<details>
<summary>Nextcloud logs</summary>
</details>
there is a lot more text but I hit the character limit of the forum response
Since I only installed ncp on my pi 3 b and did barely anything I don’t want to waste your time. I can just start over from scratch without trial and error to get the wifi connected. This is straight forward now that you have pointed me to the right location/command.