Gallery built for fast and simple image management
Find a file
2024-01-23 14:31:56 +00:00
.github Give me money 2023-04-12 13:53:48 +00:00
onlylegs refactor: refactor unnecessary else / elif when if block has a return statement 2023-09-27 18:20:34 +00:00
.deepsource.toml Ignore non-issues 2023-04-19 17:36:31 +00:00
.gitignore Fix login manager login view 2023-04-14 20:12:08 +00:00
LICENSE Internal Screaming 2023-03-12 18:53:57 +00:00
poetry.lock Merge branch 'main' into unstable 2024-01-23 14:31:50 +00:00
pyproject.toml Security 2024-01-23 14:28:44 +00:00
README.md Update readme with notice 2023-09-27 11:37:34 +01:00
run.py 🦞 2023-08-04 17:34:08 +00:00

IMPORTANT
This project is maintained irregularly and is still in rapid development. Things maybe here now, but not again in a few weeks

    OnlyLegs

Gallery built for fast and simple image management

Features

  • Easy uploading and managing of a gallery of images
  • Multi-user support, helping you manage a whole group of photographers
  • Image groups, helping you sort your favourite memories
  • Custom CSS support
  • 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 and users

And many more planned things!

Screenshots

Home Screen

screenshot

Photo View

screenshot screenshot

Photo Group

screenshot screenshot

Running

You first need to install python poetry, it's best to follow their getting started guide you can find on the official website.

Next we need to install the required packages for the gallery to function correctly, make sure you're in the directory of the project when you run this command:

poetry install

By default, the app runs on port 5000, 4 workers on gunicorn ready for you to use it. You can find more information on this using the -h flag. But to run the gallery, use this command.

poetry run python3 run.py

Now follow the provided prompts to fill in the information for the Admin account, and you're ready to go!

Common issues

App failing to create a user config folder

Try checking if you have XDG_CONFIG_HOME setup. If you don't, you can set that with this command:

export XDG_CONFIG_HOME="$HOME/.config"

Final notes

Thank you to everyone who helped me test the previous and current versions of the gallery, especially critters:

  • Carty
  • Jeetix
  • CRT
  • mrHDash
  • Verg
  • FennecBitch

Enjoy using OnlyLegs!