This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Conversation
- Add backend routes: GET /api/admin/users, /api/admin/users/:id, POST /api/admin/users/:id/toggle-admin, DELETE /api/admin/users/:id, GET /api/admin/stats, GET /api/admin/activity - Add frontend Dashboard page with stat cards (total users/servers/etc.) - Add frontend Users list page with admin badge and server counts - Add frontend User detail page with info, IPs, servers, toggle-admin, delete - Add frontend Activity Log page showing all platform activity - Update admin navbar with 4 tabs: Dashboard, Servers, Users, Activity - Update routing/navigation for all new pages
- Cast COUNT(*) to SIGNED in users query + convert BigInt values to Number - Fix renderAdminServers and renderAdminServerDetail to deactivate all pages before activating their own, preventing multiple pages showing at once
…new_now in activity log
…void weird border and hover
- Add nests + egg_resources DB tables (auto-migrated) - Remove hardcoded NEST_IDS from config - Add admin UI in Settings > Eggs Settings to manage nests/eggs - Fetch available nests from Pterodactyl panel, add/rename/delete - Configure per-egg CPU/RAM/Disk resource overrides - Server creation now respects per-egg resource overrides - Dynamic nest names in user-facing egg selector
…ing required fields
…click-to-dismiss, and admin support
…ge, and auto-creation on server events
…collapsed sidebar
…creen on admin login
ddrayko
added a commit
that referenced
this pull request
Jul 3, 2026
Merge pull request #13 from ZeroHost-Code/beta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.