endpot / ImageX

A free image host built with laravel and MinIO

Home Page:https://i.endpot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A free image host built with laravel and MinIO

https://i.endpot.com

License:MIT License


Languages

Language:PHP 82.6%Language:Blade 14.3%Language:Dockerfile 1.3%Language:Vue 0.9%Language:Shell 0.8%