All Projects → endpot → ImageX

endpot / ImageX

Licence: MIT License
A free image host built with laravel and MinIO

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to ImageX

Jathena
Proof of concept open source Amazon Athena
Stars: ✭ 19 (+46.15%)
Mutual labels:  minio
face detect api
This is a simple face detection api that takes as input, an image and gives as output, detected faces on the image. This API can be used as an alternative to the paid face detection APIs currently available as it gives quite good accuracy levels.
Stars: ✭ 26 (+100%)
Mutual labels:  minio
nestjs-minio
Your favorite object storage with nestjs
Stars: ✭ 36 (+176.92%)
Mutual labels:  minio
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (+207.69%)
Mutual labels:  minio
gitlab-chart
Kubernetes Helm chart to deploy GitLab
Stars: ✭ 59 (+353.85%)
Mutual labels:  minio
imagehost
A Secure and Anonymous Image Host
Stars: ✭ 52 (+300%)
Mutual labels:  image-hosting
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+269.23%)
Mutual labels:  minio
MLOps
MLOps template with examples for Data pipelines, ML workflow management, API development and Monitoring.
Stars: ✭ 28 (+115.38%)
Mutual labels:  minio
fss3
FSS3 is an S3 filesystem abstraction layer for Golang
Stars: ✭ 52 (+300%)
Mutual labels:  minio
chevereto-free
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
Stars: ✭ 2,522 (+19300%)
Mutual labels:  image-hosting
minio-boshrelease
MinIO release for http://bosh.io/
Stars: ✭ 31 (+138.46%)
Mutual labels:  minio
metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (+184.62%)
Mutual labels:  minio
s3x
s3x is a minio gateway providing an S3 API powered by TemporalX that uses IPFS as the data storage layer. It lets you turn any S3 application into an IPFS application with no change in application design
Stars: ✭ 85 (+553.85%)
Mutual labels:  minio
cloud disk
本云网盘为您提供优质的文件网络存储和分享服务。具有空间大、速度快、安全稳固,同时永不限速等优点。🎉 🎉 🎉 Please star ^_^(前端请提issues)
Stars: ✭ 56 (+330.77%)
Mutual labels:  minio
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (+215.38%)
Mutual labels:  image-hosting
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (+92.31%)
Mutual labels:  minio
terraform-provider-minio
Terraform provider for managing minio S3 buckets and IAM Users
Stars: ✭ 123 (+846.15%)
Mutual labels:  minio
miniovol
Minio Docker volume plugin. Create docker volumes that mount Minio buckets. Minio is S3 compatible.
Stars: ✭ 14 (+7.69%)
Mutual labels:  minio
volumizr
Simple kubernetes storage solution using Minio
Stars: ✭ 20 (+53.85%)
Mutual labels:  minio
minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (+30.77%)
Mutual labels:  minio

ImageX

A free image host built with laravel and MinIO (Recommend: minio gateway b2 mode). Demo: iEndPot

Features

  1. Built on Laravel, the best PHP Framework
  2. All images are stored on B2 Cloud Storage (High Performance Cloud Storage at 1/4 the Price)
  3. Only hot images are cached (hot images are those viewed by visitors recently)
  4. Dupe checking: When a duplicate image is uploaded, a connection would be created at the database and no disk space would be consumed.
  5. NFSW tag support
  6. and so on...

How to use

TL;DR

  1. Clone this project to your web application dir
  2. Rename .env.example to .env, and change the settings in it, especially those MinIO related
  3. Run php composer.phar install
  4. Set up crontab to run Laravel Schedule

Docker

Please see endpot/imagex

Contributing

Thank you for considering contributing to this project! Feel free to raise your question, share your ideas or make a pull request.

License

This project is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].