Socket
Book a DemoInstallSign in
Socket

github.com/michaelcoll/gallery-web

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/michaelcoll/gallery-web

Source
Go
Version
v0.6.0
Version published
Created
Source

Logo

A simple decentralized photo gallery

Logo Logo Logo

The main web app of the gallery app

Usage

$ ./gallery-web serve --help
Starts the serve

Usage:
  gallery-web serve [flags]

Flags:
  -h, --help   help for serve

Global Flags:
      --verbose   Verbose display

Exemple

Docker image usage

docker run -ti --rm \
-p 9000:9000 \
-p 8080:8080 \
ghcr.io/michaelcoll/gallery-web:latest

Build

Requirements

  • Node >= 18.10
  • Go >= 1.19
  • make command

Commands

make prepare
make

Run from code

make run

FAQs

Package last updated on 27 Jan 2023

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