https://github.com/michaelcoll/gallery-web
The main web app of the gallery app
https://github.com/michaelcoll/gallery-web
Last synced: 6 months ago
JSON representation
The main web app of the gallery app
- Host: GitHub
- URL: https://github.com/michaelcoll/gallery-web
- Owner: michaelcoll
- License: apache-2.0
- Created: 2022-10-03T13:29:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T22:28:46.000Z (about 1 year ago)
- Last Synced: 2025-11-22T18:24:31.761Z (7 months ago)
- Language: Go
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A simple decentralized photo gallery
# gallery-web
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
```