@minecraft-docker/mcctl-console 2.15.3 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/package.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/BUILD_ID +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/app-build-manifest.json +288 -282
- package/.next/standalone/platform/services/mcctl-console/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/build-manifest.json +9 -9
- package/.next/standalone/platform/services/mcctl-console/.next/prerender-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/react-loadable-manifest.json +8 -1
- package/.next/standalone/platform/services/mcctl-console/.next/routes-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/admin/users/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/admin/users/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/admin/users/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found.rsc +5 -5
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/[id]/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/[id]/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/[id]/toggle/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/[id]/toggle/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshot-schedules/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshots/[id1]/diff/[id2]/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/config-snapshots/[id1]/diff/[id2]/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/config-snapshots/[id]/restore/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/config-snapshots/[id]/restore/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/config-snapshots/route.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/config-snapshots/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/audit-logs.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/audit-logs.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/backups.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/backups.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/dashboard.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/dashboard.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/index.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/index.rsc +6 -6
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login.rsc +6 -6
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/players.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/players.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/routing.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/routing.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/servers.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/servers.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/settings.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/settings.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup.rsc +6 -6
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/worlds.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/worlds.rsc +7 -7
- package/.next/standalone/platform/services/mcctl-console/.next/server/app-paths-manifest.json +26 -20
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1258.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1309.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1465.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3097.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3613.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/4151.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/5843.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/{6554.js → 6965.js} +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/731.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/7879.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/middleware-manifest.json +5 -5
- package/.next/standalone/platform/services/mcctl-console/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/pages/404.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/pages/500.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/pages-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1116-90e393e11322b96b.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1164-f51ba1b8b2a8397d.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1400-fd6d16ed1fc47d10.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2603-4e610b5895784491.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2666-13a1106f264477e7.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/271.1ddad6a871759970.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/310-1ce88ce372edcd70.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/3217-9df8e8d8e07ad4f0.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4920-fa70dfac23995375.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/5618-bf7fd85c91f76e0d.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6368-737efbaafd70bcba.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6648-4f261adfced5c408.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6942-9f909d2263194390.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7195-28f07b61938ea9d1.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7632-4cd7961537874121.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{7965-67c4c53f693bc0c4.js → 7965-a3405fd50f7cc762.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8175-ba0a01a3b7844882.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9986-eaaa18e89bd2b030.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/admin/users/{page-cc0c71dc0e6631fb.js → page-148e2baaceb33b2a.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/audit-logs/{page-58b3d20be5540dd0.js → page-abfe3bbfaa7eb99b.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/backups/page-50eec2b821445eee.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/dashboard/{page-11c6a90c8d27eb8d.js → page-77b32d45e2f64eec.js} +1 -1
- package/.next/{static/chunks/app/(main)/layout-9822cba515754d43.js → standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/layout-26e37b29ee07fc8c.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/players/{page-d3e8734d942f5fea.js → page-08dd972363e964d9.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/routing/{page-8e36e2c23d9a62c2.js → page-de9846175ecac0ae.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/console/{page-bea101bb0e8858b4.js → page-afcf019de92646f0.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/page-32309b73a831aa9b.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/{page-35a24570b3f06f3b.js → page-842fa30b14dcb89f.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/settings/page-ed3bb49a21cd3e7c.js +1 -0
- package/.next/{static/chunks/app/(main)/worlds/page-66e7e55928f43f54.js → standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/worlds/page-55df5fd15e110449.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/{layout-eaefe334d7b2816a.js → layout-35cb1ada75bbaa71.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/login/page-25894f9a24831c25.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/signup/page-3406801cf7f3df0d.js +1 -0
- package/.next/{static/chunks/main-63101811e3f573cc.js → standalone/platform/services/mcctl-console/.next/static/chunks/main-b1805c976aebe9ce.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/webpack-a47ff07ca7471347.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/package.json +2 -1
- package/.next/static/chunks/1116-90e393e11322b96b.js +1 -0
- package/.next/static/chunks/1164-f51ba1b8b2a8397d.js +1 -0
- package/.next/static/chunks/1400-fd6d16ed1fc47d10.js +1 -0
- package/.next/static/chunks/2603-4e610b5895784491.js +1 -0
- package/.next/static/chunks/2666-13a1106f264477e7.js +1 -0
- package/.next/static/chunks/271.1ddad6a871759970.js +1 -0
- package/.next/static/chunks/310-1ce88ce372edcd70.js +1 -0
- package/.next/static/chunks/3217-9df8e8d8e07ad4f0.js +1 -0
- package/.next/static/chunks/4920-fa70dfac23995375.js +1 -0
- package/.next/static/chunks/5618-bf7fd85c91f76e0d.js +1 -0
- package/.next/static/chunks/6368-737efbaafd70bcba.js +1 -0
- package/.next/static/chunks/6648-4f261adfced5c408.js +1 -0
- package/.next/static/chunks/6942-9f909d2263194390.js +1 -0
- package/.next/static/chunks/7195-28f07b61938ea9d1.js +1 -0
- package/.next/static/chunks/7632-4cd7961537874121.js +1 -0
- package/.next/static/chunks/{7965-67c4c53f693bc0c4.js → 7965-a3405fd50f7cc762.js} +1 -1
- package/.next/static/chunks/8175-ba0a01a3b7844882.js +1 -0
- package/.next/static/chunks/9986-eaaa18e89bd2b030.js +1 -0
- package/.next/static/chunks/app/(main)/admin/users/{page-cc0c71dc0e6631fb.js → page-148e2baaceb33b2a.js} +1 -1
- package/.next/static/chunks/app/(main)/audit-logs/{page-58b3d20be5540dd0.js → page-abfe3bbfaa7eb99b.js} +1 -1
- package/.next/static/chunks/app/(main)/backups/page-50eec2b821445eee.js +1 -0
- package/.next/static/chunks/app/(main)/dashboard/{page-11c6a90c8d27eb8d.js → page-77b32d45e2f64eec.js} +1 -1
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/layout-9822cba515754d43.js → static/chunks/app/(main)/layout-26e37b29ee07fc8c.js} +1 -1
- package/.next/static/chunks/app/(main)/players/{page-d3e8734d942f5fea.js → page-08dd972363e964d9.js} +1 -1
- package/.next/static/chunks/app/(main)/routing/{page-8e36e2c23d9a62c2.js → page-de9846175ecac0ae.js} +1 -1
- package/.next/static/chunks/app/(main)/servers/[name]/console/{page-bea101bb0e8858b4.js → page-afcf019de92646f0.js} +1 -1
- package/.next/static/chunks/app/(main)/servers/[name]/page-32309b73a831aa9b.js +1 -0
- package/.next/static/chunks/app/(main)/servers/{page-35a24570b3f06f3b.js → page-842fa30b14dcb89f.js} +1 -1
- package/.next/static/chunks/app/(main)/settings/page-ed3bb49a21cd3e7c.js +1 -0
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/worlds/page-66e7e55928f43f54.js → static/chunks/app/(main)/worlds/page-55df5fd15e110449.js} +1 -1
- package/.next/static/chunks/app/{layout-eaefe334d7b2816a.js → layout-35cb1ada75bbaa71.js} +1 -1
- package/.next/static/chunks/app/login/page-25894f9a24831c25.js +1 -0
- package/.next/static/chunks/app/signup/page-3406801cf7f3df0d.js +1 -0
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/main-63101811e3f573cc.js → static/chunks/main-b1805c976aebe9ce.js} +1 -1
- package/.next/static/chunks/webpack-a47ff07ca7471347.js +1 -0
- package/package.json +3 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1645.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8872.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8913.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1002-c53deedf30706db3.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1055-b8c83674b69387ea.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/140-c12e00f0de7cd7be.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2476-4fff0814e9d341f8.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2666-0ffcaa56248fa87e.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/423-766c202217f701c0.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4416-2385e5784dc036d6.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6650-51e2b21d03bb2f09.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7073-3b047d20c07ac065.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7087-64ab6928ccdc0ca7.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7648-2f814761281d3467.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7753-74bf23c88b387cb7.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9022-598befdec2960f02.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9097-3bc29153e9b2c9d1.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/backups/page-bd084d0163678e15.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/page-8eda8c4709976b6a.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/settings/page-9e447db7e4f551c2.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/login/page-913fdb0c7c3e7114.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/signup/page-4fe85a21b5914e70.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/webpack-7e31802f06defd3e.js +0 -1
- package/.next/static/chunks/1002-c53deedf30706db3.js +0 -1
- package/.next/static/chunks/1055-b8c83674b69387ea.js +0 -1
- package/.next/static/chunks/140-c12e00f0de7cd7be.js +0 -1
- package/.next/static/chunks/2476-4fff0814e9d341f8.js +0 -1
- package/.next/static/chunks/2666-0ffcaa56248fa87e.js +0 -1
- package/.next/static/chunks/423-766c202217f701c0.js +0 -1
- package/.next/static/chunks/4416-2385e5784dc036d6.js +0 -1
- package/.next/static/chunks/6650-51e2b21d03bb2f09.js +0 -1
- package/.next/static/chunks/7073-3b047d20c07ac065.js +0 -1
- package/.next/static/chunks/7087-64ab6928ccdc0ca7.js +0 -1
- package/.next/static/chunks/7648-2f814761281d3467.js +0 -1
- package/.next/static/chunks/7753-74bf23c88b387cb7.js +0 -1
- package/.next/static/chunks/9022-598befdec2960f02.js +0 -1
- package/.next/static/chunks/9097-3bc29153e9b2c9d1.js +0 -1
- package/.next/static/chunks/app/(main)/backups/page-bd084d0163678e15.js +0 -1
- package/.next/static/chunks/app/(main)/servers/[name]/page-8eda8c4709976b6a.js +0 -1
- package/.next/static/chunks/app/(main)/settings/page-9e447db7e4f551c2.js +0 -1
- package/.next/static/chunks/app/login/page-913fdb0c7c3e7114.js +0 -1
- package/.next/static/chunks/app/signup/page-4fe85a21b5914e70.js +0 -1
- package/.next/static/chunks/webpack-7e31802f06defd3e.js +0 -1
- /package/.next/standalone/platform/services/mcctl-console/.next/static/{6a6vvSaqr365vHaitEiOZ → EANeiraUW-eUpqLSPNGwp}/_buildManifest.js +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/{6a6vvSaqr365vHaitEiOZ → EANeiraUW-eUpqLSPNGwp}/_ssgManifest.js +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{1071-235049df1c3caba7.js → 1071-97b7f8379e993fe3.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{1658-43a798763bcc82ae.js → 1658-8e31f0c08520255d.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{2538-09440cfe5c38aa16.js → 2538-202c61c3f13684f5.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{2542-6ea12719b9ca1b7c.js → 2542-8ae47ca53ab8b1cb.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{2701-677e528d028253ad.js → 2701-0c76fe71a0c8b1a4.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{2757-058492b5c236cb62.js → 2757-89af113a429f789f.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{2844-de6e17c136b0de1e.js → 2844-6679c1f7742fd8e4.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{3938-b55cb95203c34832.js → 3938-7cab16ec2b4786dc.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{3b518dcd-5724e59d48f01b72.js → 3b518dcd-7c24a9aea6246f3f.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{4219-4ac199a28917d787.js → 4219-efc805d1901adfb1.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{4302-487e76466a64d13a.js → 4302-0fb262de582174b7.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{4841-6260a560fdad2dd4.js → 4841-951c7a01f48ba3dd.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{4898-60767ae3dfa904db.js → 4898-1ea31f09e131e287.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{5004-6ecca3df16643209.js → 5004-5ae4399bb0c5063c.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{5123-bc0af955f93964c7.js → 5123-b0144b4a19d55153.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{540-4b925f2c57833962.js → 540-41699a718be7f9fb.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{5498-096ebd4d2953f7f7.js → 5498-6305b5a34ba84ce4.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{55-cc17f03142ace10c.js → 55-5cd4930da22197a0.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{5511-7a419d84918a8d64.js → 5511-fb4905e23b2a0e3d.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{6727-e25ea0d10f0fea68.js → 6727-a674299e85a54ac5.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{6798-eb703f1c1303853c.js → 6798-fad1c50441244c82.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{6812-f5924f14ef351036.js → 6812-698a590a47ad1a32.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{7296-063cc1cf1200429d.js → 7296-70ec1bdc0b487394.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{7436-dc5c09a9f287522b.js → 7436-78809c41e7689be2.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{7477-3b97ce4c66d3cf7e.js → 7477-d1aa9858bb5a89b0.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{8347-d55cd74fb316fad0.js → 8347-6a204768b348b2b8.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/{9760-3b9261fc2cfda017.js → 9760-30e83c11974cef44.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/_not-found/{page-04a252eb6000a47f.js → page-562e8bf174e92275.js} +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/{page-06fbf91c6bf684a9.js → page-9cdf86ac8c200db6.js} +0 -0
- /package/.next/static/{6a6vvSaqr365vHaitEiOZ → EANeiraUW-eUpqLSPNGwp}/_buildManifest.js +0 -0
- /package/.next/static/{6a6vvSaqr365vHaitEiOZ → EANeiraUW-eUpqLSPNGwp}/_ssgManifest.js +0 -0
- /package/.next/static/chunks/{1071-235049df1c3caba7.js → 1071-97b7f8379e993fe3.js} +0 -0
- /package/.next/static/chunks/{1658-43a798763bcc82ae.js → 1658-8e31f0c08520255d.js} +0 -0
- /package/.next/static/chunks/{2538-09440cfe5c38aa16.js → 2538-202c61c3f13684f5.js} +0 -0
- /package/.next/static/chunks/{2542-6ea12719b9ca1b7c.js → 2542-8ae47ca53ab8b1cb.js} +0 -0
- /package/.next/static/chunks/{2701-677e528d028253ad.js → 2701-0c76fe71a0c8b1a4.js} +0 -0
- /package/.next/static/chunks/{2757-058492b5c236cb62.js → 2757-89af113a429f789f.js} +0 -0
- /package/.next/static/chunks/{2844-de6e17c136b0de1e.js → 2844-6679c1f7742fd8e4.js} +0 -0
- /package/.next/static/chunks/{3938-b55cb95203c34832.js → 3938-7cab16ec2b4786dc.js} +0 -0
- /package/.next/static/chunks/{3b518dcd-5724e59d48f01b72.js → 3b518dcd-7c24a9aea6246f3f.js} +0 -0
- /package/.next/static/chunks/{4219-4ac199a28917d787.js → 4219-efc805d1901adfb1.js} +0 -0
- /package/.next/static/chunks/{4302-487e76466a64d13a.js → 4302-0fb262de582174b7.js} +0 -0
- /package/.next/static/chunks/{4841-6260a560fdad2dd4.js → 4841-951c7a01f48ba3dd.js} +0 -0
- /package/.next/static/chunks/{4898-60767ae3dfa904db.js → 4898-1ea31f09e131e287.js} +0 -0
- /package/.next/static/chunks/{5004-6ecca3df16643209.js → 5004-5ae4399bb0c5063c.js} +0 -0
- /package/.next/static/chunks/{5123-bc0af955f93964c7.js → 5123-b0144b4a19d55153.js} +0 -0
- /package/.next/static/chunks/{540-4b925f2c57833962.js → 540-41699a718be7f9fb.js} +0 -0
- /package/.next/static/chunks/{5498-096ebd4d2953f7f7.js → 5498-6305b5a34ba84ce4.js} +0 -0
- /package/.next/static/chunks/{55-cc17f03142ace10c.js → 55-5cd4930da22197a0.js} +0 -0
- /package/.next/static/chunks/{5511-7a419d84918a8d64.js → 5511-fb4905e23b2a0e3d.js} +0 -0
- /package/.next/static/chunks/{6727-e25ea0d10f0fea68.js → 6727-a674299e85a54ac5.js} +0 -0
- /package/.next/static/chunks/{6798-eb703f1c1303853c.js → 6798-fad1c50441244c82.js} +0 -0
- /package/.next/static/chunks/{6812-f5924f14ef351036.js → 6812-698a590a47ad1a32.js} +0 -0
- /package/.next/static/chunks/{7296-063cc1cf1200429d.js → 7296-70ec1bdc0b487394.js} +0 -0
- /package/.next/static/chunks/{7436-dc5c09a9f287522b.js → 7436-78809c41e7689be2.js} +0 -0
- /package/.next/static/chunks/{7477-3b97ce4c66d3cf7e.js → 7477-d1aa9858bb5a89b0.js} +0 -0
- /package/.next/static/chunks/{8347-d55cd74fb316fad0.js → 8347-6a204768b348b2b8.js} +0 -0
- /package/.next/static/chunks/{9760-3b9261fc2cfda017.js → 9760-30e83c11974cef44.js} +0 -0
- /package/.next/static/chunks/app/_not-found/{page-04a252eb6000a47f.js → page-562e8bf174e92275.js} +0 -0
- /package/.next/static/chunks/app/{page-06fbf91c6bf684a9.js → page-9cdf86ac8c200db6.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7e31802f06defd3e.js"/><script src="/_next/static/chunks/3b518dcd-5724e59d48f01b72.js" async=""></script><script src="/_next/static/chunks/2757-058492b5c236cb62.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-f5924f14ef351036.js" async=""></script><script src="/_next/static/chunks/9760-3b9261fc2cfda017.js" async=""></script><script src="/_next/static/chunks/5004-6ecca3df16643209.js" async=""></script><script src="/_next/static/chunks/7296-063cc1cf1200429d.js" async=""></script><script src="/_next/static/chunks/7436-dc5c09a9f287522b.js" async=""></script><script src="/_next/static/chunks/1071-235049df1c3caba7.js" async=""></script><script src="/_next/static/chunks/540-4b925f2c57833962.js" async=""></script><script src="/_next/static/chunks/4416-2385e5784dc036d6.js" async=""></script><script src="/_next/static/chunks/2538-09440cfe5c38aa16.js" async=""></script><script src="/_next/static/chunks/5511-7a419d84918a8d64.js" async=""></script><script src="/_next/static/chunks/2542-6ea12719b9ca1b7c.js" async=""></script><script src="/_next/static/chunks/2844-de6e17c136b0de1e.js" async=""></script><script src="/_next/static/chunks/4841-6260a560fdad2dd4.js" async=""></script><script src="/_next/static/chunks/4898-60767ae3dfa904db.js" async=""></script><script src="/_next/static/chunks/2666-0ffcaa56248fa87e.js" async=""></script><script src="/_next/static/chunks/7965-67c4c53f693bc0c4.js" async=""></script><script src="/_next/static/chunks/app/(main)/routing/page-8e36e2c23d9a62c2.js" async=""></script><script src="/_next/static/chunks/55-cc17f03142ace10c.js" async=""></script><script src="/_next/static/chunks/4219-4ac199a28917d787.js" async=""></script><script src="/_next/static/chunks/8347-d55cd74fb316fad0.js" async=""></script><script src="/_next/static/chunks/9097-3bc29153e9b2c9d1.js" async=""></script><script src="/_next/static/chunks/9022-598befdec2960f02.js" async=""></script><script src="/_next/static/chunks/423-766c202217f701c0.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-9822cba515754d43.js" async=""></script><script src="/_next/static/chunks/7087-64ab6928ccdc0ca7.js" async=""></script><script src="/_next/static/chunks/app/layout-eaefe334d7b2816a.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-7e31802f06defd3e.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[34488,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"4416\",\"static/chunks/4416-2385e5784dc036d6.js\",\"2538\",\"static/chunks/2538-09440cfe5c38aa16.js\",\"5511\",\"static/chunks/5511-7a419d84918a8d64.js\",\"2542\",\"static/chunks/2542-6ea12719b9ca1b7c.js\",\"2844\",\"static/chunks/2844-de6e17c136b0de1e.js\",\"4841\",\"static/chunks/4841-6260a560fdad2dd4.js\",\"4898\",\"static/chunks/4898-60767ae3dfa904db.js\",\"2666\",\"static/chunks/2666-0ffcaa56248fa87e.js\",\"7965\",\"static/chunks/7965-67c4c53f693bc0c4.js\",\"148\",\"static/chunks/app/(main)/routing/page-8e36e2c23d9a62c2.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"2542\",\"static/chunks/2542-6ea12719b9ca1b7c.js\",\"55\",\"static/chunks/55-cc17f03142ace10c.js\",\"4219\",\"static/chunks/4219-4ac199a28917d787.js\",\"8347\",\"static/chunks/8347-d55cd74fb316fad0.js\",\"9097\",\"static/chunks/9097-3bc29153e9b2c9d1.js\",\"9022\",\"static/chunks/9022-598befdec2960f02.js\",\"423\",\"static/chunks/423-766c202217f701c0.js\",\"4095\",\"static/chunks/app/(main)/layout-9822cba515754d43.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-ea"])</script><script>self.__next_f.push([1,"efe334d7b2816a.js\"],\"ThemeProvider\"]\nc:I[22237,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"6a6vvSaqr365vHaitEiOZ\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"routing\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"routing\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"routing\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"routing\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a47ff07ca7471347.js"/><script src="/_next/static/chunks/3b518dcd-7c24a9aea6246f3f.js" async=""></script><script src="/_next/static/chunks/2757-89af113a429f789f.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-698a590a47ad1a32.js" async=""></script><script src="/_next/static/chunks/9760-30e83c11974cef44.js" async=""></script><script src="/_next/static/chunks/5004-5ae4399bb0c5063c.js" async=""></script><script src="/_next/static/chunks/7296-70ec1bdc0b487394.js" async=""></script><script src="/_next/static/chunks/7436-78809c41e7689be2.js" async=""></script><script src="/_next/static/chunks/1071-97b7f8379e993fe3.js" async=""></script><script src="/_next/static/chunks/540-41699a718be7f9fb.js" async=""></script><script src="/_next/static/chunks/9986-eaaa18e89bd2b030.js" async=""></script><script src="/_next/static/chunks/2538-202c61c3f13684f5.js" async=""></script><script src="/_next/static/chunks/5511-fb4905e23b2a0e3d.js" async=""></script><script src="/_next/static/chunks/2542-8ae47ca53ab8b1cb.js" async=""></script><script src="/_next/static/chunks/2844-6679c1f7742fd8e4.js" async=""></script><script src="/_next/static/chunks/4841-951c7a01f48ba3dd.js" async=""></script><script src="/_next/static/chunks/4898-1ea31f09e131e287.js" async=""></script><script src="/_next/static/chunks/2666-13a1106f264477e7.js" async=""></script><script src="/_next/static/chunks/7965-a3405fd50f7cc762.js" async=""></script><script src="/_next/static/chunks/app/(main)/routing/page-de9846175ecac0ae.js" async=""></script><script src="/_next/static/chunks/55-5cd4930da22197a0.js" async=""></script><script src="/_next/static/chunks/4219-efc805d1901adfb1.js" async=""></script><script src="/_next/static/chunks/8347-6a204768b348b2b8.js" async=""></script><script src="/_next/static/chunks/7632-4cd7961537874121.js" async=""></script><script src="/_next/static/chunks/1400-fd6d16ed1fc47d10.js" async=""></script><script src="/_next/static/chunks/5618-bf7fd85c91f76e0d.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-26e37b29ee07fc8c.js" async=""></script><script src="/_next/static/chunks/6942-9f909d2263194390.js" async=""></script><script src="/_next/static/chunks/app/layout-35cb1ada75bbaa71.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-a47ff07ca7471347.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[34488,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"9986\",\"static/chunks/9986-eaaa18e89bd2b030.js\",\"2538\",\"static/chunks/2538-202c61c3f13684f5.js\",\"5511\",\"static/chunks/5511-fb4905e23b2a0e3d.js\",\"2542\",\"static/chunks/2542-8ae47ca53ab8b1cb.js\",\"2844\",\"static/chunks/2844-6679c1f7742fd8e4.js\",\"4841\",\"static/chunks/4841-951c7a01f48ba3dd.js\",\"4898\",\"static/chunks/4898-1ea31f09e131e287.js\",\"2666\",\"static/chunks/2666-13a1106f264477e7.js\",\"7965\",\"static/chunks/7965-a3405fd50f7cc762.js\",\"148\",\"static/chunks/app/(main)/routing/page-de9846175ecac0ae.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"2542\",\"static/chunks/2542-8ae47ca53ab8b1cb.js\",\"55\",\"static/chunks/55-5cd4930da22197a0.js\",\"4219\",\"static/chunks/4219-efc805d1901adfb1.js\",\"8347\",\"static/chunks/8347-6a204768b348b2b8.js\",\"7632\",\"static/chunks/7632-4cd7961537874121.js\",\"1400\",\"static/chunks/1400-fd6d16ed1fc47d10.js\",\"5618\",\"static/chunks/5618-bf7fd85c91f76e0d.js\",\"4095\",\"static/chunks/app/(main)/layout-26e37b29ee07fc8c.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-"])</script><script>self.__next_f.push([1,"35cb1ada75bbaa71.js\"],\"ThemeProvider\"]\nc:I[22237,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"EANeiraUW-eUpqLSPNGwp\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"routing\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"routing\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"routing\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"routing\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
2:I[68067,[],"ClientPageRoot"]
|
|
2
|
-
3:I[34488,["6812","static/chunks/6812-
|
|
2
|
+
3:I[34488,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","540","static/chunks/540-41699a718be7f9fb.js","9986","static/chunks/9986-eaaa18e89bd2b030.js","2538","static/chunks/2538-202c61c3f13684f5.js","5511","static/chunks/5511-fb4905e23b2a0e3d.js","2542","static/chunks/2542-8ae47ca53ab8b1cb.js","2844","static/chunks/2844-6679c1f7742fd8e4.js","4841","static/chunks/4841-951c7a01f48ba3dd.js","4898","static/chunks/4898-1ea31f09e131e287.js","2666","static/chunks/2666-13a1106f264477e7.js","7965","static/chunks/7965-a3405fd50f7cc762.js","148","static/chunks/app/(main)/routing/page-de9846175ecac0ae.js"],"default",1]
|
|
3
3
|
4:I[14224,[],""]
|
|
4
4
|
5:I[2863,[],""]
|
|
5
|
-
6:I[6453,["6812","static/chunks/6812-
|
|
6
|
-
8:I[89083,["6812","static/chunks/6812-
|
|
7
|
-
9:I[48283,["6812","static/chunks/6812-
|
|
8
|
-
a:I[22237,["6812","static/chunks/6812-
|
|
5
|
+
6:I[6453,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","2542","static/chunks/2542-8ae47ca53ab8b1cb.js","55","static/chunks/55-5cd4930da22197a0.js","4219","static/chunks/4219-efc805d1901adfb1.js","8347","static/chunks/8347-6a204768b348b2b8.js","7632","static/chunks/7632-4cd7961537874121.js","1400","static/chunks/1400-fd6d16ed1fc47d10.js","5618","static/chunks/5618-bf7fd85c91f76e0d.js","4095","static/chunks/app/(main)/layout-26e37b29ee07fc8c.js"],"default",1]
|
|
6
|
+
8:I[89083,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"default"]
|
|
7
|
+
9:I[48283,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"ThemeProvider"]
|
|
8
|
+
a:I[22237,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"QueryProvider"]
|
|
9
9
|
b:"$Sreact.suspense"
|
|
10
|
-
c:I[3454,["6812","static/chunks/6812-
|
|
10
|
+
c:I[3454,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"LoadingProvider"]
|
|
11
11
|
7:{}
|
|
12
12
|
d:{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"}
|
|
13
13
|
e:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
14
14
|
f:{"display":"inline-block"}
|
|
15
15
|
10:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
16
|
-
0:["
|
|
16
|
+
0:["EANeiraUW-eUpqLSPNGwp",[[["",{"children":["(main)",{"children":["routing",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(main)",{"children":["routing",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children","routing","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[null,["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],"params":"$7"}]],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6a2c381c71b398da.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","div",null,{"id":"__next","children":["$","$L8",null,{"children":["$","$L9",null,{"children":["$","$La",null,{"children":["$","$b",null,{"fallback":null,"children":["$","$Lc",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$d","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$e","children":"404"}],["$","div",null,{"style":"$f","children":["$","h2",null,{"style":"$10","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]}]}]}]}]}]}]],null],null],["$L11",null]]]]
|
|
17
17
|
11:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Minecraft Server Manager"}],["$","meta","3",{"name":"description","content":"Web-based management console for Minecraft server infrastructure"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0f68875a168deab8","type":"image/svg+xml","sizes":"any"}]]
|
|
18
18
|
1:null
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7e31802f06defd3e.js"/><script src="/_next/static/chunks/3b518dcd-5724e59d48f01b72.js" async=""></script><script src="/_next/static/chunks/2757-058492b5c236cb62.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-f5924f14ef351036.js" async=""></script><script src="/_next/static/chunks/9760-3b9261fc2cfda017.js" async=""></script><script src="/_next/static/chunks/5004-6ecca3df16643209.js" async=""></script><script src="/_next/static/chunks/7296-063cc1cf1200429d.js" async=""></script><script src="/_next/static/chunks/7436-dc5c09a9f287522b.js" async=""></script><script src="/_next/static/chunks/1071-235049df1c3caba7.js" async=""></script><script src="/_next/static/chunks/540-4b925f2c57833962.js" async=""></script><script src="/_next/static/chunks/4416-2385e5784dc036d6.js" async=""></script><script src="/_next/static/chunks/2538-09440cfe5c38aa16.js" async=""></script><script src="/_next/static/chunks/3938-b55cb95203c34832.js" async=""></script><script src="/_next/static/chunks/7073-3b047d20c07ac065.js" async=""></script><script src="/_next/static/chunks/1658-43a798763bcc82ae.js" async=""></script><script src="/_next/static/chunks/6727-e25ea0d10f0fea68.js" async=""></script><script src="/_next/static/chunks/140-c12e00f0de7cd7be.js" async=""></script><script src="/_next/static/chunks/7477-3b97ce4c66d3cf7e.js" async=""></script><script src="/_next/static/chunks/2666-0ffcaa56248fa87e.js" async=""></script><script src="/_next/static/chunks/2701-677e528d028253ad.js" async=""></script><script src="/_next/static/chunks/app/(main)/servers/page-35a24570b3f06f3b.js" async=""></script><script src="/_next/static/chunks/2542-6ea12719b9ca1b7c.js" async=""></script><script src="/_next/static/chunks/55-cc17f03142ace10c.js" async=""></script><script src="/_next/static/chunks/4219-4ac199a28917d787.js" async=""></script><script src="/_next/static/chunks/8347-d55cd74fb316fad0.js" async=""></script><script src="/_next/static/chunks/9097-3bc29153e9b2c9d1.js" async=""></script><script src="/_next/static/chunks/9022-598befdec2960f02.js" async=""></script><script src="/_next/static/chunks/423-766c202217f701c0.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-9822cba515754d43.js" async=""></script><script src="/_next/static/chunks/7087-64ab6928ccdc0ca7.js" async=""></script><script src="/_next/static/chunks/app/layout-eaefe334d7b2816a.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-7e31802f06defd3e.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[7854,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"4416\",\"static/chunks/4416-2385e5784dc036d6.js\",\"2538\",\"static/chunks/2538-09440cfe5c38aa16.js\",\"3938\",\"static/chunks/3938-b55cb95203c34832.js\",\"7073\",\"static/chunks/7073-3b047d20c07ac065.js\",\"1658\",\"static/chunks/1658-43a798763bcc82ae.js\",\"6727\",\"static/chunks/6727-e25ea0d10f0fea68.js\",\"140\",\"static/chunks/140-c12e00f0de7cd7be.js\",\"7477\",\"static/chunks/7477-3b97ce4c66d3cf7e.js\",\"2666\",\"static/chunks/2666-0ffcaa56248fa87e.js\",\"2701\",\"static/chunks/2701-677e528d028253ad.js\",\"224\",\"static/chunks/app/(main)/servers/page-35a24570b3f06f3b.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"2542\",\"static/chunks/2542-6ea12719b9ca1b7c.js\",\"55\",\"static/chunks/55-cc17f03142ace10c.js\",\"4219\",\"static/chunks/4219-4ac199a28917d787.js\",\"8347\",\"static/chunks/8347-d55cd74fb316fad0.js\",\"9097\",\"static/chunks/9097-3bc29153e9b2c9d1.js\",\"9022\",\"static/chunks/9022-598befdec2960f02.js\",\"423\",\"static/chunks/423-766c202217f701c0.js\",\"4095\",\"static/chunks/app/(main)/layout-9822cba515754d43.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccd"])</script><script>self.__next_f.push([1,"c0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"ThemeProvider\"]\nc:I[22237,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"6a6vvSaqr365vHaitEiOZ\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"servers\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"servers\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"servers\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"servers\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a47ff07ca7471347.js"/><script src="/_next/static/chunks/3b518dcd-7c24a9aea6246f3f.js" async=""></script><script src="/_next/static/chunks/2757-89af113a429f789f.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-698a590a47ad1a32.js" async=""></script><script src="/_next/static/chunks/9760-30e83c11974cef44.js" async=""></script><script src="/_next/static/chunks/5004-5ae4399bb0c5063c.js" async=""></script><script src="/_next/static/chunks/7296-70ec1bdc0b487394.js" async=""></script><script src="/_next/static/chunks/7436-78809c41e7689be2.js" async=""></script><script src="/_next/static/chunks/1071-97b7f8379e993fe3.js" async=""></script><script src="/_next/static/chunks/540-41699a718be7f9fb.js" async=""></script><script src="/_next/static/chunks/9986-eaaa18e89bd2b030.js" async=""></script><script src="/_next/static/chunks/2538-202c61c3f13684f5.js" async=""></script><script src="/_next/static/chunks/3938-7cab16ec2b4786dc.js" async=""></script><script src="/_next/static/chunks/4920-fa70dfac23995375.js" async=""></script><script src="/_next/static/chunks/1658-8e31f0c08520255d.js" async=""></script><script src="/_next/static/chunks/6727-a674299e85a54ac5.js" async=""></script><script src="/_next/static/chunks/3217-9df8e8d8e07ad4f0.js" async=""></script><script src="/_next/static/chunks/7477-d1aa9858bb5a89b0.js" async=""></script><script src="/_next/static/chunks/2666-13a1106f264477e7.js" async=""></script><script src="/_next/static/chunks/2701-0c76fe71a0c8b1a4.js" async=""></script><script src="/_next/static/chunks/app/(main)/servers/page-842fa30b14dcb89f.js" async=""></script><script src="/_next/static/chunks/2542-8ae47ca53ab8b1cb.js" async=""></script><script src="/_next/static/chunks/55-5cd4930da22197a0.js" async=""></script><script src="/_next/static/chunks/4219-efc805d1901adfb1.js" async=""></script><script src="/_next/static/chunks/8347-6a204768b348b2b8.js" async=""></script><script src="/_next/static/chunks/7632-4cd7961537874121.js" async=""></script><script src="/_next/static/chunks/1400-fd6d16ed1fc47d10.js" async=""></script><script src="/_next/static/chunks/5618-bf7fd85c91f76e0d.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-26e37b29ee07fc8c.js" async=""></script><script src="/_next/static/chunks/6942-9f909d2263194390.js" async=""></script><script src="/_next/static/chunks/app/layout-35cb1ada75bbaa71.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-a47ff07ca7471347.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[7854,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"9986\",\"static/chunks/9986-eaaa18e89bd2b030.js\",\"2538\",\"static/chunks/2538-202c61c3f13684f5.js\",\"3938\",\"static/chunks/3938-7cab16ec2b4786dc.js\",\"4920\",\"static/chunks/4920-fa70dfac23995375.js\",\"1658\",\"static/chunks/1658-8e31f0c08520255d.js\",\"6727\",\"static/chunks/6727-a674299e85a54ac5.js\",\"3217\",\"static/chunks/3217-9df8e8d8e07ad4f0.js\",\"7477\",\"static/chunks/7477-d1aa9858bb5a89b0.js\",\"2666\",\"static/chunks/2666-13a1106f264477e7.js\",\"2701\",\"static/chunks/2701-0c76fe71a0c8b1a4.js\",\"224\",\"static/chunks/app/(main)/servers/page-842fa30b14dcb89f.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"2542\",\"static/chunks/2542-8ae47ca53ab8b1cb.js\",\"55\",\"static/chunks/55-5cd4930da22197a0.js\",\"4219\",\"static/chunks/4219-efc805d1901adfb1.js\",\"8347\",\"static/chunks/8347-6a204768b348b2b8.js\",\"7632\",\"static/chunks/7632-4cd7961537874121.js\",\"1400\",\"static/chunks/1400-fd6d16ed1fc47d10.js\",\"5618\",\"static/chunks/5618-bf7fd85c91f76e0d.js\",\"4095\",\"static/chunks/app/(main)/layout-26e37b29ee07fc8c.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2"])</script><script>self.__next_f.push([1,"263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"ThemeProvider\"]\nc:I[22237,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"EANeiraUW-eUpqLSPNGwp\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"servers\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"servers\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"servers\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"servers\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
2:I[68067,[],"ClientPageRoot"]
|
|
2
|
-
3:I[7854,["6812","static/chunks/6812-
|
|
2
|
+
3:I[7854,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","540","static/chunks/540-41699a718be7f9fb.js","9986","static/chunks/9986-eaaa18e89bd2b030.js","2538","static/chunks/2538-202c61c3f13684f5.js","3938","static/chunks/3938-7cab16ec2b4786dc.js","4920","static/chunks/4920-fa70dfac23995375.js","1658","static/chunks/1658-8e31f0c08520255d.js","6727","static/chunks/6727-a674299e85a54ac5.js","3217","static/chunks/3217-9df8e8d8e07ad4f0.js","7477","static/chunks/7477-d1aa9858bb5a89b0.js","2666","static/chunks/2666-13a1106f264477e7.js","2701","static/chunks/2701-0c76fe71a0c8b1a4.js","224","static/chunks/app/(main)/servers/page-842fa30b14dcb89f.js"],"default",1]
|
|
3
3
|
4:I[14224,[],""]
|
|
4
4
|
5:I[2863,[],""]
|
|
5
|
-
6:I[6453,["6812","static/chunks/6812-
|
|
6
|
-
8:I[89083,["6812","static/chunks/6812-
|
|
7
|
-
9:I[48283,["6812","static/chunks/6812-
|
|
8
|
-
a:I[22237,["6812","static/chunks/6812-
|
|
5
|
+
6:I[6453,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","2542","static/chunks/2542-8ae47ca53ab8b1cb.js","55","static/chunks/55-5cd4930da22197a0.js","4219","static/chunks/4219-efc805d1901adfb1.js","8347","static/chunks/8347-6a204768b348b2b8.js","7632","static/chunks/7632-4cd7961537874121.js","1400","static/chunks/1400-fd6d16ed1fc47d10.js","5618","static/chunks/5618-bf7fd85c91f76e0d.js","4095","static/chunks/app/(main)/layout-26e37b29ee07fc8c.js"],"default",1]
|
|
6
|
+
8:I[89083,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"default"]
|
|
7
|
+
9:I[48283,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"ThemeProvider"]
|
|
8
|
+
a:I[22237,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"QueryProvider"]
|
|
9
9
|
b:"$Sreact.suspense"
|
|
10
|
-
c:I[3454,["6812","static/chunks/6812-
|
|
10
|
+
c:I[3454,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"LoadingProvider"]
|
|
11
11
|
7:{}
|
|
12
12
|
d:{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"}
|
|
13
13
|
e:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
14
14
|
f:{"display":"inline-block"}
|
|
15
15
|
10:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
16
|
-
0:["
|
|
16
|
+
0:["EANeiraUW-eUpqLSPNGwp",[[["",{"children":["(main)",{"children":["servers",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(main)",{"children":["servers",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children","servers","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[null,["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],"params":"$7"}]],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6a2c381c71b398da.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","div",null,{"id":"__next","children":["$","$L8",null,{"children":["$","$L9",null,{"children":["$","$La",null,{"children":["$","$b",null,{"fallback":null,"children":["$","$Lc",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$d","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$e","children":"404"}],["$","div",null,{"style":"$f","children":["$","h2",null,{"style":"$10","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]}]}]}]}]}]}]],null],null],["$L11",null]]]]
|
|
17
17
|
11:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Minecraft Server Manager"}],["$","meta","3",{"name":"description","content":"Web-based management console for Minecraft server infrastructure"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0f68875a168deab8","type":"image/svg+xml","sizes":"any"}]]
|
|
18
18
|
1:null
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7e31802f06defd3e.js"/><script src="/_next/static/chunks/3b518dcd-5724e59d48f01b72.js" async=""></script><script src="/_next/static/chunks/2757-058492b5c236cb62.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-f5924f14ef351036.js" async=""></script><script src="/_next/static/chunks/9760-3b9261fc2cfda017.js" async=""></script><script src="/_next/static/chunks/5004-6ecca3df16643209.js" async=""></script><script src="/_next/static/chunks/7296-063cc1cf1200429d.js" async=""></script><script src="/_next/static/chunks/7436-dc5c09a9f287522b.js" async=""></script><script src="/_next/static/chunks/1071-235049df1c3caba7.js" async=""></script><script src="/_next/static/chunks/540-4b925f2c57833962.js" async=""></script><script src="/_next/static/chunks/4416-2385e5784dc036d6.js" async=""></script><script src="/_next/static/chunks/2538-09440cfe5c38aa16.js" async=""></script><script src="/_next/static/chunks/5511-7a419d84918a8d64.js" async=""></script><script src="/_next/static/chunks/2542-6ea12719b9ca1b7c.js" async=""></script><script src="/_next/static/chunks/2844-de6e17c136b0de1e.js" async=""></script><script src="/_next/static/chunks/4841-6260a560fdad2dd4.js" async=""></script><script src="/_next/static/chunks/6650-51e2b21d03bb2f09.js" async=""></script><script src="/_next/static/chunks/7965-67c4c53f693bc0c4.js" async=""></script><script src="/_next/static/chunks/app/(main)/settings/page-9e447db7e4f551c2.js" async=""></script><script src="/_next/static/chunks/55-cc17f03142ace10c.js" async=""></script><script src="/_next/static/chunks/4219-4ac199a28917d787.js" async=""></script><script src="/_next/static/chunks/8347-d55cd74fb316fad0.js" async=""></script><script src="/_next/static/chunks/9097-3bc29153e9b2c9d1.js" async=""></script><script src="/_next/static/chunks/9022-598befdec2960f02.js" async=""></script><script src="/_next/static/chunks/423-766c202217f701c0.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-9822cba515754d43.js" async=""></script><script src="/_next/static/chunks/7087-64ab6928ccdc0ca7.js" async=""></script><script src="/_next/static/chunks/app/layout-eaefe334d7b2816a.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-7e31802f06defd3e.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[32539,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"4416\",\"static/chunks/4416-2385e5784dc036d6.js\",\"2538\",\"static/chunks/2538-09440cfe5c38aa16.js\",\"5511\",\"static/chunks/5511-7a419d84918a8d64.js\",\"2542\",\"static/chunks/2542-6ea12719b9ca1b7c.js\",\"2844\",\"static/chunks/2844-de6e17c136b0de1e.js\",\"4841\",\"static/chunks/4841-6260a560fdad2dd4.js\",\"6650\",\"static/chunks/6650-51e2b21d03bb2f09.js\",\"7965\",\"static/chunks/7965-67c4c53f693bc0c4.js\",\"4978\",\"static/chunks/app/(main)/settings/page-9e447db7e4f551c2.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"9760\",\"static/chunks/9760-3b9261fc2cfda017.js\",\"5004\",\"static/chunks/5004-6ecca3df16643209.js\",\"7296\",\"static/chunks/7296-063cc1cf1200429d.js\",\"7436\",\"static/chunks/7436-dc5c09a9f287522b.js\",\"1071\",\"static/chunks/1071-235049df1c3caba7.js\",\"2542\",\"static/chunks/2542-6ea12719b9ca1b7c.js\",\"55\",\"static/chunks/55-cc17f03142ace10c.js\",\"4219\",\"static/chunks/4219-4ac199a28917d787.js\",\"8347\",\"static/chunks/8347-d55cd74fb316fad0.js\",\"9097\",\"static/chunks/9097-3bc29153e9b2c9d1.js\",\"9022\",\"static/chunks/9022-598befdec2960f02.js\",\"423\",\"static/chunks/423-766c202217f701c0.js\",\"4095\",\"static/chunks/app/(main)/layout-9822cba515754d43.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"ThemeProvider\"]\nc:I[22237"])</script><script>self.__next_f.push([1,",[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-f5924f14ef351036.js\",\"540\",\"static/chunks/540-4b925f2c57833962.js\",\"7087\",\"static/chunks/7087-64ab6928ccdc0ca7.js\",\"3185\",\"static/chunks/app/layout-eaefe334d7b2816a.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"6a6vvSaqr365vHaitEiOZ\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"settings\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"settings\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6a2c381c71b398da.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a47ff07ca7471347.js"/><script src="/_next/static/chunks/3b518dcd-7c24a9aea6246f3f.js" async=""></script><script src="/_next/static/chunks/2757-89af113a429f789f.js" async=""></script><script src="/_next/static/chunks/main-app-666bf3e0c0f3dee2.js" async=""></script><script src="/_next/static/chunks/6812-698a590a47ad1a32.js" async=""></script><script src="/_next/static/chunks/9760-30e83c11974cef44.js" async=""></script><script src="/_next/static/chunks/5004-5ae4399bb0c5063c.js" async=""></script><script src="/_next/static/chunks/7296-70ec1bdc0b487394.js" async=""></script><script src="/_next/static/chunks/7436-78809c41e7689be2.js" async=""></script><script src="/_next/static/chunks/1071-97b7f8379e993fe3.js" async=""></script><script src="/_next/static/chunks/540-41699a718be7f9fb.js" async=""></script><script src="/_next/static/chunks/9986-eaaa18e89bd2b030.js" async=""></script><script src="/_next/static/chunks/2538-202c61c3f13684f5.js" async=""></script><script src="/_next/static/chunks/5511-fb4905e23b2a0e3d.js" async=""></script><script src="/_next/static/chunks/2542-8ae47ca53ab8b1cb.js" async=""></script><script src="/_next/static/chunks/2844-6679c1f7742fd8e4.js" async=""></script><script src="/_next/static/chunks/4841-951c7a01f48ba3dd.js" async=""></script><script src="/_next/static/chunks/4898-1ea31f09e131e287.js" async=""></script><script src="/_next/static/chunks/1164-f51ba1b8b2a8397d.js" async=""></script><script src="/_next/static/chunks/7965-a3405fd50f7cc762.js" async=""></script><script src="/_next/static/chunks/app/(main)/settings/page-ed3bb49a21cd3e7c.js" async=""></script><script src="/_next/static/chunks/55-5cd4930da22197a0.js" async=""></script><script src="/_next/static/chunks/4219-efc805d1901adfb1.js" async=""></script><script src="/_next/static/chunks/8347-6a204768b348b2b8.js" async=""></script><script src="/_next/static/chunks/7632-4cd7961537874121.js" async=""></script><script src="/_next/static/chunks/1400-fd6d16ed1fc47d10.js" async=""></script><script src="/_next/static/chunks/5618-bf7fd85c91f76e0d.js" async=""></script><script src="/_next/static/chunks/app/(main)/layout-26e37b29ee07fc8c.js" async=""></script><script src="/_next/static/chunks/6942-9f909d2263194390.js" async=""></script><script src="/_next/static/chunks/app/layout-35cb1ada75bbaa71.js" async=""></script><title>Minecraft Server Manager</title><meta name="description" content="Web-based management console for Minecraft server infrastructure"/><link rel="icon" href="/icon.svg?0f68875a168deab8" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui-global hcxkty">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0.00938em;background-color:#16181c;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#16181c;}body{scrollbar-color:#313338 #16181c;}body::-webkit-scrollbar,body *::-webkit-scrollbar{background-color:#16181c;width:8px;}body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border-radius:8px;background-color:#313338;min-height:24px;}body::-webkit-scrollbar-thumb:hover,body *::-webkit-scrollbar-thumb:hover{background-color:#26282e;}</style></head><body><div id="__next"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><script src="/_next/static/chunks/webpack-a47ff07ca7471347.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/6a2c381c71b398da.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[39943,[],\"\"]\n4:I[68067,[],\"ClientPageRoot\"]\n5:I[32539,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"9986\",\"static/chunks/9986-eaaa18e89bd2b030.js\",\"2538\",\"static/chunks/2538-202c61c3f13684f5.js\",\"5511\",\"static/chunks/5511-fb4905e23b2a0e3d.js\",\"2542\",\"static/chunks/2542-8ae47ca53ab8b1cb.js\",\"2844\",\"static/chunks/2844-6679c1f7742fd8e4.js\",\"4841\",\"static/chunks/4841-951c7a01f48ba3dd.js\",\"4898\",\"static/chunks/4898-1ea31f09e131e287.js\",\"1164\",\"static/chunks/1164-f51ba1b8b2a8397d.js\",\"7965\",\"static/chunks/7965-a3405fd50f7cc762.js\",\"4978\",\"static/chunks/app/(main)/settings/page-ed3bb49a21cd3e7c.js\"],\"default\",1]\n6:I[14224,[],\"\"]\n7:I[2863,[],\"\"]\n8:I[6453,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"9760\",\"static/chunks/9760-30e83c11974cef44.js\",\"5004\",\"static/chunks/5004-5ae4399bb0c5063c.js\",\"7296\",\"static/chunks/7296-70ec1bdc0b487394.js\",\"7436\",\"static/chunks/7436-78809c41e7689be2.js\",\"1071\",\"static/chunks/1071-97b7f8379e993fe3.js\",\"2542\",\"static/chunks/2542-8ae47ca53ab8b1cb.js\",\"55\",\"static/chunks/55-5cd4930da22197a0.js\",\"4219\",\"static/chunks/4219-efc805d1901adfb1.js\",\"8347\",\"static/chunks/8347-6a204768b348b2b8.js\",\"7632\",\"static/chunks/7632-4cd7961537874121.js\",\"1400\",\"static/chunks/1400-fd6d16ed1fc47d10.js\",\"5618\",\"static/chunks/5618-bf7fd85c91f76e0d.js\",\"4095\",\"static/chunks/app/(main)/layout-26e37b29ee07fc8c.js\"],\"default\",1]\na:I[89083,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"default\"]\nb:I[48283,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layou"])</script><script>self.__next_f.push([1,"t-35cb1ada75bbaa71.js\"],\"ThemeProvider\"]\nc:I[22237,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"QueryProvider\"]\nd:\"$Sreact.suspense\"\ne:I[3454,[\"6812\",\"static/chunks/6812-698a590a47ad1a32.js\",\"540\",\"static/chunks/540-41699a718be7f9fb.js\",\"6942\",\"static/chunks/6942-9f909d2263194390.js\",\"3185\",\"static/chunks/app/layout-35cb1ada75bbaa71.js\"],\"LoadingProvider\"]\n14:I[19253,[],\"\"]\n9:{}\nf:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n10:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n11:{\"display\":\"inline-block\"}\n12:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n15:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"EANeiraUW-eUpqLSPNGwp\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"settings\"],\"initialTree\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(main)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\",\"settings\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(main)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":\"$9\"}]],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6a2c381c71b398da.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"id\":\"__next\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$f\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$10\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$11\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$12\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]}]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L13\"],\"globalErrorComponent\":\"$14\",\"missingSlots\":\"$W15\"}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Minecraft Server Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Web-based management console for Minecraft server infrastructure\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0f68875a168deab8\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
2:I[68067,[],"ClientPageRoot"]
|
|
2
|
-
3:I[32539,["6812","static/chunks/6812-
|
|
2
|
+
3:I[32539,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","540","static/chunks/540-41699a718be7f9fb.js","9986","static/chunks/9986-eaaa18e89bd2b030.js","2538","static/chunks/2538-202c61c3f13684f5.js","5511","static/chunks/5511-fb4905e23b2a0e3d.js","2542","static/chunks/2542-8ae47ca53ab8b1cb.js","2844","static/chunks/2844-6679c1f7742fd8e4.js","4841","static/chunks/4841-951c7a01f48ba3dd.js","4898","static/chunks/4898-1ea31f09e131e287.js","1164","static/chunks/1164-f51ba1b8b2a8397d.js","7965","static/chunks/7965-a3405fd50f7cc762.js","4978","static/chunks/app/(main)/settings/page-ed3bb49a21cd3e7c.js"],"default",1]
|
|
3
3
|
4:I[14224,[],""]
|
|
4
4
|
5:I[2863,[],""]
|
|
5
|
-
6:I[6453,["6812","static/chunks/6812-
|
|
6
|
-
8:I[89083,["6812","static/chunks/6812-
|
|
7
|
-
9:I[48283,["6812","static/chunks/6812-
|
|
8
|
-
a:I[22237,["6812","static/chunks/6812-
|
|
5
|
+
6:I[6453,["6812","static/chunks/6812-698a590a47ad1a32.js","9760","static/chunks/9760-30e83c11974cef44.js","5004","static/chunks/5004-5ae4399bb0c5063c.js","7296","static/chunks/7296-70ec1bdc0b487394.js","7436","static/chunks/7436-78809c41e7689be2.js","1071","static/chunks/1071-97b7f8379e993fe3.js","2542","static/chunks/2542-8ae47ca53ab8b1cb.js","55","static/chunks/55-5cd4930da22197a0.js","4219","static/chunks/4219-efc805d1901adfb1.js","8347","static/chunks/8347-6a204768b348b2b8.js","7632","static/chunks/7632-4cd7961537874121.js","1400","static/chunks/1400-fd6d16ed1fc47d10.js","5618","static/chunks/5618-bf7fd85c91f76e0d.js","4095","static/chunks/app/(main)/layout-26e37b29ee07fc8c.js"],"default",1]
|
|
6
|
+
8:I[89083,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"default"]
|
|
7
|
+
9:I[48283,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"ThemeProvider"]
|
|
8
|
+
a:I[22237,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"QueryProvider"]
|
|
9
9
|
b:"$Sreact.suspense"
|
|
10
|
-
c:I[3454,["6812","static/chunks/6812-
|
|
10
|
+
c:I[3454,["6812","static/chunks/6812-698a590a47ad1a32.js","540","static/chunks/540-41699a718be7f9fb.js","6942","static/chunks/6942-9f909d2263194390.js","3185","static/chunks/app/layout-35cb1ada75bbaa71.js"],"LoadingProvider"]
|
|
11
11
|
7:{}
|
|
12
12
|
d:{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"}
|
|
13
13
|
e:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
14
14
|
f:{"display":"inline-block"}
|
|
15
15
|
10:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
16
|
-
0:["
|
|
16
|
+
0:["EANeiraUW-eUpqLSPNGwp",[[["",{"children":["(main)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(main)",{"children":["settings",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children","settings","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[null,["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(main)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],"params":"$7"}]],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6a2c381c71b398da.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","div",null,{"id":"__next","children":["$","$L8",null,{"children":["$","$L9",null,{"children":["$","$La",null,{"children":["$","$b",null,{"fallback":null,"children":["$","$Lc",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$d","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$e","children":"404"}],["$","div",null,{"style":"$f","children":["$","h2",null,{"style":"$10","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]}]}]}]}]}]}]],null],null],["$L11",null]]]]
|
|
17
17
|
11:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Minecraft Server Manager"}],["$","meta","3",{"name":"description","content":"Web-based management console for Minecraft server infrastructure"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0f68875a168deab8","type":"image/svg+xml","sizes":"any"}]]
|
|
18
18
|
1:null
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{var e={};e.id=4966,e.ids=[4966],e.modules={85890:e=>{"use strict";e.exports=require("better-sqlite3")},72934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},54580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},45869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},20399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},92048:e=>{"use strict";e.exports=require("fs")},55315:e=>{"use strict";e.exports=require("path")},17360:e=>{"use strict";e.exports=require("url")},2800:(e,r,t)=>{"use strict";t.r(r),t.d(r,{GlobalError:()=>i.a,__next_app__:()=>p,originalPathname:()=>u,pages:()=>c,routeModule:()=>m,tree:()=>d}),t(90676),t(97759),t(82395);var s=t(95530),n=t(45086),a=t(13937),i=t.n(a),l=t(45587),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);t.d(r,o);let d=["",{children:["signup",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(t.bind(t,90676)),"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx"]}]},{metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,52001))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(t.bind(t,97759)),"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(t.t.bind(t,82395,23)),"next/dist/client/components/not-found-error"],metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,52001))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}],c=["/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx"],u="/signup/page",p={require:t,loadChunk:()=>Promise.resolve()},m=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/signup/page",pathname:"/signup",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},94285:(e,r,t)=>{Promise.resolve().then(t.bind(t,85171))},67073:(e,r,t)=>{"use strict";t.d(r,{Z:()=>v});var s=t(4981),n=t(36885),a=t(36372),i=t(30330),l=t(3693),o=t(62923),d=t(9103),c=t(52329),u=t(89206),p=t(7967);function m(e){return(0,p.ZP)("MuiCard",e)}(0,u.Z)("MuiCard",["root"]);var x=t(58120);let h=["className","raised"],g=e=>{let{classes:r}=e;return(0,l.Z)({root:["root"]},m,r)},f=(0,o.ZP)(c.Z,{name:"MuiCard",slot:"Root",overridesResolver:(e,r)=>r.root})(()=>({overflow:"hidden"})),v=a.forwardRef(function(e,r){let t=(0,d.i)({props:e,name:"MuiCard"}),{className:a,raised:l=!1}=t,o=(0,n.Z)(t,h),c=(0,s.Z)({},t,{raised:l}),u=g(c);return(0,x.jsx)(f,(0,s.Z)({className:(0,i.Z)(u.root,a),elevation:l?8:void 0,ref:r,ownerState:c},o))})},92797:(e,r,t)=>{"use strict";t.d(r,{Z:()=>f});var s=t(4981),n=t(36885),a=t(36372),i=t(30330),l=t(3693),o=t(62923),d=t(9103),c=t(89206),u=t(7967);function p(e){return(0,u.ZP)("MuiCardContent",e)}(0,c.Z)("MuiCardContent",["root"]);var m=t(58120);let x=["className","component"],h=e=>{let{classes:r}=e;return(0,l.Z)({root:["root"]},p,r)},g=(0,o.ZP)("div",{name:"MuiCardContent",slot:"Root",overridesResolver:(e,r)=>r.root})(()=>({padding:16,"&:last-child":{paddingBottom:24}})),f=a.forwardRef(function(e,r){let t=(0,d.i)({props:e,name:"MuiCardContent"}),{className:a,component:l="div"}=t,o=(0,n.Z)(t,x),c=(0,s.Z)({},t,{component:l}),u=h(c);return(0,m.jsx)(g,(0,s.Z)({as:l,className:(0,i.Z)(u.root,a),ownerState:c,ref:r},o))})},85171:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>m});var s=t(58120),n=t(56539),a=t(23972),i=t(89352),l=t(67073),o=t(92797),d=t(2365),c=t(42578),u=t(34081),p=t(40611);function m(){let e=(0,n.useRouter)();return s.jsx(a.Z,{maxWidth:"sm",children:s.jsx(i.Z,{sx:{minHeight:"100vh",display:"flex",alignItems:"center",justifyContent:"center",py:4},children:s.jsx(l.Z,{sx:{width:"100%",maxWidth:500},children:(0,s.jsxs)(o.Z,{sx:{p:4},children:[s.jsx(d.Z,{variant:"h4",component:"h1",gutterBottom:!0,sx:{fontWeight:600,textAlign:"center",mb:3},children:"Create Account"}),s.jsx(d.Z,{variant:"body2",color:"text.secondary",sx:{textAlign:"center",mb:4},children:"Sign up to start managing Minecraft servers"}),s.jsx(u.WS,{onSuccess:()=>{e.push("/dashboard")}}),s.jsx(i.Z,{sx:{mt:3,textAlign:"center"},children:(0,s.jsxs)(d.Z,{variant:"body2",color:"text.secondary",children:["Already have an account?"," ",s.jsx(c.Z,{component:p.default,href:"/login",underline:"hover",children:"Sign in"})]})})]})})})})}},34081:(e,r,t)=>{"use strict";t.d(r,{U0:()=>x,WS:()=>h,Ie:()=>k});var s=t(58120),n=t(36372),a=t(89352),i=t(66757),l=t(6275),o=t(92559),d=t(54365),c=t(10257),u=t(3643),p=t(8721),m=t(68763);function x({onSuccess:e}){let[r,t]=(0,n.useState)(""),[x,h]=(0,n.useState)(""),[g,f]=(0,n.useState)(!1),[v,Z]=(0,n.useState)({}),[j,y]=(0,n.useState)(null),[b,w]=(0,n.useState)(!1),P=()=>{let e={};return r?/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(r)||(e.email="Invalid email address"):e.email="Email is required",x||(e.password="Password is required"),Z(e),0===Object.keys(e).length},C=async t=>{if(t.preventDefault(),y(null),P()){w(!0);try{let t=await m.cg.email({email:r,password:x});if(t.error){y(t.error.message||"Invalid credentials"),w(!1);return}e&&e()}catch(e){y("An unexpected error occurred. Please try again."),w(!1)}}};return(0,s.jsxs)(a.Z,{component:"form",onSubmit:C,sx:{display:"flex",flexDirection:"column",gap:2},children:[j&&s.jsx(i.Z,{severity:"error",onClose:()=>y(null),children:j}),s.jsx(l.Z,{label:"Email",type:"email",value:r,onChange:e=>t(e.target.value),error:!!v.email,helperText:v.email,disabled:b,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Password",type:g?"text":"password",value:x,onChange:e=>h(e.target.value),error:!!v.password,helperText:v.password,disabled:b,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{f(!g)},edge:"end",children:g?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(c.Z,{type:"submit",variant:"contained",color:"primary",disabled:b,fullWidth:!0,size:"large",children:b?"Signing in...":"Sign In"})]})}function h({onSuccess:e}){let[r,t]=(0,n.useState)(""),[x,h]=(0,n.useState)(""),[g,f]=(0,n.useState)(""),[v,Z]=(0,n.useState)(""),[j,y]=(0,n.useState)(!1),[b,w]=(0,n.useState)(!1),[P,C]=(0,n.useState)({}),[S,q]=(0,n.useState)(null),[_,k]=(0,n.useState)(!1),R=()=>{let e={};return r||(e.name="Name is required"),x?/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(x)||(e.email="Invalid email address"):e.email="Email is required",g?g.length<8&&(e.password="Password must be at least 8 characters"):e.password="Password is required",v?g!==v&&(e.confirmPassword="Passwords do not match"):e.confirmPassword="Please confirm your password",C(e),0===Object.keys(e).length},A=async t=>{if(t.preventDefault(),q(null),R()){k(!0);try{let t=await m.y1.email({email:x,password:g,name:r});if(t.error){q(t.error.message||"Registration failed"),k(!1);return}e&&e()}catch(e){q("An unexpected error occurred. Please try again."),k(!1)}}};return(0,s.jsxs)(a.Z,{component:"form",onSubmit:A,sx:{display:"flex",flexDirection:"column",gap:2},children:[S&&s.jsx(i.Z,{severity:"error",onClose:()=>q(null),children:S}),s.jsx(l.Z,{label:"Name",type:"text",value:r,onChange:e=>t(e.target.value),error:!!P.name,helperText:P.name,disabled:_,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Email",type:"email",value:x,onChange:e=>h(e.target.value),error:!!P.email,helperText:P.email,disabled:_,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Password",type:j?"text":"password",value:g,onChange:e=>f(e.target.value),error:!!P.password,helperText:P.password,disabled:_,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{y(!j)},edge:"end",children:j?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(l.Z,{label:"Confirm Password",type:b?"text":"password",value:v,onChange:e=>Z(e.target.value),error:!!P.confirmPassword,helperText:P.confirmPassword,disabled:_,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{w(!b)},edge:"end",children:b?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(c.Z,{type:"submit",variant:"contained",color:"primary",disabled:_,fullWidth:!0,size:"large",children:_?"Creating account...":"Sign Up"})]})}var g=t(56539),f=t(79943),v=t(61573),Z=t(81030),j=t(2365),y=t(48787),b=t(80336),w=t(99634),P=t(63654),C=t(63856),S=t(62178),q=t(50210),_=t(49185);function k(){let e=(0,g.useRouter)(),{data:r,isPending:t}=(0,m.kP)(),[i,l]=(0,n.useState)(null),o=()=>{l(null)},u=async()=>{o(),await (0,m.w7)(),e.push("/login")};if(t)return s.jsx(a.Z,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:s.jsx(f.Z,{size:24})});if(!r?.user)return s.jsx(c.Z,{variant:"contained",color:"primary",onClick:()=>{e.push("/login")},children:"Sign In"});let{user:p}=r,x=((e,r)=>{if(e){let r=e.split(" ");return r.length>=2?`${r[0][0]}${r[1][0]}`.toUpperCase():e.substring(0,2).toUpperCase()}return r?r[0].toUpperCase():"?"})(p.name,p.email);return(0,s.jsxs)(s.Fragment,{children:[s.jsx(d.Z,{onClick:e=>{l(e.currentTarget)},"aria-label":"user menu",children:s.jsx(v.Z,{sx:{bgcolor:"primary.main"},children:x})}),(0,s.jsxs)(Z.Z,{anchorEl:i,open:!!i,onClose:o,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},sx:{mt:1},children:[(0,s.jsxs)(a.Z,{sx:{px:2,py:1.5,minWidth:200},children:[s.jsx(j.Z,{variant:"subtitle1",fontWeight:"600",children:p.name||"User"}),s.jsx(j.Z,{variant:"body2",color:"text.secondary",children:p.email}),"admin"===p.role&&s.jsx(y.Z,{label:"Admin",size:"small",color:"primary",sx:{mt:1}})]}),s.jsx(b.Z,{}),"admin"===p.role&&(0,s.jsxs)(w.Z,{onClick:()=>{o(),e.push("/admin/users")},children:[s.jsx(P.Z,{children:s.jsx(S.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Users"})]}),(0,s.jsxs)(w.Z,{onClick:()=>{o(),e.push("/settings")},children:[s.jsx(P.Z,{children:s.jsx(q.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Settings"})]}),(0,s.jsxs)(w.Z,{onClick:u,children:[s.jsx(P.Z,{children:s.jsx(_.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Logout"})]})]})]})}},68763:(e,r,t)=>{"use strict";t.d(r,{Cp:()=>u,Nq:()=>c,cg:()=>i,kP:()=>d,w7:()=>l,y1:()=>o,zB:()=>p});var s=t(19106),n=t(82829);let a=(0,s.X)({baseURL:process.env.NEXT_PUBLIC_BETTER_AUTH_URL||"",plugins:[(0,n.zB)()]}),{signIn:i,signOut:l,signUp:o,useSession:d,updateUser:c,changePassword:u}=a,p=a.admin},9219:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ReflectAdapter",{enumerable:!0,get:function(){return t}});class t{static get(e,r,t){let s=Reflect.get(e,r,t);return"function"==typeof s?s.bind(e):s}static set(e,r,t,s){return Reflect.set(e,r,t,s)}static has(e,r){return Reflect.has(e,r)}static deleteProperty(e,r){return Reflect.deleteProperty(e,r)}}},90676:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>s});let s=(0,t(2325).createProxy)(String.raw`/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx#default`)},52001:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>n});var s=t(15505);let n=e=>[{type:"image/svg+xml",sizes:"any",url:(0,s.fillMetadataSegment)(".",e.params,"icon.svg")+"?0f68875a168deab8"}]}};var r=require("../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[9836,1489,6554,3043,8847,3613],()=>t(2800));module.exports=s})();
|
|
1
|
+
(()=>{var e={};e.id=4966,e.ids=[4966],e.modules={85890:e=>{"use strict";e.exports=require("better-sqlite3")},72934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},54580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},45869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},20399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},92048:e=>{"use strict";e.exports=require("fs")},55315:e=>{"use strict";e.exports=require("path")},17360:e=>{"use strict";e.exports=require("url")},2800:(e,r,t)=>{"use strict";t.r(r),t.d(r,{GlobalError:()=>i.a,__next_app__:()=>p,originalPathname:()=>u,pages:()=>c,routeModule:()=>m,tree:()=>d}),t(90676),t(97759),t(82395);var s=t(95530),n=t(45086),a=t(13937),i=t.n(a),l=t(45587),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);t.d(r,o);let d=["",{children:["signup",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(t.bind(t,90676)),"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx"]}]},{metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,52001))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(t.bind(t,97759)),"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(t.t.bind(t,82395,23)),"next/dist/client/components/not-found-error"],metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,52001))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}],c=["/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx"],u="/signup/page",p={require:t,loadChunk:()=>Promise.resolve()},m=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/signup/page",pathname:"/signup",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},94285:(e,r,t)=>{Promise.resolve().then(t.bind(t,85171))},67073:(e,r,t)=>{"use strict";t.d(r,{Z:()=>v});var s=t(4981),n=t(36885),a=t(36372),i=t(30330),l=t(3693),o=t(62923),d=t(9103),c=t(52329),u=t(89206),p=t(7967);function m(e){return(0,p.ZP)("MuiCard",e)}(0,u.Z)("MuiCard",["root"]);var x=t(58120);let h=["className","raised"],g=e=>{let{classes:r}=e;return(0,l.Z)({root:["root"]},m,r)},f=(0,o.ZP)(c.Z,{name:"MuiCard",slot:"Root",overridesResolver:(e,r)=>r.root})(()=>({overflow:"hidden"})),v=a.forwardRef(function(e,r){let t=(0,d.i)({props:e,name:"MuiCard"}),{className:a,raised:l=!1}=t,o=(0,n.Z)(t,h),c=(0,s.Z)({},t,{raised:l}),u=g(c);return(0,x.jsx)(f,(0,s.Z)({className:(0,i.Z)(u.root,a),elevation:l?8:void 0,ref:r,ownerState:c},o))})},92797:(e,r,t)=>{"use strict";t.d(r,{Z:()=>f});var s=t(4981),n=t(36885),a=t(36372),i=t(30330),l=t(3693),o=t(62923),d=t(9103),c=t(89206),u=t(7967);function p(e){return(0,u.ZP)("MuiCardContent",e)}(0,c.Z)("MuiCardContent",["root"]);var m=t(58120);let x=["className","component"],h=e=>{let{classes:r}=e;return(0,l.Z)({root:["root"]},p,r)},g=(0,o.ZP)("div",{name:"MuiCardContent",slot:"Root",overridesResolver:(e,r)=>r.root})(()=>({padding:16,"&:last-child":{paddingBottom:24}})),f=a.forwardRef(function(e,r){let t=(0,d.i)({props:e,name:"MuiCardContent"}),{className:a,component:l="div"}=t,o=(0,n.Z)(t,x),c=(0,s.Z)({},t,{component:l}),u=h(c);return(0,m.jsx)(g,(0,s.Z)({as:l,className:(0,i.Z)(u.root,a),ownerState:c,ref:r},o))})},85171:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>m});var s=t(58120),n=t(56539),a=t(23972),i=t(89352),l=t(67073),o=t(92797),d=t(2365),c=t(42578),u=t(34081),p=t(40611);function m(){let e=(0,n.useRouter)();return s.jsx(a.Z,{maxWidth:"sm",children:s.jsx(i.Z,{sx:{minHeight:"100vh",display:"flex",alignItems:"center",justifyContent:"center",py:4},children:s.jsx(l.Z,{sx:{width:"100%",maxWidth:500},children:(0,s.jsxs)(o.Z,{sx:{p:4},children:[s.jsx(d.Z,{variant:"h4",component:"h1",gutterBottom:!0,sx:{fontWeight:600,textAlign:"center",mb:3},children:"Create Account"}),s.jsx(d.Z,{variant:"body2",color:"text.secondary",sx:{textAlign:"center",mb:4},children:"Sign up to start managing Minecraft servers"}),s.jsx(u.WS,{onSuccess:()=>{e.push("/dashboard")}}),s.jsx(i.Z,{sx:{mt:3,textAlign:"center"},children:(0,s.jsxs)(d.Z,{variant:"body2",color:"text.secondary",children:["Already have an account?"," ",s.jsx(c.Z,{component:p.default,href:"/login",underline:"hover",children:"Sign in"})]})})]})})})})}},34081:(e,r,t)=>{"use strict";t.d(r,{U0:()=>x,WS:()=>h,Ie:()=>k});var s=t(58120),n=t(36372),a=t(89352),i=t(66757),l=t(6275),o=t(92559),d=t(54365),c=t(10257),u=t(3643),p=t(8721),m=t(68763);function x({onSuccess:e}){let[r,t]=(0,n.useState)(""),[x,h]=(0,n.useState)(""),[g,f]=(0,n.useState)(!1),[v,Z]=(0,n.useState)({}),[j,y]=(0,n.useState)(null),[b,w]=(0,n.useState)(!1),P=()=>{let e={};return r?/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(r)||(e.email="Invalid email address"):e.email="Email is required",x||(e.password="Password is required"),Z(e),0===Object.keys(e).length},C=async t=>{if(t.preventDefault(),y(null),P()){w(!0);try{let t=await m.cg.email({email:r,password:x});if(t.error){y(t.error.message||"Invalid credentials"),w(!1);return}e&&e()}catch(e){y("An unexpected error occurred. Please try again."),w(!1)}}};return(0,s.jsxs)(a.Z,{component:"form",onSubmit:C,sx:{display:"flex",flexDirection:"column",gap:2},children:[j&&s.jsx(i.Z,{severity:"error",onClose:()=>y(null),children:j}),s.jsx(l.Z,{label:"Email",type:"email",value:r,onChange:e=>t(e.target.value),error:!!v.email,helperText:v.email,disabled:b,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Password",type:g?"text":"password",value:x,onChange:e=>h(e.target.value),error:!!v.password,helperText:v.password,disabled:b,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{f(!g)},edge:"end",children:g?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(c.Z,{type:"submit",variant:"contained",color:"primary",disabled:b,fullWidth:!0,size:"large",children:b?"Signing in...":"Sign In"})]})}function h({onSuccess:e}){let[r,t]=(0,n.useState)(""),[x,h]=(0,n.useState)(""),[g,f]=(0,n.useState)(""),[v,Z]=(0,n.useState)(""),[j,y]=(0,n.useState)(!1),[b,w]=(0,n.useState)(!1),[P,C]=(0,n.useState)({}),[S,q]=(0,n.useState)(null),[_,k]=(0,n.useState)(!1),R=()=>{let e={};return r||(e.name="Name is required"),x?/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(x)||(e.email="Invalid email address"):e.email="Email is required",g?g.length<8&&(e.password="Password must be at least 8 characters"):e.password="Password is required",v?g!==v&&(e.confirmPassword="Passwords do not match"):e.confirmPassword="Please confirm your password",C(e),0===Object.keys(e).length},A=async t=>{if(t.preventDefault(),q(null),R()){k(!0);try{let t=await m.y1.email({email:x,password:g,name:r});if(t.error){q(t.error.message||"Registration failed"),k(!1);return}e&&e()}catch(e){q("An unexpected error occurred. Please try again."),k(!1)}}};return(0,s.jsxs)(a.Z,{component:"form",onSubmit:A,sx:{display:"flex",flexDirection:"column",gap:2},children:[S&&s.jsx(i.Z,{severity:"error",onClose:()=>q(null),children:S}),s.jsx(l.Z,{label:"Name",type:"text",value:r,onChange:e=>t(e.target.value),error:!!P.name,helperText:P.name,disabled:_,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Email",type:"email",value:x,onChange:e=>h(e.target.value),error:!!P.email,helperText:P.email,disabled:_,fullWidth:!0,required:!0}),s.jsx(l.Z,{label:"Password",type:j?"text":"password",value:g,onChange:e=>f(e.target.value),error:!!P.password,helperText:P.password,disabled:_,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{y(!j)},edge:"end",children:j?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(l.Z,{label:"Confirm Password",type:b?"text":"password",value:v,onChange:e=>Z(e.target.value),error:!!P.confirmPassword,helperText:P.confirmPassword,disabled:_,fullWidth:!0,required:!0,InputProps:{endAdornment:s.jsx(o.Z,{position:"end",children:s.jsx(d.Z,{"aria-label":"toggle password visibility",onClick:()=>{w(!b)},edge:"end",children:b?s.jsx(u.Z,{}):s.jsx(p.Z,{})})})}}),s.jsx(c.Z,{type:"submit",variant:"contained",color:"primary",disabled:_,fullWidth:!0,size:"large",children:_?"Creating account...":"Sign Up"})]})}var g=t(56539),f=t(79943),v=t(61573),Z=t(81030),j=t(2365),y=t(48787),b=t(80336),w=t(99634),P=t(63654),C=t(63856),S=t(62178),q=t(50210),_=t(49185);function k(){let e=(0,g.useRouter)(),{data:r,isPending:t}=(0,m.kP)(),[i,l]=(0,n.useState)(null),o=()=>{l(null)},u=async()=>{o(),await (0,m.w7)(),e.push("/login")};if(t)return s.jsx(a.Z,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:s.jsx(f.Z,{size:24})});if(!r?.user)return s.jsx(c.Z,{variant:"contained",color:"primary",onClick:()=>{e.push("/login")},children:"Sign In"});let{user:p}=r,x=((e,r)=>{if(e){let r=e.split(" ");return r.length>=2?`${r[0][0]}${r[1][0]}`.toUpperCase():e.substring(0,2).toUpperCase()}return r?r[0].toUpperCase():"?"})(p.name,p.email);return(0,s.jsxs)(s.Fragment,{children:[s.jsx(d.Z,{onClick:e=>{l(e.currentTarget)},"aria-label":"user menu",children:s.jsx(v.Z,{sx:{bgcolor:"primary.main"},children:x})}),(0,s.jsxs)(Z.Z,{anchorEl:i,open:!!i,onClose:o,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},sx:{mt:1},children:[(0,s.jsxs)(a.Z,{sx:{px:2,py:1.5,minWidth:200},children:[s.jsx(j.Z,{variant:"subtitle1",fontWeight:"600",children:p.name||"User"}),s.jsx(j.Z,{variant:"body2",color:"text.secondary",children:p.email}),"admin"===p.role&&s.jsx(y.Z,{label:"Admin",size:"small",color:"primary",sx:{mt:1}})]}),s.jsx(b.Z,{}),"admin"===p.role&&(0,s.jsxs)(w.Z,{onClick:()=>{o(),e.push("/admin/users")},children:[s.jsx(P.Z,{children:s.jsx(S.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Users"})]}),(0,s.jsxs)(w.Z,{onClick:()=>{o(),e.push("/settings")},children:[s.jsx(P.Z,{children:s.jsx(q.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Settings"})]}),(0,s.jsxs)(w.Z,{onClick:u,children:[s.jsx(P.Z,{children:s.jsx(_.Z,{fontSize:"small"})}),s.jsx(C.Z,{children:"Logout"})]})]})]})}},68763:(e,r,t)=>{"use strict";t.d(r,{Cp:()=>u,Nq:()=>c,cg:()=>i,kP:()=>d,w7:()=>l,y1:()=>o,zB:()=>p});var s=t(19106),n=t(82829);let a=(0,s.X)({baseURL:process.env.NEXT_PUBLIC_BETTER_AUTH_URL||"",plugins:[(0,n.zB)()]}),{signIn:i,signOut:l,signUp:o,useSession:d,updateUser:c,changePassword:u}=a,p=a.admin},9219:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ReflectAdapter",{enumerable:!0,get:function(){return t}});class t{static get(e,r,t){let s=Reflect.get(e,r,t);return"function"==typeof s?s.bind(e):s}static set(e,r,t,s){return Reflect.set(e,r,t,s)}static has(e,r){return Reflect.has(e,r)}static deleteProperty(e,r){return Reflect.deleteProperty(e,r)}}},90676:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>s});let s=(0,t(2325).createProxy)(String.raw`/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx#default`)},52001:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>n});var s=t(15505);let n=e=>[{type:"image/svg+xml",sizes:"any",url:(0,s.fillMetadataSegment)(".",e.params,"icon.svg")+"?0f68875a168deab8"}]}};var r=require("../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[9836,1489,6965,3043,8847,3613],()=>t(2800));module.exports=s})();
|