Setup
+Setup your Pub
- Let's confirm some things before we start this Pub
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 @@ -
- 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 @@- Let's confirm some things before we start this Pub
- How do you want to manage Lightning connectivity? + How do you want to manage your Lightning nodes channels?