Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
panel
Public
forked from
pterodactyl/panel
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
panel
resources
views
on
1.0-develop
User selector
All users
All time
Commit history
Commits on Jul 3, 2020
Temporary hack to get fonts working
DaneEveritt
committed
7cea5e6
View commit details
Copy full SHA for 7cea5e6
View code at this point
Browse repository at this point
Get basic compiling working with new CSS setup
DaneEveritt
committed
2193916
View commit details
Copy full SHA for 2193916
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Prefix command with sudo
DaneEveritt
committed
655a751
View commit details
Copy full SHA for 655a751
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Don't trigger a 500 error due to unchecked data being inserted; closes #2087
Show description for 4a0627d
DaneEveritt
committed
4a0627d
View commit details
Copy full SHA for 4a0627d
View code at this point
Browse repository at this point
Commits on May 24, 2020
Show Unlimited instead of 0, admin view
Show description for 6c60305
notAreYouScared
committed
6c60305
View commit details
Copy full SHA for 6c60305
View code at this point
Browse repository at this point
Commits on May 21, 2020
Add mount_server table, fix wrong field type on other many to many tables, add routes for mounting and unmounting mounts on a server, finish server admin mounts page
matthewpi
committed
0eb29da
View commit details
Copy full SHA for 0eb29da
View code at this point
Browse repository at this point
Add mounts page to server admin view
matthewpi
committed
fa902cc
View commit details
Copy full SHA for fa902cc
View code at this point
Browse repository at this point
Finish mount admin view page, add unique index to migration
matthewpi
committed
34f718a
View commit details
Copy full SHA for 34f718a
View code at this point
Browse repository at this point
Add mount update and deletion services, add MountController@update and MountController@delete
matthewpi
committed
0db7deb
View commit details
Copy full SHA for 0db7deb
View code at this point
Browse repository at this point
Add increment id to mount, add basic mount view page
matthewpi
committed
77150b2
View commit details
Copy full SHA for 77150b2
View code at this point
Browse repository at this point
Add the ability to create mounts
matthewpi
committed
a4af8ec
View commit details
Copy full SHA for a4af8ec
View code at this point
Browse repository at this point
Properly setup Mount model, add database migration, get mount admin page added
matthewpi
committed
00d1b58
View commit details
Copy full SHA for 00d1b58
View code at this point
Browse repository at this point
Commits on May 20, 2020
feature/server-mounts initial commit
matthewpi
committed
59a1501
View commit details
Copy full SHA for 59a1501
View code at this point
Browse repository at this point
Commits on May 10, 2020
CSS Changes
Show description for 46285fe
notAreYouScared
committed
46285fe
View commit details
Copy full SHA for 46285fe
View code at this point
Browse repository at this point
Commits on May 9, 2020
Make this helper text more correct
DaneEveritt
committed
86dbb14
View commit details
Copy full SHA for 86dbb14
View code at this point
Browse repository at this point
Only show relevant configuration; update default path to be what the daemon expects
DaneEveritt
committed
3b2e2c6
View commit details
Copy full SHA for 3b2e2c6
View code at this point
Browse repository at this point
Commits on May 8, 2020
Pass a value for skipping scripts correctly; closes #1991
DaneEveritt
committed
2d95204
View commit details
Copy full SHA for 2d95204
View code at this point
Browse repository at this point
closes #1787
DaneEveritt
committed
69eb33f
View commit details
Copy full SHA for 69eb33f
View code at this point
Browse repository at this point
close #1801
DaneEveritt
committed
c6d8bed
View commit details
Copy full SHA for c6d8bed
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Add base support for definining the number of backups that can be created for a server
DaneEveritt
committed
f1c3762
View commit details
Copy full SHA for f1c3762
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Merge pull request #1963 from Sir3lit/maxconn
Show description for 72ecac5
DaneEveritt
authored
72ecac5
View commit details
Copy full SHA for 72ecac5
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
Merge pull request #1939 from Sir3lit/optionaldesc
Show description for 0385d2a
DaneEveritt
authored
0385d2a
View commit details
Copy full SHA for 0385d2a
View code at this point
Browse repository at this point
Merge pull request #1924 from Sir3lit/adminchanges
Show description for 0ccfdd7
DaneEveritt
authored
0ccfdd7
View commit details
Copy full SHA for 0ccfdd7
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
Allow Null = 0
Show description for 82dd7dc
notAreYouScared
committed
82dd7dc
View commit details
Copy full SHA for 82dd7dc
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Add Max Concurrent Connections for database users
Show description for f0e4764
notAreYouScared
committed
f0e4764
View commit details
Copy full SHA for f0e4764
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Update Admin CSS / Few css fixes
Show description for c54cbe6
notAreYouScared
committed
c54cbe6
View commit details
Copy full SHA for c54cbe6
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Allow descrition field to be optional
Show description for 21491e3
notAreYouScared
committed
21491e3
View commit details
Copy full SHA for 21491e3
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Update Admin Overview for server
Show description for 0cad2b9
notAreYouScared
committed
0cad2b9
View commit details
Copy full SHA for 0cad2b9
View code at this point
Browse repository at this point
Fix up node autodeployment
DaneEveritt
committed
fda8894
View commit details
Copy full SHA for fda8894
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Hide statistics page for now
DaneEveritt
committed
7115209
View commit details
Copy full SHA for 7115209
View code at this point
Browse repository at this point
This warning is no longer true
DaneEveritt
committed
07381da
View commit details
Copy full SHA for 07381da
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Fix script paths in layouts
matthewpi
committed
4d833af
View commit details
Copy full SHA for 4d833af
View code at this point
Browse repository at this point
Persist service variables
matthewpi
committed
a7dab69
View commit details
Copy full SHA for a7dab69
View code at this point
Browse repository at this point
Persist nest_id, egg_id, pack_id
matthewpi
committed
dec6868
View commit details
Copy full SHA for dec6868
View code at this point
Browse repository at this point
Remove old Theme::js calls in blade layouts. Persist checkboxes, Server Owner, Node, Default Allocation, and Additional Allocations on servers/new.blade.php
matthewpi
committed
b5e5071
View commit details
Copy full SHA for b5e5071
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.