mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-28 02:16:07 +00:00
2.3 KiB
2.3 KiB
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
Running
By default, the app runs on port 5000 with 4 workers, you can pass in arguments to change that, use -h
or --help
to see all the options.
Once you clone the repo to your desired location and have installed python poetry
, install the requirements with poetry install
. From there you can run the app with Gunicorn using poetry run python3 run.py
!
You can also run the app in debug mode using -d
or --debug
, but its best to look into the logs file located under ~/.config/onlylegs/only.log
Enjoy using OnlyLegs!