11 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
5ce6457d5f Fix: Create storage symlink during Docker build
- Create symlink from /app/code/storage to /app/data/storage in Dockerfile
- Symlink is created during build when filesystem is writable
- Removed Laravel paths override approach
- Deleted unused laravel-paths.php file
2025-10-22 09:27:32 -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
fec445e17e Fix: Don't create storage directory in Dockerfile
- Removed mkdir command that was creating /app/code/storage
- This allows ln -sf to create the symlink correctly
- Previously ln was creating /app/code/storage/storage instead
2025-10-22 09:00:24 -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
cd0bfd1289 Remove icon reference and maxBoxVersion limit 2025-10-22 08:41:30 -06:00
Your Name
90c4820483 Add CLOUDRON_PACKAGE_INFO.md and finalize package 2025-10-22 08:34:34 -06:00
Your Name
46e16e96c9 Add temporary .env for vite build 2025-10-22 08:30:11 -06:00
Your Name
67a2485e84 Fix npm build script to use 'production' instead of 'prod' 2025-10-22 08:29:00 -06:00
Your Name
da0f53a470 Initial AnonAddy Cloudron package 2025-10-22 08:24:36 -06:00