Skip to content

Instantly share code, notes, and snippets.

View moly7x's full-sized avatar

Tân Lê moly7x

  • Hanoi,Viet Nam
  • 02:59 (UTC +07:00)
View GitHub Profile
@moly7x
moly7x / .env.sample
Created March 13, 2025 07:36 — forked from 0sc/.env.sample
Code snippets for using Imgproxy with Minio.
IMGPROXY_KEY=$(xxd -g 2 -l 64 -p /dev/random | tr -d '\n')
IMGPROXY_SALT=$(xxd -g 2 -l 64 -p /dev/random | tr -d '\n')
ACCESS_SECRET=$(xxd -g 2 -l 5 -p /dev/random | tr -d '\n')
ACCESS_KEY=$(xxd -g 2 -l 5 -p /dev/random | tr -d '\n')
REGION=us-east-1
DEFAULT_BUCKET=sample