From cc752cf797bafd0e556474fdf659f50437afb19c Mon Sep 17 00:00:00 2001
From: Philipp Heckel
Date: Tue, 9 Nov 2021 10:46:47 -0500
Subject: [PATCH] Screenshots
---
README.md | 1 +
server/index.gohtml | 16 +++-
server/static/css/app.css | 77 ++++++++++++++++++
server/static/img/screenshot-curl.png | Bin 0 -> 259051 bytes
server/static/img/screenshot-phone-add.jpg | Bin 0 -> 232701 bytes
server/static/img/screenshot-phone-detail.jpg | Bin 0 -> 230376 bytes
server/static/img/screenshot-phone-main.jpg | Bin 0 -> 130761 bytes
.../img/screenshot-phone-notification.jpg | Bin 0 -> 229658 bytes
server/static/img/screenshot-web-detail.png | Bin 0 -> 115457 bytes
server/static/js/app.js | 59 ++++++++++++++
10 files changed, 151 insertions(+), 2 deletions(-)
create mode 100644 server/static/img/screenshot-curl.png
create mode 100644 server/static/img/screenshot-phone-add.jpg
create mode 100644 server/static/img/screenshot-phone-detail.jpg
create mode 100644 server/static/img/screenshot-phone-main.jpg
create mode 100644 server/static/img/screenshot-phone-notification.jpg
create mode 100644 server/static/img/screenshot-web-detail.png
diff --git a/README.md b/README.md
index 7a61b11f..4b1545f5 100644
--- a/README.md
+++ b/README.md
@@ -183,3 +183,4 @@ Third party libraries and resources:
* [GoReleaser](https://goreleaser.com/) (MIT) is used to create releases
* [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) (MIT) is used to provide the persistent message cache
* [Firebase Admin SDK](https://github.com/firebase/firebase-admin-go) (Apache 2.0) is used to send FCM messages
+* [Lightbox with vanilla JS](https://yossiabramov.com/blog/vanilla-js-lightbox)
diff --git a/server/index.gohtml b/server/index.gohtml
index 422f250d..71cd374b 100644
--- a/server/index.gohtml
+++ b/server/index.gohtml
@@ -41,10 +41,21 @@
It allows you to send notifications to your phone or desktop via scripts from any computer,
entirely without signup or cost. It's also open source if you want to run your own.
+
+
+
- There are many ways to use ntfy. You can send yourself messages for all sorts of things: When a long process finishes or fails (a backup, a long rsync job, ...),
+ There are many ways to use Ntfy. You can send yourself messages for all sorts of things: When a long process finishes or fails (a backup, a long rsync job, ...),
or to notify yourself when somebody logs into your server(s). Or you may want to use it in your own app to distribute messages to subscribed clients.
- Endless possibilities 😀.
+ Endless possibilities 😀. Be sure to check out the example on GitHub!
Publishing messages
@@ -239,6 +250,7 @@
+