diff --git a/src/auth.ts b/src/auth.ts index 6d7bf07f..36e32043 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -8,6 +8,7 @@ const serverOptions = (mainHandler: Main): ServerOptions => { const log = getLogger({}) return { logger: { log, error: err => log(ERROR, err) }, + staticFiles: path.resolve('static'), AdminAuthGuard: adminAuth, MetricsAuthGuard: metricsAuth, AppAuthGuard: async (authHeader) => { return { app_id: mainHandler.applicationManager.DecodeAppToken(stripBearer(authHeader)) } }, diff --git a/static/backup.html b/static/backup.html index 9f09e81e..3ee14252 100644 --- a/static/backup.html +++ b/static/backup.html @@ -32,11 +32,10 @@ -

Backup

+

Choose a Recovery Method

- It looks like this is a - new node, it's important - establish backups. + New Node! 🎉 It's important + to backup your keys.

@@ -45,17 +44,11 @@
- In addition to your seed phrase, you'll need a channel backup to -
-
- recover funds should your node experience a hardware failure. + In addition to your seed phrase, you also need channel details to recover funds should your node experience a hardware failure.

- It's important always to have the latest version of this backup, -
-
- fortunately they're small enough to be cached on the Nostr relay. + It's important always to have the latest version of this backup, fortunately they're small enough to be cached on the Nostr relay automatically.
diff --git a/static/css/styles.css b/static/css/styles.css index fae30a11..4bb3b69a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -143,7 +143,7 @@ a { /* Display a checkmark when the checkbox is checked */ .checkbox input[type="checkbox"]:checked + .checkbox-shape::before { - content: "✔"; + content: "✓"; color: #a012c7; font-size: 20px; text-align: center; diff --git a/static/index.html b/static/index.html index 092684a5..ff84824b 100644 --- a/static/index.html +++ b/static/index.html @@ -27,9 +27,8 @@
-

Setup

+

Setup your Pub

- Let's confirm some things before we start this Pub

@@ -37,7 +36,7 @@
- give this node a name that wallet users will see: + Give this node a name that will be seen by wallet users:
diff --git a/static/liquidity.html b/static/liquidity.html index 46bae1e5..71ee9a56 100644 --- a/static/liquidity.html +++ b/static/liquidity.html @@ -32,9 +32,9 @@ -

Liquidity

+

Manage Node Liquidity

- How do you want to manage Lightning connectivity? + How do you want to manage your Lightning nodes channels?

@@ -45,14 +45,13 @@