Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mpl/gogallery

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mpl/gogallery

  • v0.0.0-20150321221029-0d4d10f145bd
  • Source
  • Go
  • Socket score

Version published
Created
Source

Gogallery is a simple web server which allows to browse images in a convenient way with the help of tags (most of the behavior is copied from fukung.net). Clicking on an image opens another one randomly.

It is written in Go, and uses sqlite to store the tags. It also uses imagemagick's convert to generate the thumbnails, although that will change when a go native solution for resizing images has matured enough.

usage:
  gogallery tag dir tagname
  gogallery deltag tagname
  gogallery
    -conf="": json conf file to send email alerts
    -h=false: show this help
    -host="localhost:8080": listening port and hostname that will appear in the urls

All images are initially tagged under "all", so http://host/tag/all will display them all. Or simply start with http://host/random.

It can also be used for quick browsing of local images; just run gogallery -init in the images dir and go to http://localhost:8080/tag/all in your browser.

Disclaimer: this is just a toy. It has bugs, and lacks basic security features. Heck, it probably isn't safe against sql injections, so do not use it for anything serious. Maybe someday I'll clean it up but in the meantime I'll just maintain it so that it builds and starts. Actually, I'll probably never touch it again. Just keeping it for history.

FAQs

Package last updated on 21 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc