A8DOG

A8DOG

随便写写,记录折腾过程!
telegram

EasyImage Simple Image Hosting does not require data to build your own image hosting program!

Started in July 2018, a simple image hosting program that supports multi-file upload, requires no database, returns image URLs, and supports markdown, bbscode, and HTML. Demo address: https://png.cm/

https://img.a8dog.com/i/2023/01/03/ipfvhd.webp

Features#

  • Supports upload only after logging in
  • Supports setting image quality
  • Supports text/image watermark
  • Supports setting specific width/height for images
  • Supports converting uploaded images to specified formats
  • Supports limiting minimum width/height for uploads
  • Supports API
  • Manages images online
  • Supports website statistics
  • Supports setting advertisements
  • Supports image content filtering
  • Supports custom code
  • Supports IP blacklisting/whitelisting for uploads
  • Supports creating upload-only users
  • Extremely low installation environment requirements
  • For more supported features, please install and try it out...
  • Recommended environment: Nginx + PHP≥7.0 + Linux

GitHub: https://github.com/icret/EasyImages2.0
Release: https://github.com/icret/EasyImages2.0/releases/

Screenshots#

1
2

Installation#

Download the compressed file from the release section above and extract it on your server!
Put the following code into the website configuration file.
Nginx environment prohibits running PHP programs in multiple directories:

# "i|public" is the directory you want to prohibit. It takes effect after the "listen" section.
location ~* ^/(i|public)/.*\.(php|php5)$
{
deny all;
}

For more features, please refer to GitHub!

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.