Skip to content
forked from 5731la/imgsrvr

temporary git for my web/image server app thing.. yeah

License

Notifications You must be signed in to change notification settings

morrowc/imgsrvr

 
 

Repository files navigation

imgsrvr

temporary git for my web/image server app thing.. yeah

This should work on any version of go but please try latest, if latest doesnt work make a issue.

To configure, do something like this:

  1. Setup nginx to listen on port 80 for /app/ (or whatever its set to in a config) and fastcgi_pass all of it to 9001
  2. git clone, edit the script/config file with your domain name and such
  3. Make a mysql DB with name ImgSrvr and command create table file ( hash char(6), user VARCHAR(255), filename VARCHAR(255), ip VARCHAR(45)) on user root.
  4. Run, if you encounter errors, google it if its a issue with a config or look at it if its a issue about my script, the add it as a issue.
  5. Dont be evil.

Copyright 2018 gidoBOSSftw5731

About

temporary git for my web/image server app thing.. yeah

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.3%
  • HTML 15.3%
  • CSS 10.9%
  • Shell 0.5%