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 @@
-