From 527e01b3e8cad66900f54e49f2e507d9afba238f Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 Aug 2025 13:59:12 -0400 Subject: [PATCH] Got working with nostr-login --- .gitignore | 1 + nostr-login | 1 + nostr-oidc-bridge.code-workspace | 3 -- upload.sh | 4 ++ views/login.ejs | 64 ++++++++++++-------------------- 5 files changed, 30 insertions(+), 43 deletions(-) create mode 100644 .gitignore create mode 160000 nostr-login create mode 100755 upload.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a00b85e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +nostr-login/ \ No newline at end of file diff --git a/nostr-login b/nostr-login new file mode 160000 index 0000000..a679422 --- /dev/null +++ b/nostr-login @@ -0,0 +1 @@ +Subproject commit a679422d07bcd0d7b59a16f971b2fa7f541ef017 diff --git a/nostr-oidc-bridge.code-workspace b/nostr-oidc-bridge.code-workspace index fae2cb4..64ba8ab 100644 --- a/nostr-oidc-bridge.code-workspace +++ b/nostr-oidc-bridge.code-workspace @@ -2,9 +2,6 @@ "folders": [ { "path": "." - }, - { - "path": "../nostr-login" } ], "settings": { diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..c0d281d --- /dev/null +++ b/upload.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +rsync -avz ./app.js ubuntu@laantungir.net:~/nostr-oidc-bridge/app.js +rsync -avz ./views/login.ejs ubuntu@laantungir.net:~/nostr-oidc-bridge/views/ diff --git a/views/login.ejs b/views/login.ejs index 88c6b3d..aa88621 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -3,7 +3,13 @@ - Nostr Login - OIDC Bridge v2.2 + OIDC Bridge v2.4 +
@@ -19,22 +25,19 @@
<% } %> - -
- 🚀 Nostr OIDC Bridge v2.2 - Fixed npub scope + relay update -
- +
-
- v2.2 - Fixed npub scope + relay update -
+ - - + +