Basic VM functionality

This commit is contained in:
headlessdev
2025-04-18 14:35:36 +02:00
parent c266296c4f
commit 406091fdcb
8 changed files with 1015 additions and 256 deletions

View File

@@ -28,6 +28,8 @@ export async function PUT(request: NextRequest) {
const updatedServer = await prisma.server.update({
where: { id },
data: {
host,
hostServer,
name,
os,
ip,