aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCirakg <cirakg@cirakg.xyz>2025-04-13 19:44:35 +0200
committerCirakg <cirakg@cirakg.xyz>2025-04-13 19:44:35 +0200
commit3e45cfa1f24416cfc96efa9620ff23f0ed0451b0 (patch)
tree436d3935379cd7e8f79387019ca456204e020a86
parent4d514ccd7c2d6b7346e06dd3aa87f87b4deae5c4 (diff)
docs: Update README.md.
-rw-r--r--README.md8
-rw-r--r--docs/Index.pngbin0 -> 32678 bytes
-rw-r--r--docs/get.pngbin0 -> 25872 bytes
3 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b4dd1da..d82d685 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# Paste-cgi
+## Description
+This is a dirty pastebin done in CGI. It is completely client-side encrypted and server only stored encrypted paste.
+
+## Images
+![Index](docs/Index.png)
+![Get](docs/get.png)
+
+## Nginx Config
```
server {
diff --git a/docs/Index.png b/docs/Index.png
new file mode 100644
index 0000000..c73083b
--- /dev/null
+++ b/docs/Index.png
Binary files differ
diff --git a/docs/get.png b/docs/get.png
new file mode 100644
index 0000000..fe333e6
--- /dev/null
+++ b/docs/get.png
Binary files differ