Self hosted cloud storage
A Powerful, open-source solution for managing image storage, optimization, and delivery
-
Deduplication: Automatically detects and eliminates duplicate images.
-
Compression: Optimize image sizes without compromising quality.
-
Format Conversion: Convert images to modern formats like WebP, AVIF, and more.
-
Resizing and Cropping: On-the-fly transformations with smart cropping.
git clone https://github.com/TeamXSeven/bucketX.git
cd bucketX
go mod download
air # also can use 'go run main.go'
swag init -g main.go --parseDependency --parseInternal
go mod tidy
docker compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.