5 Commits

Author SHA1 Message Date
Innei
1a546bd357 feat: add GIT_TOKEN and PG_CONNECTION_STRING to environment configuration
- Updated the .env.template to include GIT_TOKEN for remote repository authentication.
- Modified the Dockerfile to accept GIT_TOKEN and PG_CONNECTION_STRING as build arguments, enhancing the configuration for deployment.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:19:42 +08:00
Innei
49ac494998 feat: init api
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-27 00:43:04 +08:00
Innei
66860e3eb6 chore: update .env.template and Dockerfile for S3 configuration
- Removed unused S3 configuration variables from .env.template to streamline environment setup.
- Added ARG directives for S3_ACCESS_KEY_ID and S3_SECRET_ACCESS_KEY in Dockerfile to facilitate secure access to S3 resources during build.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-23 02:21:47 +08:00
J2ephyr
fbb31bda30 feat: Add S3_EXCLUDE_REGEX configuration option for file exclusion support. (#15) 2025-06-19 14:39:41 +08:00
Innei
f841d2ada2 feat: init 2025-06-05 13:27:09 +08:00