All Projects → legend80s → gallery-server

legend80s / gallery-server

Licence: other
Beautiful and powerful yet simple local image viewer on your PC or mobile.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gallery-server

react-simple-image-viewer
Simple image viewer component for React
Stars: ✭ 44 (+175%)
Mutual labels:  gallery, image-viewer
Photobox
A lightweight CSS3 image viewer that is pretty to look and and easy to use
Stars: ✭ 735 (+4493.75%)
Mutual labels:  gallery, image-viewer
Floral
Minimal design gallery app for Android.
Stars: ✭ 23 (+43.75%)
Mutual labels:  gallery, gallery-viewer
Silentbox
A lightbox inspired Vue.js component.
Stars: ✭ 196 (+1125%)
Mutual labels:  gallery, image-viewer
MediaSliderView
Pure java based, highly customizable media slider gallery supporting both images and videos for android.
Stars: ✭ 85 (+431.25%)
Mutual labels:  gallery, gallery-viewer
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+3775%)
Mutual labels:  gallery, image-viewer
Spotlight
Web's most easy to integrate lightbox gallery library. Super-lightweight, outstanding performance, no dependencies.
Stars: ✭ 799 (+4893.75%)
Mutual labels:  gallery, image-viewer
ImageWebServer
A simple image uploader website for use with screenshot applications such as ShareX.
Stars: ✭ 20 (+25%)
Mutual labels:  image-viewer, image-server
GelbooruEnhancement
Image Viewer and Endless Scroll userscripts for Gelbooru and various other boorus
Stars: ✭ 41 (+156.25%)
Mutual labels:  gallery, image-viewer
Pigment.O
Krita - Plugin - Color Picker and Mixer
Stars: ✭ 75 (+368.75%)
Mutual labels:  image-viewer
files photospheres
Nextcloud app for viewing Google PhotoSphere 360° images (panorama-images)
Stars: ✭ 20 (+25%)
Mutual labels:  gallery
goose
Personal contents management system.
Stars: ✭ 13 (-18.75%)
Mutual labels:  gallery
hes-gallery
Light, dependency free, responsive gallery script
Stars: ✭ 27 (+68.75%)
Mutual labels:  gallery
docker-imgproxy
🌐 An ultra fast, production-grade on-the-fly image processing web server. Designed for high throughput with Nginx caching. Powered by imgproxy.
Stars: ✭ 45 (+181.25%)
Mutual labels:  image-server
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+118.75%)
Mutual labels:  gallery
ngx-flickity
Angular2 component for https://flickity.metafizzy.co/
Stars: ✭ 28 (+75%)
Mutual labels:  gallery
react-lightgallery
React wrapper for lightgallery.js
Stars: ✭ 46 (+187.5%)
Mutual labels:  gallery
ProPicker
ProPicker is a file picker (image, video, file) library for Android. It helps you to pick any file and return the result in a convenient way
Stars: ✭ 25 (+56.25%)
Mutual labels:  gallery
ImagePicker
Android library to choose image from gallery or camera with option to compress result image
Stars: ✭ 73 (+356.25%)
Mutual labels:  image-viewer
BeautifulMakie
https://lazarusa.github.io/BeautifulMakie/
Stars: ✭ 281 (+1656.25%)
Mutual labels:  gallery

Welcome to gallery-server 👋

npm version npm downloads Minified + gzip package size for gallery-server in KB commit msg linted by git-commit-msg-linter visitor count

demo-page-fullscreen

gallery-mobile

Beautiful Local Image Viewer

Beautiful and powerful yet simple local image viewer on your PC or mobile.

中文版文档

Install

No installment required!

Use

  1. Serve the local photos.
npx gallery-server --folder /path/to/photos

# for more usage
npx gallery-server -h
  1. Open http://localhost:xxxx/ in your favorite browser or share with your friends http://a.b.c.d:xxxx/?token=${token}.

Enjoy on PC

demo-page-album

Enjoy on Mobile

album-mobile

Photos from pixabay API of Yosemite.

Features

  1. Photos in your PC can be viewed in your mobile phone's browser!
  2. Security on privacy to prevent eavesdropping. API or image resources without a specific token is forbidden, but you can still share with your friends by sending him the token.
  3. Theme togglable between light and dark.
  4. Videos also supported!
  5. More than one galleries can be served at the same time.
  6. A lot of gallery features. Check it at react-images.

FAQ

  1. Q: Why 403 forbidden

    {
      "code": 403,
      "message": "Forbidden. `token` required. Please redirect to https://github.com/legend80s/gallery-server#faq for more information."
    }
    • A: You see this message because you are not the gallery owner. Ask the owner for the token and append it to the resource URL.
  2. Photos in node_modules will be ignored for performance.

Develop

  1. start api server
npm run dev:server -- --folder=/path/to/photos
  1. start webpack devServer
npm run dev:client

Notice: Install all the dependencies into ./package.json's devDependencies not ./client/package.json. The package.json in client exits only for scripts

For example if you want change to another gallery (react-bnb-gallery):

# enter project root not ./client/
cd project_root

npm install --save-dev react-bnb-gallery

# start api server
npm run dev:server -- --folder=/path/to/photos

# start webpack devServer
npm run dev:client

Publish

npm version patch / minor / major

Run tests

npm run test

Author

👤 legend80s

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Todo

  • Any port. use unoccupied port.
  • Build with remote client to support a wide range of client gallery.
  • Use network IP. mimic create-react-app.
  • Show help Information on cli -v -h.
  • Viewable on mobile.
  • Adapt to mobile.
  • Image lazy load.
  • Security on privacy. only url with token is shareable.
  • Port customizable.
  • Token customizable.
  • Serve multiple folders in one cmd.
  • Token can be optional when viewed on owner's brower.
  • Electron App.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].