Skip to content

Commit

Permalink
feat: changes for renaming to pyrodactyl
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 12, 2024
1 parent 81b5eee commit 612276f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/pyrohost/panel
images: ghcr.io/pyrohost/pyrodactyl
flavor: |
latest=false
tags: |
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Pyrodactyl is the Pterodactyl-based game server management panel that focuses on
## Running Pyrodactyl

> [!TIP]
> Pyrodactyl now [has a Docker image avaliable](https://github.com/pyrohost/panel/pkgs/container/panel), which for previous users of the Pterodactyl panel in Docker, should make it easy to migrate.
> Pyrodactyl now [has a Docker image avaliable](https://github.com/pyrohost/pyrodactyl/pkgs/container/panel), which for previous users of the Pterodactyl panel in Docker, should make it easy to migrate.
>
> If you want to setup Pyrodactyl in Docker from scratch, see the [`docker-compose.example.yml`](https://github.com/pyrohost/panel/blob/main/docker-compose.example.yml).
> If you want to setup Pyrodactyl in Docker from scratch, see the [`docker-compose.example.yml`](https://github.com/pyrohost/pyrodactyl/blob/main/docker-compose.example.yml).
### Prerequisites

Expand All @@ -42,7 +42,7 @@ Setting up Pyrodactyl is a breeze on Linux. Follow the [official Pterodactyl doc

Instead of downloading the official panel, follow the steps below to install Pyrodactyl:

1. `git clone https://github.com/pyrohost/panel.git /var/www/pterodactyl`
1. `git clone https://github.com/pyrohost/pyrodactyl.git /var/www/pterodactyl`
2. `cd /var/www/pterodactyl`
3. `npm i`
4. `npm run ship`
Expand Down Expand Up @@ -78,11 +78,11 @@ Pyrodactyl is the world's first Pterodactyl panel that can be developed and run

## Star History

<a href="https://star-history.com/#pyrohost/panel&Date">
<a href="https://star-history.com/#pyrohost/pyrodactyl&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pyrohost/panel&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pyrohost/panel&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pyrohost/panel&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pyrohost/pyrodactyl&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pyrohost/pyrodactyl&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pyrohost/pyrodactyl&type=Date" />
</picture>
</a>

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/UpgradeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class UpgradeCommand extends Command
{
protected const GITHUB_URL = 'https://github.com/pyrohost/panel/';
protected const GITHUB_URL = 'https://github.com/pyrohost/pyrodactyl/';

protected $signature = 'p:upgrade
{--user= : The user that PHP runs under. All files will be owned by this user.}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pyrohost/panel",
"name": "pyrohost/pyrodactyl",
"description": "pyrodactyl is the Pterodactyl-based game server panel that's faster, smaller, safer, and more accessible.",
"license": "AGPL-3.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
image: redis:alpine
restart: always
panel:
image: ghcr.io/pyrohost/panel:main
image: ghcr.io/pyrohost/pyrodactyl:main
restart: always
ports:
- "80:80"
Expand Down

0 comments on commit 612276f

Please sign in to comment.