mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Update README
This commit is contained in:
parent
0cc9552f47
commit
4cfcd178f1
6 changed files with 46 additions and 34 deletions
21
.github/LICENSE
vendored
21
.github/LICENSE
vendored
|
@ -1,21 +0,0 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 Michal
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
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
|
||||

|
||||
|
||||
Image view
|
||||

|
||||
|
||||
## 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 |
Loading…
Add table
Add a link
Reference in a new issue