Go to file
Ender 26c3c0bb0e
Some checks failed
Deploy to Production / deploy (push) Failing after 8s
refactor: standardize database env variables to use DB_* prefix
- Renamed MYSQL_ROOT_PASSWORD to DB_ROOT_PASSWORD and MYSQL_PASSWORD to DB_PASSWORD for consistent naming
- Updated docker-compose.yml to map DB_* variables to MySQL container's expected MYSQL_* format
- Removed redundant DATABASE_URL variable since individual DB_* variables are now used
- Added default values for DB_USER, DB_NAME, DB_HOST, and DB_PORT in docker-compose.yml
- Updated all documentation files to reference new standar
2025-10-28 13:11:57 +01:00
.gitea/workflows Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
apps feat: add pagination and rate limit tracking to stock photo search 2025-10-28 12:59:57 +01:00
data/drafts feat: add MySQL database integration with Drizzle ORM for post and audio clip storage 2025-10-24 14:57:54 +02:00
docker docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
docs refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
packages/config-ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
scripts refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
tmp feat: add S3 config validation and improve error messages in STT endpoint 2025-10-24 02:42:04 +02:00
.dockerignore feat: add deployment and server configuration files 2025-10-25 23:04:04 +02:00
.env.example refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
.gitignore chore: remove sensitive credentials and improve env file security 2025-10-27 21:31:16 +01:00
AI_GENERATION_FEATURE.md docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
AUTO_MIGRATION_SUMMARY.md feat: implement automatic database migrations on server startup 2025-10-26 23:21:40 +01:00
BACKEND_UPDATES.md feat: add keyboard shortcuts, pagination, and auto-upload for audio recordings 2025-10-24 23:31:33 +02:00
CADDY_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
Caddyfile fix: update proxy config and db wiring 2025-10-25 23:29:04 +00:00
CONTENT_STATISTICS_PLAN.md feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
CONTENT_STATISTICS_SUMMARY.md feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
DATABASE_SETUP.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
DB_VARS_UNIFIED.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
deploy.sh feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
DEPLOYMENT_GUIDE.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
DEPLOYMENT_SUMMARY.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
docker-compose.yml refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
LOCAL_TESTING.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
MIGRATION_COMPLETE.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
MOBILE_COMPATIBILITY.md feat: add mobile image upload support with camera integration 2025-10-26 22:36:21 +01:00
MULTI_APP_VPS_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
nginx-vps.conf feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
package.json chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
PLAN.md feat: add multi-clip recording and reordering support in audio recorder 2025-10-24 14:15:37 +02:00
pnpm-lock.yaml feat: add AI prompt field to post editor and database schema 2025-10-24 16:37:47 +02:00
pnpm-workspace.yaml chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
QUICK_START.md refactor: standardize database env variables to use DB_* prefix 2025-10-28 13:11:57 +01:00
QUICK_TEST_GUIDE.md docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
STOCK_PHOTOS_QUICK_START.md feat: add Unsplash stock photo integration to Media Library 2025-10-27 21:28:43 +01:00
STOCK_PHOTOS_SETUP.md feat: add Unsplash stock photo integration to Media Library 2025-10-27 21:28:43 +01:00
TEST_README.md docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
test.sh docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00