mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-15 11:05:23 +00:00
Update README
This commit is contained in:
parent
0cc9552f47
commit
4cfcd178f1
34
.github/README.md
vendored
34
.github/README.md
vendored
|
@ -1,34 +0,0 @@
|
||||||
<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>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## 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
|
|
||||||
poetry run python3 -m gunicorn -w 4 -b 0.0.0.0:5000 'gallery:create_app()'
|
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
46
README.md
Normal file
46
README.md
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
<div align="center">
|
||||||
|
<img src=".github/images/OnlyLegs.png" width="200" height="200"/>
|
||||||
|
<div id="user-content-toc">
|
||||||
|
<ul>
|
||||||
|
<summary><h1 style="display: inline-block;">OnlyLegs</h1></summary>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<p>Gallery built for fast and simple image management</p>
|
||||||
|
</div>
|
||||||
|
<div align="center">
|
||||||
|
<a href="https://git.leggy.dev/Fluffy/onlylegs">
|
||||||
|
<img src="https://img.shields.io/badge/Gitea-34495E?style=for-the-badge&logo=gitea&logoColor=5D9425">
|
||||||
|
</a>
|
||||||
|
<img src="https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white">
|
||||||
|
<img src="https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white">
|
||||||
|
<a href="https://github.com/Fluffy-Bean/onlylegs/blob/main/LICENSE">
|
||||||
|
<img src="https://img.shields.io/github/license/Fluffy-Bean/onlylegs?style=for-the-badge">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## 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](.github/images/homepage.png)
|
||||||
|
|
||||||
|
Image view
|
||||||
|
![screenshot](.github/images/imageview.png)
|
||||||
|
|
||||||
|
## 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()'
|
Loading…
Reference in a new issue