diff --git a/lnbits/extensions/faucet/database.sqlite3 b/lnbits/extensions/faucet/database.sqlite3 new file mode 100644 index 0000000..1e84bb4 Binary files /dev/null and b/lnbits/extensions/faucet/database.sqlite3 differ diff --git a/lnbits/extensions/faucet/index.html b/lnbits/extensions/faucet/index.html new file mode 100644 index 0000000..155038e --- /dev/null +++ b/lnbits/extensions/faucet/index.html @@ -0,0 +1,233 @@ + + +{% extends "base.html" %} {% block messages %} + + + ! + + +{% endblock %} {% block menuitems %} +
  • + + Wallets + + + +
  • + +
  • + + Extensions + + +
  • + +{% endblock %} {% block body %} + +
    + +
    +

    + Wallet + Control panel +
    +

    + +

    +
    +

    + Bookmark to save your wallet. Wallet is in BETA, use with caution. +

    +
    +
    + + +
    + +
    + + {% if not user_ext[0][2] %} +
    + +
    +
    +

    + LNJoust +

    +

    + LN powered Joust gamesmaster +

    +
    +
    + +
    + + + Activate + +
    +
    + + {% else %} +
    + +
    +
    +

    + LNJoust +

    +

    + LN powered Joust gamesmaster +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} + {% if not user_ext[0][1] %} +
    + +
    +
    +

    + LNEvents +

    +

    + Lightning powered tickets +

    +
    +
    + +
    + + Activate + +
    +
    + + {% else %} +
    + +
    +
    +

    + LNEvents +

    +

    + Lightning powered tickets +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} + {% if not user_ext[0][3] %} +
    + +
    +
    +

    + Faucet +

    +

    + Make LNURL faucets +

    +
    +
    + +
    + + Activate + +
    +
    + {% else %} +
    + +
    +
    +

    + Faucet +

    +

    + Make LNURL faucets +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} +
    + + +
    + + +
    +{% endblock %}