Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Connecting Additional BTCPay Services #1468

Merged
merged 3 commits into from
Nov 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions docs/WhatsNext.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ Depending on the CMS you're using, you can easily connect BTCPay to your online
- [Magneto](./Magento.md)
- [PrestaShop](./PrestaShop.md)
- [Custom integration](./CustomIntegration.md)
- [Wix](./Wix.md)
- [Odoo](./Odoo.md)
- [Big Commerce](./BigCommerce.md)
- [Invoice Ninja](./InvoiceNinja.md)
e.t.c

## Connecting Additional BTCPay Services
## Extending BTCPay Server: Plugins

Additional free, open-source plugins can be used with your BTCPay.
BTCPay Server is more than just a payment processor - It can be personalized to your preference. Plugins allows you customize your BTCPay Server application,and tailor your instance to suit your specific needs.

- [LibrePatron](https://github.com/JeffVandrewJr/patron)
- [BTC Transmuter](https://github.com/btcpayserver/btcTransmuter/blob/master/README.md)
Every project is unique. Whether you're a freelancer, running a physical store, an online store, managing a creative project, or building, there's a good chance a plugin exists to solve your specific workflow challenge.

**LibrePatron is a self-hosted, censorship-free, Patreon alternative**. LibrePatron uses BTCPay Server to receive Bitcoin payments on a recurring basis. Funds go directly to the creator's wallet. View LibrePatron instructions [here](https://blog.btcpayserver.org/librepatron-patreon-alternative/).
Need something custom? Click on the `Manage Plugin` section on your BTCPay instance and find what plugin works for you. 

**BTC Transmuter is a self-hosted service that allows you to automate your money and other tasks using BTCPay**. Create custom, automated processes using crypto service triggers based on BTCPay. Common use-cases are fiat integration, payment forwarding and email automation. Open lightning channels, detect payments and more, using blockchain data from your own nodes in BTCPay. View BTC Transmuter documentation [here](https://github.com/btcpayserver/btcTransmuter/blob/master/README.md).

## Join The BTCPay Community

Expand Down