Go to file
Ender 02878439af
Some checks failed
Deploy to Production / deploy (push) Failing after 6s
chore: remove sensitive credentials and improve env file security
- Removed .env file containing sensitive API keys and passwords from version control
- Updated .gitignore to exclude all .env files except .env.example across all apps
- Added protection for environment files in subdirectories with apps/**/.env pattern
- Ensures credentials and secrets are kept out of repository while preserving example templates
2025-10-27 21:31:16 +01:00
.gitea/workflows Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
apps feat: add Unsplash stock photo integration to Media Library 2025-10-27 21:28:43 +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
packages/config-ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02: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 feat: add Unsplash stock photo integration to Media Library 2025-10-27 21:28:43 +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 feat: implement automatic database migrations on server startup 2025-10-26 23:21:40 +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 Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
DEPLOYMENT_SUMMARY.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
docker-compose.yml docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
LOCAL_TESTING.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02: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 Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00: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