From a7b89f486890d5e6eb79f14af1f53796e5dceebc Mon Sep 17 00:00:00 2001 From: Miguel Astor Date: Sun, 30 Jul 2023 18:58:27 -0400 Subject: [PATCH] Added Readme file. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f5a4f3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Nibasa Viewer + +A basic pure HTML+CSS gallery viewer in the vein of [PiGallery 2](https://bpatrik.github.io/pigallery2/) but meant to be compatible with somewhat old browsers. + +## User authentication. + +Currently there is no authentication at all because I don't need it. This is meant to be installed in a server with HTTP basic auth enabled if needed.