Commit graph

20 commits

Author SHA1 Message Date
b1e7d29677 Add rebuild flags 2025-06-15 16:50:23 -06:00
a2b3b1756d Fix environment variable references to match .env file
- Change GMAIL_USER/GMAIL_PASS to GOOGLE_EMAIL/GOOGLE_APP_PASSWORD
- Reference actual variables that exist in .env file
- Use SMTP_HOST, SMTP_PORT, SMTP_SECURE from .env
- Use RECIPIENT_EMAIL=eliza@deafgain.org from .env
2025-05-27 13:08:18 -05:00
7a752771c8 Fix email environment variables for subscription system
- Add missing SMTP configuration variables
- Map GMAIL_USER/GMAIL_PASS to expected GOOGLE_EMAIL/GOOGLE_APP_PASSWORD
- Add RECIPIENT_EMAIL and SMTP_HOST/PORT/SECURE settings
- Fixes 'Failed to process subscription' error
2025-05-27 13:07:17 -05:00
e3930cf87a Fix nginx logging configuration for statistics
- Create log directory in Dockerfile
- Add proper logging configuration to default.conf
- Mount logs directory in docker-compose.yml for persistence
- Fixes 502 error caused by missing log directory
2025-05-27 12:54:13 -05:00
3e1892a6f7 update Docker deployment 2025-05-27 12:45:16 -05:00
b6f727be5d Add Docker deployment setup and subscription functionality
- Complete Docker containerization for development and production
- Add newsletter subscription API with rate limiting
- Update governance documents with video content
- Enhance email functionality and configurations
- Update memory bank documentation
2025-05-27 12:23:45 -05:00
d65f8a7e80 Update verison number 2024-12-11 22:21:53 -06:00
13d137847c Add server side logging tracking 2024-12-11 21:51:56 -06:00
e238c56480 Update version number 2024-12-10 19:47:21 -06:00
185c70e76e Make contact form functional 2024-12-10 19:21:09 -06:00
0823a15744 Fix docker related issues 2024-12-09 18:18:49 -06:00
05786a9517 fix: update config for video serving 2024-12-09 17:30:49 -06:00
aec55f02c8 chore: add public directory structure and update docker-compose 2024-12-09 17:16:04 -06:00
d426b49670 Update build files 2024-12-09 17:12:44 -06:00
a29b2bb2b5 Add video_content directory 2024-12-09 16:37:06 -06:00
8389c4a040 Update for videos to be added to resource 2024-12-09 16:17:35 -06:00
80b8200fc2 update: add caddy network 2024-11-30 14:54:48 -06:00
14fb61aab9 Development environment:
- Added Dockerfile.dev for local development
- Configured volume mounts for hot reloading
- Set up Vite dev server with proper host binding

Production environment:
- Streamlined multi-stage build process
- Removed Nginx in favor of future Caddy setup
- Optimized container size and build steps
2024-11-30 02:10:00 -06:00
4715b3b6a0 Enable Production 2024-11-23 14:38:56 -06:00
eeeca351ec Initial commit with correct file structure 2024-11-23 13:48:37 -06:00