feat: Track storage usage

This commit is contained in:
Maksim Eltyshev
2025-08-23 00:03:20 +02:00
parent 2f4bcb0583
commit 4d77a1f596
89 changed files with 1052 additions and 304 deletions

View File

@@ -10,6 +10,7 @@ SECRET_KEY=notsecretkey
# LOG_FILE=
# TRUST_PROXY=true
# MAX_UPLOAD_FILE_SIZE=
# TOKEN_EXPIRES_IN=365 # In days
# related: https://github.com/knex/knex/issues/2354
@@ -30,6 +31,7 @@ SECRET_KEY=notsecretkey
# DEFAULT_ADMIN_USERNAME=demo
# INTERNAL_ACCESS_TOKEN=
# STORAGE_LIMIT=
# ACTIVE_USERS_LIMIT=
# Set to true to show more detailed authentication error messages.