Skip to content

Commit bf7c47d

Browse files
committed
PUSH
-> Done #84
1 parent 7d386ee commit bf7c47d

File tree

5 files changed

+106
-302
lines changed

5 files changed

+106
-302
lines changed

.github/README.md

Lines changed: 104 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,105 @@
1-
![Logo](https://camo.githubusercontent.com/4cf45904e67161611071520974b92a39ef49544ad2c03c027a4e07bf7f44d871/68747470733a2f2f692e696d6775722e636f6d2f784933474c46632e6a706567)
2-
3-
# MythicalDash
4-
5-
Open-Source Client Area for Pterodactyl
6-
MythicalDash is currently in development by [@NaysKutzu](https://github.com/nayskutzu).
7-
8-
# Docs
9-
https://docs.mythicalsystems.me/docs/mythicaldash/intro
10-
11-
### 🎧 Support
12-
13-
You can join our support server:
14-
15-
https://discord.gg/7BZTmSK2D8
16-
17-
### 🎨 Frontend
18-
We are using vuexy as a frontend.
19-
20-
### 👔 Contributing
21-
I'm open to all contributions! Feel free to help! :)
22-
23-
### 💸 Financial support
24-
Do you want to support our hard work?
25-
26-
MythicalSystems
27-
https://paypal.me/mythicalsystems
28-
29-
30-
## Desktop Application
31-
Hi, if you want to setup this right, you will have to go inside the `public/manifest.webmanifest`
32-
Here is an example of the file:
33-
```json
34-
{
35-
"name": "MyAwsomeDash",
36-
"short_name": "Dash",
37-
"start_url": "/",
38-
"display": "standalone",
39-
"orientation": "portrait",
40-
"background_color": "#161931",
41-
"theme_color": "#161931",
42-
"icons": [
43-
{
44-
"src": "https://mydash.dev/assets/img/logo.png",
45-
"sizes": "192x192",
46-
"type": "image/png"
47-
},
48-
{
49-
"src": "https://mydash.dev/assets/img/logo.png",
50-
"sizes": "192x192",
51-
"type": "image/png",
52-
"purpose": "maskable"
53-
},
54-
{
55-
"src": "https://mydash.dev/assets/img/logo.png",
56-
"sizes": "512x512",
57-
"type": "image/png"
58-
}
59-
],
60-
"description": "MythicalDash is a feature-rich and user-friendly client area for Pterodactyl, designed to simplify server management. With MythicalDash, you have unparalleled control over your hosting environment, effortlessly managing game servers, databases, files, and more. Experience seamless server administration, enhanced security, and optimized performance with MythicalDash, your ultimate solution for streamlined Pterodactyl server management.",
61-
"lang": "en",
62-
"categories": ["hosting", "news"]
63-
}
64-
```
65-
66-
## CLI
67-
To compile the CLI you need to install dotnet core:
68-
```bash
69-
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
70-
chmod +x ./dotnet-install.sh
71-
./dotnet-install.sh --channel 7.0
72-
dotnet run --project /var/www/client/cli -help
73-
```
1+
# MythicalDash V3
742

3+
MythicalDash is a client area/dashboard for the Pterodactyl Game Panel with features for managing client servers and much more.
4+
5+
6+
7+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
8+
## Documentation
9+
10+
Do you want MythicalDash?
11+
12+
You can find a step-by-step installation documentation over here: 
13+
14+
https://docs.mythicalsystems.me
15+
## Support
16+
17+
For support, discord server: [discord.gg/freehost](https://discord.gg/freehost)
18+
19+
20+
## Optimizations
21+
22+
MythicalDash is one of the fastest dashboards out there. It has lightning-fast loading speeds!
23+
24+
25+
## FAQ
26+
27+
#### Why is MythicalDash really the best?
28+
29+
Well, we created a table to compare the most commonly used pterodactyl clients, so you can see it for yourself!
30+
31+
| Feature | MythicalDash | Dashactyl | Heliactyl | NorthClient | HolaClient |
32+
| :---: | :---: | :---: | :--: | :--: | :--: |
33+
| Essentials Options ||||||
34+
| Payment Options | 🔄|🔄||||
35+
| J4R | 🔄|||||
36+
| Referrals |🔄|||||
37+
| Linkvertise ||||||
38+
| Custom Ads ||||||
39+
| Purge System ||||||
40+
| Legal ||||||
41+
|Telemetry|||||⚠️|
42+
| Safe |||||⚠️|
43+
| Leaderboards ||||||
44+
| Support System ||||||
45+
| Easy Customizations ||||||
46+
| Anti CSRF ||||||
47+
| Anti Bot ||||||
48+
| Custom (CSS/Header/HTML) ||||||
49+
| Leaderboards ||||||
50+
| Runs everywhere ||||||
51+
| CLI ||||||
52+
| API (Client/Admin) |🔄|||||
53+
54+
55+
## Demo
56+
57+
You can find a live deployment copy of MythicalDash here:
58+
- https://devclient.mythicalsystems.me
59+
60+
## Roadmap
61+
62+
You can find the roadmap at: https://github.com/orgs/MythicalLTD/projects/5
63+
64+
65+
## Contributing
66+
67+
Contributions are always welcome!
68+
69+
70+
## Used By
71+
72+
This project is used by the following companies:
73+
74+
- MythicalSystems
75+
- NyxHost
76+
77+
78+
## Screenshots
79+
80+
- ![App Screenshot1](https://i.imgur.com/fLIYnqK.png)
81+
- ![App Screenshot1](https://i.imgur.com/k3hBOut.png)
82+
- ![App Screenshot1](https://i.imgur.com/QDr6jk5.png)
83+
- ![App Screenshot1](https://i.imgur.com/1o5WNHo.png)
84+
- ![App Screenshot1](https://i.imgur.com/YcEb4YE.png)
85+
- ![App Screenshot1](https://i.imgur.com/KuJMgZk.png)
86+
- ![App Screenshot1](https://i.imgur.com/Nf0aFAt.png)
87+
- ![App Screenshot1](https://i.imgur.com/GwVkHbT.png)
88+
- ![App Screenshot1](https://i.imgur.com/mVBrtV5.png)
89+
- ![App Screenshot1](https://i.imgur.com/70rXiHt.png)
90+
- ![App Screenshot1](https://i.imgur.com/WrroKW3.png)
91+
92+
## API Reference
93+
94+
We did not write specific API documentation, but you can use [Insomnia](https://insomnia.rest/download) to see more info on what requests you can execute with our API. Here you can download the JSON for the Insomnia client: https://raw.githubusercontent.com/MythicalLTD/MythicalDash/v3/Insomnia.json
95+
96+
## Tech Stack
97+
98+
Here is a list of the core components that MythicalDash uses to run!
99+
100+
**Client:** [Composer](https://getcomposer.org/), [DotNet](https://dot.net)
101+
102+
**Server:** [PHP](https://php.net), [Pterodactyl](https://pterodactyl.io), [MariaDB](https://mariadb.com)/[MySQL](https://mysql.com)
103+
104+
**Packages:**
105+
[PHP-Router](https://packagist.org/packages/mythicalsystems/php-router), [Yaml](https://packagist.org/packages/symfony/yaml), [PHPMailer](https://packagist.org/packages/phpmailer/phpmailer), [Fody](https://www.nuget.org/packages/Costura.Fody/), [MySqlConnector](https://www.nuget.org/packages/MySqlConnector/), [YamlDotNet](https://www.nuget.org/packages/YamlDotNet)
File renamed without changes.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"php": ">=8.0.0",
2121
"mythicalsystems/php-router": "^1.0",
2222
"symfony/yaml": "^6.3",
23-
"phpseclib/phpseclib": "^3.0",
2423
"phpmailer/phpmailer": "^6.8"
2524
},
2625
"autoload": {

0 commit comments

Comments
 (0)