mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update integrations.ts
This commit is contained in:
parent
b4b44df072
commit
356c9574b9
@ -257,7 +257,7 @@ export const integrations: IntegrationsType = {
|
|||||||
icon: Terminal,
|
icon: Terminal,
|
||||||
description:
|
description:
|
||||||
"OpenCLI serves as the terminal interface for Administrators, allowing automation of diverse OpenPanel settings with access to over 100 available commands.",
|
"OpenCLI serves as the terminal interface for Administrators, allowing automation of diverse OpenPanel settings with access to over 100 available commands.",
|
||||||
url: "/docs/category/openpanel-cli/",
|
url: "https://dev.openpanel.co/cli/commands.html",
|
||||||
status: "stable",
|
status: "stable",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -306,7 +306,7 @@ export const integrations: IntegrationsType = {
|
|||||||
icon: Languages,
|
icon: Languages,
|
||||||
description:
|
description:
|
||||||
"OpenPanel is translation ready. Each login can view OpenPanel in their preferred language.",
|
"OpenPanel is translation ready. Each login can view OpenPanel in their preferred language.",
|
||||||
url: "/docs/admin/customize/localization/",
|
url: "https://dev.openpanel.co/localization.html",
|
||||||
status: "stable",
|
status: "stable",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -451,12 +451,19 @@ export const integrations: IntegrationsType = {
|
|||||||
],
|
],
|
||||||
"community-packages": [
|
"community-packages": [
|
||||||
{
|
{
|
||||||
name: "WHMCS Module",
|
name: "WHMCS",
|
||||||
icon: WHMCS,
|
icon: WHMCS,
|
||||||
description: "Integrate with the leading web hosting management and billing software.",
|
description: "Integrate with the leading web hosting management and billing software.",
|
||||||
url: "https://openpanel.co/docs/changelog/0.1.7/#whmcs-module",
|
url: "/blog/openpanel-whmcs-module/",
|
||||||
status: "stable",
|
status: "stable",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "FOSSBilling",
|
||||||
|
icon: WHMCS,
|
||||||
|
description: "Provision OpenPanel accounts from FOSSBilling software.",
|
||||||
|
url: "https://openpanel.com/docs/articles/extensions/openpanel-and-fossbilling/",
|
||||||
|
status: "stable",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "REST API",
|
name: "REST API",
|
||||||
icon: API,
|
icon: API,
|
||||||
|
Loading…
Reference in New Issue
Block a user