auth server
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
|||||||
EXISTING_OPS_FILE: SYNCHRONIZE
|
EXISTING_OPS_FILE: SYNCHRONIZE
|
||||||
ENABLE_QUERY: "TRUE"
|
ENABLE_QUERY: "TRUE"
|
||||||
ICON: http://mechanical.oier.ovh/pack/icon.png
|
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:
|
networks:
|
||||||
- mechanicalnet
|
- mechanicalnet
|
||||||
|
|||||||
17
web/launcher/config-launcher/config.json
Normal file
17
web/launcher/config-launcher/config.json
Normal 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
3
web/launcher/files.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
8
web/launcher/news-launcher/news.json
Normal file
8
web/launcher/news-launcher/news.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"title": "Machine starts.",
|
||||||
|
"content": "Arranquen motores.",
|
||||||
|
"author": "oierbravo",
|
||||||
|
"publish_date": "2025-07-27 17:40:09"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -10,4 +10,4 @@ hash = "f9a1a47331d7a7074f1cd5be122412197040e910bdaf40d4bbbb2b669c772aae"
|
|||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
neoforge = "21.1.192"
|
neoforge = "21.1.193"
|
||||||
|
|||||||
Reference in New Issue
Block a user