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

github.com/robrotheram/gogallery

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/robrotheram/gogallery

  • v0.5.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

GoGallery

GoGallery as the name suggests is a web gallery software with a golang backend. It is driven of a filebase backend. ie collections/albums are folders with photos. The inspiration for this gallery is to provide a some of the functionaities of my old gallery cms Koken which has had no updates in over a year+ and had gone silent. NOTE that this is not a replacement for Koken just the very limited features I was using.

The application uses react frontend and a seperate react dashboard that supports upload and managing photos in collections.

Demo at https://gallery.exceptionerror.io

Screenshots

Screenshot1 Screenshot1

Dashboard:

Screenshot1 Screenshot1

Installation

Makefile to the rescue

build all

    make

build frontend

    make build-frontend

build dashboard

    make build-dashboard

build server

    make build-server

Usage

Edit the config and change the name basepath and base folder that is used for scanning images

Dashboard login

Gogallery on first run will autocreate a admin accound with username admin and a 8 character autogenerated password which you will find in the log. Once loged in you can go to settings and user to set it

Dashboard url %GALLERY_PATH/dashboard

If you forget the admin password for any reason you can use the gogallery --reset-admin which will recrate the admin username and password

Configuration

Config can be also edited via environmental variables

GLLRY_SERVER_PORT
GLLRY_SERVER_WORKERS

GLLRY_DATABASE_BASEURL

GLLRY_GALLERY_NAME
GLLRY_GALLERY_BASEPATH
GLLRY_GALLERY_URL
GALLRY_GALLERY_THEME
GALLRY_GALLERY_PICTUREBLACKLIST
GALLRY_GALLERY_ALBUMBLACKLIST

GLLRY_ABOUT_INSTAGRAM
GLLRY_ABOUT_TWITTER
GLLRY_ABOUT_EMAIL

GLLRY_ABOUT_WEBSITE
GLLRY_ABOUT_DESCRIPTION
GLLRY_ABOUT_PHOTOGRAPHER
GLLRY_ABOUT_BACKGROUNDPHOTO
GLLRY_ABOUT_PROFILEPHOTO

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

FAQs

Package last updated on 18 Apr 2020

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