Skip to content

thomai-d/gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

What is this?

This is a small web application to inspect images for timelapses.

Just throw your images into a folder, fire up the container and view your images:

Demo

Technologies used

  • ASP.NET Core 8 (minimal api), xUnit, NSubstitute
  • React

How to...

... build docker container

docker build -t gallery .

... run container with docker-compose

version: '3.3'

services:
  gallery:
    image: gallery
    container_name: gallery
    restart: always
    volumes:
      - "/home/someuser/galleries:/galleries:ro"
    environment:
      - GalleryOptions:GalleryPath=/galleries
    ports:
      - 8080:8080

About

Simple web-app to view timelapse images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published