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

Add payment adapter info #147

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
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
28 changes: 25 additions & 3 deletions pages/docs/extensions.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
# Working Extensions and Payment Modules
These extensions are known to be working with FOSSBilling. Once we get our extension directory running again, we will contact extension developers about having their extensions listed on the directory.

For an up to date list of current extensions, please check out the [Extension Directory](https://extensions.fossbilling.org/).

You can then download and install extensions from the extension directory directly in your FOSSBilling installation.

## Payment adapters

| **Payment Adapter** | | **Features** | | **Developer** | **Status** |
| ------------------- | -------------- | ------------ | ------ | ------------------------------------------------------------ | ------------ |
| | Single Payment | Subscription | Refund | | |
| PayPal | ✅ | ❌ | ❌ | FOSSBilling | Production\* |
| Stripe | ✅ | ❌ | ❌ | FOSSBilling | Production\* |
| Razorpay | ✅ | ❌ | ❌ | [Albinvar](https://github.com/albinvar/Razorpay-FOSSBilling) | Testing\* |
| Payrexx | ✅ | ❌ | ❌ | FOSSBilling | WIP |
| Mollie | ✅ | ❌ | ❌ | FOSSBilling | Production\* |
| UddoktaPay | ✅ | ❌ | ❌ | [UddoktaPay](https://github.com/UddoktaPay/FOSSBilling) | Production\* |
| Bitcart | ✅ | ❌ | ❌ | [Bitcart](https://github.com/bitcart/bitcart-fossbilling) | Production\* |
| Paystack | ✅ | ❌ | ❌ | [samapraku](https://github.com/samapraku/boxbilling-paystack-adapter) | Incompatible with FB > 0.4 |

* Keep in mind, that FOSSBilling is currently considered pre-production software. While we are working hard to make it production-ready, we do not recommend using it in production yet.

See [this issue on github](https://github.com/FOSSBilling/FOSSBilling/issues/1360) for more information regarding plans for Payment Adapters.

### Cryptocurrency

* [Bitcart](https://github.com/bitcart/bitcart-fossbilling). Developed by [BitcartCC](https://bitcart.ai/).

## Registration modules
Expand All @@ -11,5 +32,6 @@ These extensions are known to be working with FOSSBilling. Once we get our exten
* [EPP Registrar Module (FRED Registry)](https://github.com/getpinga/fossbilling-epp-fred). Developed by [Pinga](https://github.com/getpinga).
* [NETIM Registrar Module](https://github.com/netim-com/fossbilling-registrar-module). Developed by [NETIM](https://github.com/netim-com).

## How do I get my extension listed?
You can edit this page directly and create a PR. For any questions, reach our team.
## How do I get my extension listed in the Extension directory?
You can [create a PR here](https://github.com/FOSSBilling/extension-directory).
If you have any questions, feel free to reach out to our Team.
2 changes: 1 addition & 1 deletion pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can [search for existing feature requests](https://github.com/FOSSBilling/FO

## Does FOSSBilling work with Pterodactyl?

FOSSBilling does not support Pterodactyl and we currently have no plans to provide official support for it, however the community is more than welcome to build an integration of their own for FOSSBilling.
FOSSBilling does not support Pterodactyl and we currently have no plans to provide official support for it, however the community is more than welcome to build an integration of their own for FOSSBilling. Also see [here](https://fossbilling.org/docs/server-managers/others)

## Do I need to pay for FOSSBilling?

Expand Down
34 changes: 34 additions & 0 deletions pages/docs/server-managers/others.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Other Server Managers
---

## Current stance on other server managers

At this time, FOSSBilling only supports CPW, HestiaCP and WHM/cPanel, as server managers.

While we have received requests for support of other server managers, we are currently focusing on improving the stability and usability of FOSSBilling before adding support for additional server managers.

We appreciate your interest in FOSSBilling and welcome contributions from the community.
If you are interested in contributing to FOSSBilling, check out visit the [contribution handbook](https://fossbilling.org/docs/contribution-handbook/guides/creating-a-server-manager) for more information.

## Proxmox VE Support

There is a Proxmox VE module available for FOSSBilling.
While Version 0.0.5 is largely not functional **and should not be used in production**, development is ongoing and we hope to have a working version available soon.
Current progress can be tracked on the Modules [Github Repo](https://github.com/FOSSBilling/Proxmox).

## Often requested server managers

Please see [this github Issue](https://github.com/FOSSBilling/FOSSBilling/issues/1362) for a list of server managers that have been requested by the community.

## Special Mentions

### Pterodactyl

Pterodactyl is a game server manager that is often requested by the community.
Currently, there is no active development on a Pterodactyl module for FOSSBilling from the FOSSBilling Team.

However, there are community members who have been working on a Pterodactyl module for FOSSBilling.
See [here](https://github.com/timmy-time/FOSSBilling-Pterodactyl/) and [here](https://github.com/fabpot-del/Pterodactyl-FOSSBilling) and

In the interest of progress in this matter, we encourage you to check out his work and contribute to the project if you are able.
Loading