Socket
Book a DemoInstallSign in
Socket

gitlab.com/stobbsm/go-gallery

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/stobbsm/go-gallery

Source
Go
Version
v0.0.0-20191114043922-c118757a5cb4
Version published
Created
Source

Photogallery re-write in go.

Planned Features

  • Maintain database of filepaths with metadata
  • User Authentication/login
    • Sharing with public links
    • Sharing to sites (facebook, twitter, etc.)
  • Add images to gallery
    • Images get uploaded by users and are stored with metadata alongside the rest
    • Users can tag other users, giving them permission to see the image
    • Users can share with friends, but can not share friends photos themselves
  • Dynamically resize images for transmission in desired size/format
    • Convert to different image formats (png, jpeg, svg, etc.)
    • Resize original image to requested dimensions
    • Modify saturation, opacity
    • Crop images
    • Do all of this non-destructively
  • End-to-end encryption
    • At rest encryption
    • In transit encryption using https
    • Decryption needs to be handled by the browser?
    • Have a "web based viewing mode" that decrypts on demand for transit to browsers

License

BSD 3-Clause License

FAQs

Package last updated on 14 Nov 2019

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