Gallery built for fast and simple image management
Find a file
Michał e3a0eaf60b Add basic Image Group functions
Make the Upload Pannel usable on mobile
Remove useless code as Django had built-in functions to read the config
Remove useless JS code
Cleanup tempaltes
2023-03-09 23:31:58 +00:00
.github Switch workflow to run on pull request to main 2023-03-04 21:46:19 +00:00
gallery Add basic Image Group functions 2023-03-09 23:31:58 +00:00
.gitignore Added settings page 2023-03-01 23:29:34 +00:00
LICENSE Update README 2023-03-03 19:20:58 +00:00
poetry.lock Fix errors in metadata parsing 2023-03-08 09:01:20 +00:00
pyproject.toml Fixing inconsistent sass files 2023-03-08 13:36:35 +00:00
README.md Switch workflow to run on pull request to main 2023-03-04 21:46:19 +00:00

    OnlyLegs

Gallery built for fast and simple image management

Features

Currently implemented

  • Easy uploading and managing of a gallery of images
  • Multi user support, helping you manage a whole group of photographers
  • Custom CSS support

Coming soon tm

  • Image groups, helping you sort your favorite memories
  • Password locked images/image groups, helping you share photos only to those who you want to
  • Logging and automatic login attempt warnings and timeouts
  • Searching through tags, file names, users (and metadata maybe, no promises)

screenshots

Homescreen screenshot

Image view screenshot

Running

Currently only for reference

poetry install
poetry run python3 -m flask --app gallery --debug run --host 0.0.0.0
poetry run python3 -m gunicorn -w 4 -b 0.0.0.0:5000 'gallery:create_app()'