Sync branded QR logo with platform-php updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-07 22:16:21 +02:00
parent be5f11c5ed
commit 117313a824
3 changed files with 32 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ rsync -av backend/url-shortener/ alpine-be:/var/www/localhost/htdocs/apps/s/
cd /var/www/.../androidcast_project/android_cast
php81 examples/crash_reporter/backend/scripts/ensure_url_shortener_prod_config.php
apk add libqrencode-tools # QR PNG (/api/v1/qr/…)
apk add libqrencode-tools php83-gd # QR PNG (/api/v1/qr/…) + logo overlay
rc-service php-fpm81 restart
```