7f7036f3ab
ремонт: v1 освободил только 440M (apt clean + nginx gz); главный виновник — laravel.log 8.7G + syslog 525M + playwright cache 440M; sudo truncate на PG log дал Permission denied — workaround через sudo bash -c ': > file' Targeted fixes for v1 issues: - laravel.log 8.7G + laravel.log.1 572M → truncate via sudo bash redirect - syslog 525M → truncate - PG log 497M → workaround via sudo bash redirect (sudo truncate gave Permission denied) - /var/www/.cache/ms-playwright ~440M → removed (dev cache, not needed in prod)