1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-07-29 04:38:48 +03:00

cluster0: QR verify email attachment, libqrencode-tools, src=qr analytics

ShortLinksRepository mail pack + renderQrPng; cluster APK includes
libqrencode-tools; deploy-ac-url-shortener ensures QR CLI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-23 18:53:35 +02:00
parent d8c8b3a57a
commit 7a014118a2
5 changed files with 154 additions and 20 deletions

View File

@@ -24,5 +24,7 @@ else
git clone --branch "$BRANCH" --depth 1 "$ORIGIN" "$URL_ROOT"
fi
apk add --no-cache libqrencode libqrencode-tools >/dev/null 2>&1 || true
chown -R nginx:nginx "$URL_ROOT" 2>/dev/null || true
log "deploy-ac-url-shortener_ok $(host_short) $(git -C "$URL_ROOT" rev-parse --short HEAD)"