Skip to content

Commit fddee8e

Browse files
committed
Merge remote-tracking branch 'upstream/main' into Webhook
2 parents 321bde8 + 465a03b commit fddee8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/Models/Egg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @property array|null $features
1818
* @property string $docker_image -- deprecated, use $docker_images
1919
* @property array<string, string> $docker_images
20-
* @property string $update_url
20+
* @property string|null $update_url
2121
* @property bool $force_outgoing_ip
2222
* @property array|null $file_denylist
2323
* @property string|null $config_files

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
![Total Downloads](https://img.shields.io/github/downloads/pelican-dev/panel/total?style=flat&label=Total%20Downloads&labelColor=rgba(0%2C%2070%2C%20114%2C%201)&color=rgba(255%2C%20255%2C%20255%2C%201))
66
![Latest Release](https://img.shields.io/github/v/release/pelican-dev/panel?style=flat&label=Latest%20Release&labelColor=rgba(0%2C%2070%2C%20114%2C%201)&color=rgba(255%2C%20255%2C%20255%2C%201))
77

8-
9-
<a href="https://polar.sh/pelican-dev"><picture><source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/subscribe.svg?org=pelican-dev&label=Subscribe&darkmode"><img alt="Subscribe on Polar" src="https://polar.sh/embed/subscribe.svg?org=pelican-dev&label=Subscribe"></picture></a>
10-
118
Pelican Panel is an open-source, web-based application designed for easy management of game servers.
129
It offers a user-friendly interface for deploying, configuring, and managing servers, with features like real-time resource monitoring, Docker container isolation, and extensive customization options.
1310
Ideal for both individual gamers and hosting companies, it simplifies server administration without requiring deep technical knowledge.
@@ -21,7 +18,7 @@ Fly High, Game On: Pelican's pledge for unrivaled game servers.
2118
* [Discord](https://discord.gg/pelican-panel)
2219
* [Wings](https://github.com/pelican-dev/wings)
2320

24-
### Supported Games and Servers
21+
## Supported Games and Servers
2522

2623
Pelican supports a wide variety of games by utilizing Docker containers to isolate each instance.
2724
This gives you the power to run game servers without bloating machines with a host of additional dependencies.
@@ -44,4 +41,7 @@ Some of our popular eggs include:
4441
| [Storage](https://github.com/pelican-eggs/storage) | S3 | SFTP Share | | |
4542
| [Monitoring](https://github.com/pelican-eggs/monitoring) | Prometheus | Loki | | |
4643

44+
## Repository Activity
45+
![Stats](https://repobeats.axiom.co/api/embed/4d8cc7012b325141e6fae9c34a22b3669ad5753b.svg "Repobeats analytics image")
46+
4747
*Copyright Pelican® 2024*

0 commit comments

Comments
 (0)