diff --git a/README.md b/README.md index faffbd2..398aa8a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + + + + LNbits + + + +[![License: MIT](https://img.shields.io/badge/License-MIT-success?logo=open-source-initiative&logoColor=white)](./LICENSE) +[![Built for LNbits](https://img.shields.io/badge/Built%20for-LNbits-4D4DFF?logo=lightning&logoColor=white)](https://github.com/lnbits/lnbits) + # Paywall - [LNbits](https://github.com/lnbits/lnbits) extension For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions) @@ -28,3 +38,10 @@ A Paywall is a way of restricting to content via a purchase or paid subscription It is possible to also protect a file behind a paywall. https://github.com/lnbits/paywall/assets/2951406/527c176c-38ff-4198-a4c1-6d07807e7443 + +## Powered by LNbits + +[LNbits](https://lnbits.com) is a free and open-source lightning accounts system. + +[![Visit LNbits Shop](https://img.shields.io/badge/Visit-LNbits%20Shop-7C3AED?logo=shopping-cart&logoColor=white&labelColor=5B21B6)](https://shop.lnbits.com/) +[![Try myLNbits SaaS](https://img.shields.io/badge/Try-myLNbits%20SaaS-2563EB?logo=lightning&logoColor=white&labelColor=1E40AF)](https://my.lnbits.com/login) diff --git a/config.json b/config.json index 72f6bcb..16a7019 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,10 @@ { + "id": "paywall", + "version": "1.2.0", "name": "Paywall", + "repo": "https://github.com/lnbits/paywall", "short_description": "Create paywalls for content", + "description": "", "tile": "/paywall/static/image/paywall.png", "min_lnbits_version": "1.3.0", "contributors": [ @@ -12,7 +16,7 @@ ], "images": [ { - "uri": "https://raw.githubusercontent.com/lnbits/paywall/main/static/image/1.jpg", + "uri": "https://raw.githubusercontent.com/lnbits/paywall/main/static/image/Paywall_thumbnail.png", "link": "https://www.youtube.com/embed/N0fU_0gbaXs?si=ijsKN4IbQcH2vVkI" }, { @@ -24,5 +28,9 @@ ], "description_md": "https://raw.githubusercontent.com/lnbits/paywall/main/description.md", "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/paywall/main/toc.md", - "license": "MIT" + "license": "MIT", + "paid_features": "", + "tags": ["Creators", "Monetization"], + "donate": "", + "hidden": false } diff --git a/description.md b/description.md index 9a20e89..d24b80d 100644 --- a/description.md +++ b/description.md @@ -1,3 +1,10 @@ -Hide content behind a paywall, a user has to pay some amount to access your hidden content. +Hide content behind a paywall that users must pay to access. -A Paywall is a way of restricting to content via a purchase or paid subscription. For example to read a determined blog post, or to continue reading further, to access a downloads area, etc... +Its functions include: + +- Restricting access to articles, downloads, or media +- Setting custom prices for different content +- Generating shareable payment links +- Automatically unlocking content after payment + +Perfect for writers, educators, and content creators who want to monetize digital content with instant Bitcoin micropayments. diff --git a/static/image/Paywall_thumbnail.png b/static/image/Paywall_thumbnail.png new file mode 100644 index 0000000..0773bc9 Binary files /dev/null and b/static/image/Paywall_thumbnail.png differ