Commit Graph

4 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
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