soderlundf / gallery

Some kind of application to find all image files, store their location in a database and make thumbnails of them for easy viewing in a frontend.
0 stars 0 forks source link
categorization content-management image-generation image-processing image-viewer

Gallery

Working name is currently Gallery.

Overview

Indexer

The indexer scans all folders from the specified start path searching for all files ending in the specified file extension(s) and stores metadata about the files in a database.

Features

Database

Currently only PostgreSQL is supported.

Thumbnail generator

This project has not be started.

Viewer

This project has not be started.

Getting started

  1. Install a PostgreSQL database.
  2. Create a database to house the index.
  3. Create a user and set a password with access to the database.
  4. Create the /mnt/source_files path and mount it.
  5. Pull and run the Docker image from https://hub.docker.com/r/soderlundf/gallery