Giter Club home page Giter Club logo


License: GNU Affero General Public License version 3

Snapcrescent

Self-hosted photo and video backup solution

Demo

Web demo available at https://demo.snapcrescent.app

Mobile app can be downloaded from https://github.com/snapcrescent/snapcrescent/releases

Credential
email: demo-account
password: demo-password

Features

Features Mobile Web
Upload and view videos and photos Yes Yes
Auto backup from app in backgroud Yes N/A
User-defined backup schedule Yes N/A
Selective folder(s) for backup Yes N/A
Download photos and videos to local device Yes Yes
Multi-user support Yes Yes
User defined albums No Yes
Album sharing with other users No Yes
Scrubbable/draggable scrollbar Yes Yes
Archive and Favorites Yes Yes
Offline support No No

Docker Run Commands

Command

docker run
  -d
  --name='SnapCrescent'
  -e TZ="UTC"
  -e 'SQL_DB_TYPE'='MYSQL'
  -e 'SQL_URL'='SQL_URL'
  -e 'SQL_USER'='SQL_USER'
  -e 'SQL_PASSWORD'='SQL_PASSWORD'
  -e 'ADMIN_PASSWORD'='ADMIN_PASSWORD'
  -p '8080:8080/tcp'
  -v 'MEDIA_STORAGE_PATH':'/media':'rw'
  -v 'MEDIA_IMPORT_STORAGE_PATH':'/mnt':'rw'
  'snapcrescent/snapcrescent'

Variables

SQL_URL - URL of mysql (jdbc:mysql://IP_ADDRESS:3306/snap-crescent)

SQL_USER - mysql user (root)

SQL_PASSWORD - mysql password

ADMIN_PASSWORD - admin password for login to app

MEDIA_STORAGE_PATH - Local folder path for photos (c/Users/John/Documents/Images)

Dependencies

MYSQL Dependecies
  1. The application needs 'ONLY_FULL_GROUP_BY' disabled on the db level
  Solution :
  Update mysql serve mode by following  : https://stackoverflow.com/questions/23921117/disable-only-full-group-by
  OR
  Use Mysql Version 5.7.5 or earlier
 

Default Login

Username : admin
Password : whatever value is added in <ADMIN_PASSWORD> variable while launching docker.

snapcrescent's Projects

snapcrescent icon snapcrescent

Self-hosted photo and video backup solution for mobile and browser.

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.