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

Create whmcs.json #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions whmcs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"schema": "1.0",
"type": "whmcs-servers",
"name": "pterodactyl",
"license": "open-source",
"category": "gamehosting",
"description": {
"name": "Pterodactyl",
"tagline": "Open-source game server management panel",
"long": "Pterodactyl is an open-source game server management panel designed to provide the ultimate user experience for both admins and end-users. It allows easy management of game servers with features like automatic deployment, resource usage tracking, and more.",
"features": [
"Automatic game server deployment and management",
"Resource usage tracking and monitoring",
"User-friendly web interface",
"Support for multiple game types",
"Customizable server configurations"
]
},
"logo": {
"filename": "pterodactyl.png"
},
"support": {
"homepage": "https:\/\/pterodactyl.io\/",
"support_url": "https:\/\/github.com\/\/pterodactyl\/\/whmcs",
"docs_url": "https:\/\/pterodactyl.io\/\/project\/\/introduction.html"
},
"authors": [
{
"name": "Pterodactyl",
"homepage": "https:\/\/pterodactyl.io\/"
}
]
}