GithubHelp home page GithubHelp logo

pavanagrawal123 / pix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from madjam002/pix

0.0 1.0 0.0 81 KB

Very unstable work in progress personal photo gallery

License: GNU Affero General Public License v3.0

JavaScript 97.10% HTML 0.30% Shell 0.04% CSS 2.56%

pix's Introduction

Pix

Do not use unless you know what you're doing - this project is a work in progress!

Pix aims to be a self-hosted multi-user photo gallery solution similar to Google Photos. Give it a folder of photos and it will index them, so you get to stay in control of your photos on the file system.

Ongoing discussion on the future of this project at https://www.reddit.com/r/selfhosted/comments/5fwcvf/open_source_familypersonal_photo_gallery_software/

Road to v1

  • Add folders of photos as libraries into Pix
  • Basic viewing of folders with thumbnails
  • Detail lightbox view for viewing photos
  • Sorting photos by date and other sorting options
  • Ability to add multiple users with access controls
  • Responsive web frontend which works on mobile
  • Index, generate thumbnails for, and display videos

After v1 roadmap

  • Native mobile app
  • Intelligent image tagging and face recognition

Try Pix

Pix is not working software and is not finished, but if you still want to give it a try, it's best to install Docker and Docker Compose, clone this repository and run docker-compose pull and docker-compose up -d. Then go to http://localhost:8080 to give it a try. You can scale the worker service to spread indexing and thumbnail generation across multiple cores or servers.

Building / running without Docker

Take a look at the Dockerfile for what dependencies you need on your system:

libcairo2-dev libjpeg62-turbo-dev libpango1.0-dev libgif-dev build-essential g++

Make sure you have Node >= 6 installed too.

  • Clone this repo
  • Run npm install in the root
  • cd into packages/pix-web, run npm install and npm run build to build the static web assets
  • cd into packages/pix-server, run npm install and npm run build to compile the server side JS
  • Look at packages/pix-server/src/config.js to see what environment variables you need to set, or docker-compose.yml for examples. Make sure you have NODE_ENV set to production.
  • Run server with node server.js and a worker instance with node worker.js
  • Profit?

License

Licensed under the AGPL License.

View the full license here.

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.