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-01 23:29:34 +00:00
|
|
|
|
2023-03-02 13:43:19 +00:00
|
|
|
<br>
|
2023-03-01 23:29:34 +00:00
|
|
|
|
2023-03-02 13:43:19 +00:00
|
|
|
## Features
|
2023-03-01 23:29:34 +00:00
|
|
|
### 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
|
2023-03-02 14:32:15 +00:00
|
|
|
![screenshot](imageview.png)
|
|
|
|
|
|
|
|
## Running
|
|
|
|
Currently only for reference
|
|
|
|
|
|
|
|
poetry install
|
|
|
|
poetry run python3 -m flask --app gallery --debug run --host 0.0.0.0
|