Skip to content

Quietess/imageserve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#I've rewritten all of this code into a much smaller, easier to use, and overall better repo here: https://github.com/Quietess/sharex-upload-script

imageserve

A ShareX image hosting solution for your own domain.

application setup

Video tutorial here

  • Drag the contents of the public/ directory into your webserver (in a folder, if you desire)
  • Configure the options in the public/protected/config/config.php file
  • Ensure the public/images/ directory is writable by the web server

If you're having issues with setting up on IIS, please see here.

ShareX setup

Below is an example of how ShareX should be configured to work with imageserve. Obviously, you'll need to change the 'password' POST field to whatever you set it to in your config.php file, and also the URL at which imageserve is hosted. In my example, it's set to http://imageserve/.

example: http://i.imgur.com/KKiaBLd.png

Regex from response: [^,]*$ URL: http://your.domain/$1$

setting up on the server

Drag contents of downloaded zip file into your preferred directory. Setup config file according to your preferences. Set write permissions in the directory /public/i for your web server user (or just 777 if you're really lazy) recursively. If you have problems with this, consult Google.

About

A ShareX image hosting solution for your own domain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.7%
  • HTML 30.2%
  • CSS 12.5%
  • ApacheConf 2.6%