python-gallery/.github/README.md

33 lines
896 B
Markdown
Raw Normal View History

2023-03-02 13:43:19 +00:00
<div align="center">
<img src="OnlyLegs.png" width="200" height="200"/>
<h1>OnlyLegs</h1>
<p>Gallery built for fast and simple image management</p>
</div>
2023-03-02 13:43:19 +00:00
<br>
2023-03-02 13:43:19 +00:00
## 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](homepage.png)
Image view
![screenshot](imageview.png)
## Running
Currently only for reference
poetry install
poetry run python3 -m flask --app gallery --debug run --host 0.0.0.0