https://github.com/impworks/isotope
A simple photo gallery
https://github.com/impworks/isotope
Last synced: 11 months ago
JSON representation
A simple photo gallery
- Host: GitHub
- URL: https://github.com/impworks/isotope
- Owner: impworks
- License: mit
- Created: 2020-09-14T13:13:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T14:25:02.000Z (over 1 year ago)
- Last Synced: 2025-04-28T11:49:43.362Z (about 1 year ago)
- Language: Vue
- Size: 10.3 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Isotope
A lightweight photo gallery.
## Features
* Adaptive UI: looks and feels great on both desktop and mobile
* Folders and tags support
* Search by tags and date ranges
* Access restriction: make your gallery available to anyone, or require user authorization
* Public links: share a particular folder or precise search results without revealing anything else
## Screenshots
#### Front-end:
#### Management area:
## Installation
1. Pull the container from Docker:
```
docker pull impworks/isotope:latest
```
2. Map container port `5000` to whatever port you want on the outside (e.g. 8080)
3. Map container path `/app/App_Data` to an external folder where you want to store your photos and database
4. Open the web UI and log in as `admin@example.com` using password `123456`
5. Create your own user instead and remove the default one






