{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"5": "nextcloudpi.local",
"7": "nextcloudpi",
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "32.0.2.2",
"overwrite.cli.url": "https:\/\/nextcloudpi\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"default_locale": "de_DE",
"default_language": "de",
"default_phone_region": "DE",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"tempdirectory": "\/media\/myCloudDrive\/ncdata\/tmp",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": "8000",
"preview_max_y": "8000",
"preview_max_memory": 8192,
"preview_max_filesize_image": 256,
"jpeg_quality": 60,
"overwriteprotocol": "https",
"maintenance": false,
"maintenance_window_start": 1,
"logfile": "\/media\/myCloudDrive\/ncdata\/nextcloud.log",
"loglevel": 0,
"log_type": "file",
"theme": "",
"trashbin_retention_obligation": "auto, 365",
"updater.release.channel": "stable",
"app_install_overwrite": {
"0": "cookbook",
"3": "passman",
"4": "talk_matterbridge",
"5": "suspicious_login",
"6": "terms_of_service",
"7": "unsplash",
"8": "music",
"9": "bruteforcesettings",
"10": "video_converter",
"11": "quota_warning",
"12": "polls",
"13": "deck",
"14": "flow_notifications",
"15": "richdocumentscode_arm64",
"16": "cms_pico",
"17": "phonetrack",
"18": "tasks",
"19": "news",
"20": "facerecognition",
"21": "memories",
"22": "maps",
"23": "files_retention",
"24": "llm",
"25": "forms",
"26": "integration_github",
"27": "integration_jupyterhub",
"28": "nextcloudpi"
},
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"data-fingerprint": "4c7943cffe4b7905097aa89c6878d08f",
"enable_previews": true,
"enabledPreviewProviders": {
"0": "OC\\Preview\\Image",
"1": "OC\\Preview\\Movie",
"5": "OC\\Preview\\JPEG"
},
"memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-aarch64-glibc",
"memories.no_transcode": false,
"memories.ffmpeg_path": "\/usr\/bin\/ffmpeg",
"memories.ffprobe_path": "\/usr\/bin\/ffprobe",
"memories.transcoder": "\/var\/www\/nextcloud\/apps\/memories\/exiftool-bin\/go-vod-aarch64",
"memories.qsv": true,
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.vod.disable": true,
"memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-aarch64",
"memories.gis_type": 1,
"memories.db.triggers.fcu": true,
"defaultapp": "",
"htaccess.RewriteBase": "",
"updater.secret": "***REMOVED SENSITIVE VALUE***"
}
}
Steps to reproduce
When I try the same with a .png file everything works as expected
Server configuration
Web server: Apache
Database: MySQL
PHP version: 8.4
Nextcloud version: 32.0.2
List of activated apps
Nextcloud configuration
Trying to convert the image manually (using the convert command) does work. ffmpeg and imagemagick are installed.