Commit Graph

6 Commits

Author SHA1 Message Date
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
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
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