diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 14b11743..155fdc20 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -20,7 +20,7 @@ allow-self-payment=1 -
Funding source only available via tor (e.g. Umbrel) +
Funding source only available via tor (e.g. Start9 or Umbrel)

If you want your setup to stay behind tor then only apps, pos and wallets that have tor activated can communicate with your wallets. Most likely you will have trouble when people try to redeem your voucher through onion or when importing your lnbits wallets into a wallet-app that doesnt support tor. If you plan to let LNbits wallets interact with plain internet shops and services you should consider setting up hybrid mode for your node.

@@ -73,7 +73,7 @@ allow-self-payment=1 You need to have a domain and to be able to configure a CNAME for your DNS record as well as generate a subdomain dedicated to your LNbits instance like eg. lnbits.yourdomain.com. You also need access to your internet router to open the https port (usually 443) and forward it your LNbits IP within your LAN (usually 80). The ports might depend on your node implementation if those ports do not work please ask for them in a help group of your node supplier.
  • You can also follow the Apache installation option, explained in the LNbits installation manual.
  • -
  • If you run LNbits from a bundle node (Umbrel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to switch your Tor only LNbits into a clearnet LNbits. For Citadel there is a HTTPS Option in your manual to activate https for LNbits in the newest version.
  • +
  • If you run LNbits from a bundle node (myNode, Start9, Umbrel,Raspiblitz etc), you can follow this extensive guide with many options to switch your Tor only LNbits into a clearnet LNbits. For Citadel there is a HTTPS Option in your manual to activate https for LNbits in the newest version.
  • diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index ec804227..5885ddf2 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -124,6 +124,16 @@
    + + + +
    + +
    +
    -
    -
    -
    + -
    +
    +
    + +
    diff --git a/lnbits/static/images/start9.png b/lnbits/static/images/start9.png new file mode 100644 index 00000000..14fca88e Binary files /dev/null and b/lnbits/static/images/start9.png differ diff --git a/lnbits/static/images/start9l.png b/lnbits/static/images/start9l.png new file mode 100644 index 00000000..5c1386bb Binary files /dev/null and b/lnbits/static/images/start9l.png differ