5 Commits

Author SHA1 Message Date
Your Name
45f11105ab Fix: Create .env symlink in Dockerfile and add APP_KEY placeholder
- Create symlink from /app/code/.env to /app/data/.env in Dockerfile
- Add APP_KEY= placeholder to .env template
- Remove runtime symlink creation attempts
- This fixes key:generate error about missing .env file
2025-10-22 09:43:51 -06:00
Your Name
2de73967a4 Fix: Configure Laravel to use /app/data/storage
- Created laravel-paths.php to override storage path
- Patched bootstrap/app.php to load custom paths
- Removed symlink approach as /app/code is read-only
- Laravel will now use /app/data/storage directly
2025-10-22 09:14:03 -06:00
Your Name
15ec7e7151 Fix: Replace mount with symlink for storage directory
- Changed bind mount to symlink in start.sh
- Resolves 'permission denied' error when mounting
- Symlink approach works without elevated privileges
2025-10-22 08:52:08 -06:00
Your Name
1a9311e568 Fix readonly filesystem issues - use bind mount for storage and .env in /app/data 2025-10-22 08:44:52 -06:00
Your Name
da0f53a470 Initial AnonAddy Cloudron package 2025-10-22 08:24:36 -06:00