From c5ed8e0391d9ec216209359c742bf5806435399d Mon Sep 17 00:00:00 2001 From: supertestnet <58400631+supertestnet@users.noreply.github.com> Date: Sat, 3 Jul 2021 09:09:08 -0400 Subject: [PATCH] Create index.html --- .../ngrok/templates/ngrok/index.html | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 lnbits/extensions/ngrok/templates/ngrok/index.html diff --git a/lnbits/extensions/ngrok/templates/ngrok/index.html b/lnbits/extensions/ngrok/templates/ngrok/index.html new file mode 100644 index 000000000..2216777a9 --- /dev/null +++ b/lnbits/extensions/ngrok/templates/ngrok/index.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} {% from "macros.jinja" import window_vars with context +%} {% block page %} + + +
Access this lnbits instance at the following url
+ +

{{ ngrok }}

+

Note that if you restart your device, your device will generate a new url. If anyone is using your old one for wallets, lnurls, etc., whatever they are doing will stop working.

+
+
+{% endblock %} {% block scripts %} {{ window_vars(user) }} + +{% endblock %}