mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
527e13ba9c
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -8,15 +8,24 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
Also how to reproduce, the expected behavior.
|
Also how to reproduce, the expected behavior.
|
||||||
|
|
||||||
**Photo/video (optional) that causes the bug**
|
**Photo/video (optional) that causes the bug**
|
||||||
|
|
||||||
If error is in connection with a particular photo/video, It would help a lot with the debugging if you can attach that file too.
|
If error is in connection with a particular photo/video, It would help a lot with the debugging if you can attach that file too.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots (optional)**
|
||||||
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Server logs (optional)**
|
||||||
|
|
||||||
|
In case of a server side error, provide logs:
|
||||||
|
* Set env variable `NODE_ENV=debug` to log everything.
|
||||||
|
* To get logs from docker: `docker ps -a` to list containers, `docker logs <container ID>` to get logs.
|
||||||
|
|
||||||
**Environment (please complete the following information):**
|
**Environment (please complete the following information):**
|
||||||
- OS: [e.g. server runs on linux, browser on windows]
|
- OS: [e.g. server runs on linux, browser on windows]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
|
@ -10,7 +10,14 @@
|
|||||||
|
|
||||||
Homepage: http://bpatrik.github.io/pigallery2/
|
Homepage: http://bpatrik.github.io/pigallery2/
|
||||||
|
|
||||||
This is a directory-first photo gallery website, optimised for running on low resource servers (especially on raspberry pi)
|
This is a **fast** (like faster than your PC fast) **directory-first photo gallery website**, optimised for running on low resource servers (especially on raspberry pi).
|
||||||
|
|
||||||
|
✔️ Strenghts:
|
||||||
|
* ⚡ Fast, like for real
|
||||||
|
* ✔️ Simple. Point to your photos folder and a temp folder and you are good to go
|
||||||
|
|
||||||
|
⛔ Weakness:
|
||||||
|
* 😥 Its simple. Shows what you have that's it. No gallery changes (photo delete, rotate, enhance, tag, organize, etc), your gallery folder is read-only.
|
||||||
|
|
||||||
## Live Demo
|
## Live Demo
|
||||||
Live Demo @ heroku: https://pigallery2.herokuapp.com/
|
Live Demo @ heroku: https://pigallery2.herokuapp.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user