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 @@ +
+ +
+ +
+

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