mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 13:20:43 +01:00
Add a docs page for professional
This commit is contained in:
parent
8bedb033e6
commit
26e93ccac6
3 changed files with 87 additions and 0 deletions
72
packages/docusaurus/docs/10-professional-license.md
Normal file
72
packages/docusaurus/docs/10-professional-license.md
Normal file
|
@ -0,0 +1,72 @@
|
|||
# Professional License
|
||||
|
||||
## What is this?
|
||||
|
||||
The Professional license is for Businesses and individuals that require access to licensed components within Pangolin.
|
||||
|
||||
Current features that are available with the Professional license:
|
||||
|
||||
- OIDC IDP automatic user importing
|
||||
- Stable public API with access control
|
||||
|
||||
Pangolin will always be free and open source but some features geared more to businesses will be covered under a different license than the AGPL in order to allow us to grow Pangolin.
|
||||
|
||||
## How does this work?
|
||||
|
||||
License keys are like upgrades to your Pangolin instance. There are two types of license keys: the HOST key and SITE keys.
|
||||
|
||||
### The HOST Key
|
||||
|
||||
Every Pangolin instance needs a HOST key. This will unlock all of the Professional features for that instance. All of your features will be available as long as you have a HOST key.
|
||||
|
||||
When purchasing the host key you can optionally choose to include a base number of sites licensed for your instance. This should be a conservative guess about how many sites you need.
|
||||
|
||||
To purchase a host key you will first want to navigate to our [pricing page](/pricing).
|
||||
|
||||
### The Site Upgrade Keys
|
||||
|
||||
Once your instance is licensed you can optionally load in more sites. To do so follow the link to choose an amount of sites to upgrade to from within your Pangolin license page and complete the purchase. Load this new key into your instance an you should instantly have the limit increased.
|
||||
|
||||
## FAQ
|
||||
|
||||
:::note
|
||||
|
||||
If you have already purchased a supporter key and wish to also purchase a professional license please reach out to us at numbat@fossorial.io. We can provide you with a discount code for the first month of the professional license FREE!
|
||||
|
||||
:::
|
||||
|
||||
#### How often will I be billed?
|
||||
|
||||
The Professional License is billed monthly.
|
||||
|
||||
#### How do I manage all of my keys?
|
||||
|
||||
You can log into [Lemon Squeezy](https://app.lemonsqueezy.com/my-orders/) with the same email that your purchased your keys with. From here you can deactivate an instance or manage subscriptions.
|
||||
|
||||
#### Can I reuse the license keys?
|
||||
|
||||
No, the license keys are tied to the instance they were purchased for. If you need to move your instance to a new server, please log into Lemon Squeezy, deactivate the key, and then re-activate it on the new server.
|
||||
|
||||
#### There is an issue with my order!
|
||||
|
||||
Please [email us](mailto:numbat@fossorial.io) immediately with any issues.
|
||||
|
||||
#### Where do I create support tickets?
|
||||
|
||||
Within 48 hours of your purchase you should receive an email invite to our support portal where you can interact with us.
|
||||
|
||||
You can then create support tickets in the [support portal](https://support.fossorial.io/).
|
||||
|
||||
#### What is the difference between this and the Supporter Program?
|
||||
|
||||
The Supporter Program is a way to support the project and remove the support marks. It is a one time donation. No features are unlocked.
|
||||
|
||||
The Professional plan is a paid license that allows you to use the software in a commercial environment that unlocks features and provides support. It is a monthly subscription.
|
||||
|
||||
#### What happens if I run out of sites?
|
||||
|
||||
You will be warned if you go over your site limit before you create a site. If you do there will be a banner displayed in the Pangolin application and login pages stating you have gone over your limit but no functionality of the application will be lost.
|
||||
|
||||
# TOS / License
|
||||
|
||||
By purchasing any license key you agree to abide by the [Fossorial Commercial License and Terms](https://www.google.com/search?q=/license.html).
|
|
@ -8,6 +8,12 @@ If you’d like to support the project, you can purchase a supporter key to remo
|
|||
|
||||
We know it’s not the most exciting feature, but it helps us keep Pangolin healthy and moving forward.
|
||||
|
||||
:::note
|
||||
|
||||
If you have already purchased a supporter key and wish to also purchase a professional license please reach out to us at numbat@fossorial.io. We can provide you with a discount code for the first month of the professional license FREE!
|
||||
|
||||
:::
|
||||
|
||||
## How does this work?
|
||||
|
||||
We are using GitHub sponsors. In order to support and obtain your key:
|
|
@ -430,6 +430,15 @@ const PricingComponent = () => {
|
|||
provides support. It is a monthly subscription.
|
||||
</p>
|
||||
|
||||
<h4>What happens if I run out of sites?</h4>
|
||||
|
||||
<p style={styles.textMuted}>
|
||||
You will be warned if you go over your site limit before you create
|
||||
a site. If you do there will be a banner displayed in the Pangolin
|
||||
application and login pages stating you have gone over your limit
|
||||
but no functionality of the application will be lost.
|
||||
</p>
|
||||
|
||||
<p style={styles.textMuted}>--</p>
|
||||
|
||||
<p style={styles.textMuted}>
|
||||
|
|
Loading…
Reference in a new issue