From 4cfcd178f18292b11399c391bf88d355eca2a971 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Fri, 3 Mar 2023 19:20:58 +0000 Subject: [PATCH] Update README --- .github/README.md | 34 --------------------- .github/{ => images}/OnlyLegs.png | Bin .github/{ => images}/homepage.png | Bin .github/{ => images}/imageview.png | Bin .github/LICENSE => LICENSE | 0 README.md | 46 +++++++++++++++++++++++++++++ 6 files changed, 46 insertions(+), 34 deletions(-) delete mode 100644 .github/README.md rename .github/{ => images}/OnlyLegs.png (100%) rename .github/{ => images}/homepage.png (100%) rename .github/{ => images}/imageview.png (100%) rename .github/LICENSE => LICENSE (100%) create mode 100644 README.md diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 60debb8..0000000 --- a/.github/README.md +++ /dev/null @@ -1,34 +0,0 @@ -
- -

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 - -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()' \ No newline at end of file diff --git a/.github/OnlyLegs.png b/.github/images/OnlyLegs.png similarity index 100% rename from .github/OnlyLegs.png rename to .github/images/OnlyLegs.png diff --git a/.github/homepage.png b/.github/images/homepage.png similarity index 100% rename from .github/homepage.png rename to .github/images/homepage.png diff --git a/.github/imageview.png b/.github/images/imageview.png similarity index 100% rename from .github/imageview.png rename to .github/images/imageview.png diff --git a/.github/LICENSE b/LICENSE similarity index 100% rename from .github/LICENSE rename to LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3afea7 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +
+ +
+
    +

    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 + +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()' \ No newline at end of file