Code Monkey home page Code Monkey logo

imagehive's Introduction

Imagehive

A self-hostable photo gallery. Very early, very work-in-progress and not ready for use yet. Licensed under GPLv3.

Targeted features

  • Powerful user management (photos are by default private, can be shared with other users in the app, or users outside it)
  • A photo feed similar to GPhotos or Apple Photos, searchable.
  • Album management: Allow creating albums with images and share them with others
  • Automatic tagging of images
  • Easy deployment with a docker-compose.yaml file. (potentially also provide a Kubernetes deployment setup)

Non-features

  • Support for databases other than PostgreSQL. We use PostgreSQL specific features and support for MySQL etc. is not planned.
  • Image editing support. We want to keep the scope reasonable (this is a side project).

Developer setup

  1. Prerequisites: Install Java 21, NodeJS 18+ and PostgreSQL 16 (plus nushell and just if you want to use the justfile shortcuts)
  2. Create a new database (createdb imagehive)
  3. Set the required environment variables (IMAGEHIVE_PG_JDBC_URL, IMAGEHIVE_PG_USER and IMAGEHIVE_PG_PASSWORD)
  4. Run just generate-client and wait for it to succeed.
  5. To start the different apps, do just backend start, just frontend start and just ai start if you have just and nushell installed, otherwise look in the justfile for the respective projects to see what commands they run.

imagehive's People

Contributors

gyrosofwar avatar rubikan avatar mentorpk avatar

Watchers

 avatar

imagehive's Issues

Allow creating dynamic albums

We should let users create albums based on queries.

  • Augment album database table to include the query field
  • Create method to update the contents of a dynamic album
  • Run the method after each uploaded file and whenever the image metadata is changed

Allow sharing of images/albums

Add a feature to share single images and whole albums with other people.
This feature should come in 2 "flavors":

  • Sharing between users of the application (so basically a read only view on images/albums of other users)
  • Making images/albums accessible to users not using the application by creating a shareable link, maybe using a user-provided identifier

Create UI for showing albums

  • Album list: Show a preview image for each album, plus the name (with a card-type UI)
  • Album details: List all the images for an album
  • Album details: UI for adding images to an album (tbd)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.