What app is this about, and its version: YunoHost 12.1.39 (stable)
What YunoHost version are you running: Version: 2025.11.10~ynh1
What type of hardware are you using: VPS bought online
Describe your issue
no files displayed on dumbdrop, their are there in the corresponding folder. do i miss somethin in .env file?
ls yunohost.app/dumbdrop/
20250913_151830.jpg 20250925_190354.jpg Bildschirmfoto_20250913_141059.png
Share relevant logs or error messages
root@web:/var/www/dumbdrop# cat .env
#########################################
# SERVER CONFIGURATION
#########################################
# Port for the server (default: 3000)
PORT=49400
# Base URL for the application (default: "new user can not post url":PORT)
BASE_URL="new user can not post url"
# Node environment (default: development)
NODE_ENV=production
#########################################
# FILE UPLOAD SETTINGS
#########################################
# Maximum file size in MB (default: 1024)
MAX_FILE_SIZE=1024
# Directory for uploads (Docker/production; optional)
UPLOAD_DIR=/home/yunohost.app/dumbdrop
# Directory for uploads (local dev, fallback: './local_uploads')
LOCAL_UPLOAD_DIR=/home/yunohost.app/dumbdrop
# Comma-separated list of allowed file extensions (optional, e.g. .jpg,.png,.pdf)
# ALLOWED_EXTENSIONS=.jpg,.png,.pdf
ALLOWED_EXTENSIONS=
#########################################
# SECURITY
#########################################
# PIN protection (4-10 digits, optional)
# DUMBDROP_PIN=1234
DUMBDROP_PIN=<redacted>
#########################################
# UI SETTINGS
#########################################
# Site title displayed in header (default: DumbDrop)
DUMBDROP_TITLE=DumbDrop
#########################################
# NOTIFICATION SETTINGS
#########################################
# Apprise URL for notifications (optional)
APPRISE_URL=
# Notification message template (default: New file uploaded {filename} ({size}), Storage used {storage})
APPRISE_MESSAGE=New file uploaded {filename} ({size}), Storage used {storage}
# Size unit for notifications (B, KB, MB, GB, TB, or Auto; default: Auto)
APPRISE_SIZE_UNIT=Auto
#########################################
# ADVANCED
#########################################
# Enable automatic upload on file selection (true/false, default: false)
AUTO_UPLOAD=false
# Comma-separated list of origins allowed to embed the app in an iframe (optional)
# ALLOWED_IFRAME_ORIGINS="new user can not post url"
ALLOWED_IFRAME_ORIGINS=