Skip to content

Add Pyrodactyl Template #5477

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

Draft
wants to merge 6 commits into
base: next
Choose a base branch
from
Draft

Add Pyrodactyl Template #5477

wants to merge 6 commits into from

Conversation

scanash00
Copy link

Changes

  • Added Pyrodactyl Template, Pyrodactyl is a fork of Pterodactyl that builds faster and compiles smaller, it also has a nicer UI.

@scanash00 scanash00 marked this pull request as draft March 31, 2025 05:38
@peaklabs-dev peaklabs-dev added the ⚙️ Service Issues requesting or PRs adding/fixing service templates. label Mar 31, 2025
@scanash00
Copy link
Author

There are problems with Redis, if you know how to fix them, help!

@Rustypredator
Copy link

Rustypredator commented Apr 15, 2025

There are problems with Redis, if you know how to fix them, help!

As far as i can see there are no problems with redis?

Redis Checks

Screenshot 2025-04-15 111856

Screenshot 2025-04-15 113701

Maybe you were talking about mariadb? the Magic Variable had a underscore in it which did not generate a password.
Changing it like this solved the issue for me:

SERVICE_PASSWORD_DATABASE_ROOT > SERVICE_PASSWORD_DATABASEROOT

Otherwise it works as intended for me.

Also maybe add Healthchecks?

Healthchecks suggestions

Pyrodactyl:

healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost/auth/login"]
      interval: 30s
      timeout: 10s
      retries: 3
      start_period: 5s

Redis:

healthcheck:
      test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]

Mariadb:

healthcheck:
      test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
      start_period: 10s
      interval: 10s
      timeout: 5s
      retries: 3

@veygax
Copy link

veygax commented Apr 17, 2025

There are problems with Redis, if you know how to fix them, help!

is this the problem?
2025-04-17T11:14:19.323806369Z SELECTfailed: NOAUTH Authentication required. [tcp://redis:6379]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Service Issues requesting or PRs adding/fixing service templates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants