diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 7eaaea492..f46a97e63 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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: | diff --git a/README.md b/README.md index 29cdbc2f2..c6de4136e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -78,11 +78,11 @@ Pyrodactyl is the world's first Pterodactyl panel that can be developed and run ## Star History - + - - - Star History Chart + + + Star History Chart diff --git a/app/Console/Commands/UpgradeCommand.php b/app/Console/Commands/UpgradeCommand.php index 5e041cede..e9946d1c6 100644 --- a/app/Console/Commands/UpgradeCommand.php +++ b/app/Console/Commands/UpgradeCommand.php @@ -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.} diff --git a/composer.json b/composer.json index 41968599b..1bfa3743d 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 58b21835b..d6e596e28 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -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"