auth server

This commit is contained in:
2025-07-27 01:40:30 +02:00
parent 4d1b3962f4
commit 13aa2ef8e9
5 changed files with 30 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ services:
EXISTING_OPS_FILE: SYNCHRONIZE
ENABLE_QUERY: "TRUE"
ICON: http://mechanical.oier.ovh/pack/icon.png
JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/api/auth -Dminecraft.api.session.host=https://auth.oier.ovh/api/auth -Dminecraft.api.services.host=https://auth.oier.ovh/api/auth
JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil
networks:
- mechanicalnet

View File

@@ -0,0 +1,17 @@
{
"maintenance": false,
"maintenance_message": "Launcher in maintenance",
"game_version": "1.21.1",
"modde": "true",
"java": "true",
"status": {
"nameServer": "MechanicalSMP",
"ip": "149.202.89.131",
"port": "25565"
},
"online": "https://auth.oier.ovh",
"client_id": "13f589e1-e2fc-443e-a68a-63b0092b8eeb",
"dataDirectory": "MechanicalLauncher",
"rss": "https://mechanical.oier.ovh/rss"
}

3
web/launcher/files.json Normal file
View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -0,0 +1,8 @@
[
{
"title": "Machine starts.",
"content": "Arranquen motores.",
"author": "oierbravo",
"publish_date": "2025-07-27 17:40:09"
}
]

View File

@@ -10,4 +10,4 @@ hash = "f9a1a47331d7a7074f1cd5be122412197040e910bdaf40d4bbbb2b669c772aae"
[versions]
minecraft = "1.21.1"
neoforge = "21.1.192"
neoforge = "21.1.193"