Commit Graph

61 Commits

Author SHA1 Message Date
b4eaf4370f feat: create upload directory automatically if it does not exist 2024-11-26 05:31:23 +00:00
c17b7e2cbb feat: make upload path configurable via environment variable
The upload directory is now determined by the `UPLOAD_PATH` environment variable, falling back to the default `./uploads` if not set. This change modifies the path resolution logic in the file storage module to support dynamic configuration.
2024-11-26 05:30:47 +00:00
bot
616f71eeed chore: update build configuration to include new asset paths and version bump 2024-11-26 05:26:28 +00:00
65bf8024de feat: increase default storage quota from 5GB to 10GB for new users 2024-11-26 05:24:14 +00:00
bot
b530744b6a chore: update build configuration to include new asset compression step 2024-11-26 05:06:53 +00:00
7306063a6e chore: add upload directory contents to .gitignore for exclusion 2024-11-26 05:05:24 +00:00
d4db97102e chore: remove all uploaded content from the uploads directory 2024-11-26 05:04:50 +00:00
05edc9a666 feat: add build server configuration with CI pipeline and deployment settings 2024-11-26 05:04:33 +00:00
14e6322132 docs: add project description and setup instructions to readme 2024-11-26 04:57:50 +00:00
e5f493d783 docs: add project description and setup instructions to readme 2024-11-26 04:57:12 +00:00
6b40e4706a feat: add initial project structure with core files and configuration 2024-11-26 03:34:46 +00:00