Added storage endpoint and show on indes

This commit is contained in:
2025-08-07 22:38:27 +02:00
parent 716c6730b5
commit c7fd393cbf
6 changed files with 128 additions and 3 deletions

View File

@@ -10,4 +10,7 @@ UPLOAD_DIR=./uploads
BASE_URL=http://localhost:8080
# How long to keep uploaded files before deletion (examples: 1d, 12h, 30m)
DELETE_FILES_AFTER=1d
DELETE_FILES_AFTER=1d
# Maximum storage capacity in GB
MAX_STORAGE_GB=10