I checked my system, and I seem to be running all the necessary files needed for the regular Passwords app. Here’s the output of ‘./occ passwords:system:report debug
’:
{
"version": {
"server": "28.0.2.5",
"app": "2024.1.11",
"lsr": true,
"php": "8.2.15",
"cronPhp": "8.2.15"
},
"environment": {
"os": "Linux",
"architecture": "x86_64",
"bits": 64,
"database": "mysql",
"cron": "cron",
"proxy": false,
"sslProxy": false,
"subdirectory": false
},
"services": {
"images": "imagick",
"favicons": "default",
"previews": "default",
"security": "hibp",
"words": "auto",
"previewApi": false,
"faviconApi": false
},
"status": {
"autoBackupRestored": false
},
"settings": {
"channel": "stable",
"nightlies": false,
"handbook": false,
"performance": 5
},
"encryption": {
"sse": {
"SSEv1r1": false,
"SSEv1r2": true,
"SSEv2r1": false,
"SSEv3r1": false,
"none": false,
"default": "SSEv1r2"
},
"cse": {
"CSEv1r1": false,
"none": true,
"default": "none"
}
}
}
Any clue why standard version isn’t showing?
Thanks in advance!