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

Added More information regarding Payment Adapters and Extensions. #148

Merged
merged 8 commits into from
Sep 28, 2023
Merged
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
34 changes: 23 additions & 11 deletions pages/docs/extensions.mdx
Anuril marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
# 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.

## Payment adapters
* [Mollie](https://extensions.fossbilling.org/extension/Mollie)
* [Razorpay](https://extensions.fossbilling.org/extension/Razorpay)
* [UdoktaPay](https://extensions.fossbilling.org/extension/UddoktaPay)
### Cryptocurrency
* [Bitcart](https://extensions.fossbilling.org/extension/Bitcart). Developed by [BitcartCC](https://bitcart.ai/).
Also take a look at the [Extension Directory](https://extensions.fossbilling.org/) where you can find more extensions and payment modules.
We are working on making it as complete as possible.

## Server managers
* [Proxmox](https://extensions.fossbilling.org/extension/Serviceproxmox)
You can then download and install extensions from the extension directory directly in your FOSSBilling installation.

## List of Payment adapters

Anuril marked this conversation as resolved.
Show resolved Hide resolved
| **Payment Adapter** | | **Features** | **Developer** | **Status** |
| ------------------- | -------------- | ------------ | ------------------------------------------------------------ | ------------ |
| | Single Payment | Subscriptions | | |
| PayPal | ✅ | ✅ | FOSSBilling | Production\* |
| Stripe | ✅ | ❌ | FOSSBilling | Production\* |
| Razorpay | ✅ | ❌ | [Albinvar](https://github.com/albinvar/Razorpay-FOSSBilling) | Production\* |
| Payrexx | ✅ | ❌ | [Jaap Marcus](https://github.com/jaapmarcus/payrexx) | In Developent |
| Mollie | ✅ | ❌ | [FOSSBilling](https://github.com/FOSSBilling/Mollie) | Production\* |
| UddoktaPay | ✅ | ❌ | [UddoktaPay](https://github.com/UddoktaPay/FOSSBilling) | Production\* |
| Bitcart | ✅ | ❌ | [Bitcart](https://github.com/bitcart/bitcart-fossbilling) | Production\* |

* 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.

## Registration modules
* [EPP Registrar Module (Generic RFC EPP)](https://github.com/getpinga/fossbilling-epp-rfc). Developed by [Pinga](https://github.com/getpinga).
* [EPP Registrar Module (Hostmaster.ua)](https://github.com/getpinga/fossbilling-epp-ua). Developed by [Pinga](https://github.com/getpinga).
* [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
30 changes: 30 additions & 0 deletions pages/docs/server-managers/others.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Other Server Managers
---

## Current stance on other server managers

At this time, FOSSBilling supports [CPW](https://fossbilling.org/docs/server-managers/cwp), Plesk, DirectAdmin, [HestiaCP](https://fossbilling.org/docs/server-managers/hestiacp) and [WHM/cPanel](https://fossbilling.org/docs/server-managers/whm), 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

FOSSBilling does not support Pterodactyl.
At this time, we want to focus on improving the stability and usability of FOSSBilling.
While we receive a lot of requests for a Pterodactyl module, we have no plans to develop or support one now or in the forseeable future.