-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhmcs.json
executable file
·37 lines (37 loc) · 1.08 KB
/
whmcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"schema": "1.0",
"type": "whmcs-servers",
"name": "phyre",
"license": "proprietary",
"category": "webhosting",
"description": {
"name": "Phyre",
"tagline": "Phyre web hosting control panel",
"long": "Phyre is a web hosting control panel that allows you to easily manage your web hosting account. It is designed to simplify the management and administration of websites and web applications.",
"features": [
"Automatic account provisioning and management",
"Automatic suspend and reactivation",
"Automated password resets and package upgrades",
"Automated SSL Installation and Deployment",
"Single Sign-On for customers"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/www.phyre.com\/",
"support_url": "https:\/\/github.com\/PhyreApps\/PhyrePanelWHMCSPlugin",
"docs_url": "https:\/\/docs.whmcs.com\/Phyre"
},
"authors": [
{
"name": "WHMCS",
"homepage": "https:\/\/www.whmcs.com\/"
},
{
"name": "Phyre",
"homepage": "https:\/\/www.phyre.com\/"
}
]
}