Initial commit

This commit is contained in:
2025-11-01 02:55:58 +01:00
parent d412a7c7c8
commit 8f46bb563c
78 changed files with 8498 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"apiConfig": {
"baseUrl": "https://api.miarma.net/mmc/v1",
"baseRawUrl": "https://api.miarma.net/mmc/raw/v1",
"coreUrl": "https://api.miarma.net/v1",
"coreRawUrl": "https://api.miarma.net/raw/v1",
"authUrl": "https://api.miarma.net/auth/v1",
"endpoints": {
"auth": {
"login": "/login",
"validateToken": "/validate-token",
"refreshToken": "/refresh-token",
"changePassword": "/change-password",
"loginValidate": "/login/validate"
},
"mods": {
"all": "/mods",
"byId": "/mods/:mod_id",
"modStatus": "/mods/:mod_id/status"
},
"players": {
"all": "/players",
"byId": "/players/:player_id",
"playerStatus": "/players/:player_id/status",
"playerRole": "/players/:player_id/role",
"playerExists": "/players/:player_id/exists",
"playerAvatar": "/players/:player_id/avatar",
"playerInfo": "/players/me"
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"apiConfig": {
"baseUrl": "https://api.miarma.net/mmc/v1",
"baseRawUrl": "https://api.miarma.net/mmc/raw/v1",
"coreUrl": "https://api.miarma.net/v1",
"coreRawUrl": "https://api.miarma.net/raw/v1",
"authUrl": "https://api.miarma.net/auth/v1",
"endpoints": {
"auth": {
"login": "/login",
"validateToken": "/validate-token",
"refreshToken": "/refresh-token",
"changePassword": "/change-password",
"loginValidate": "/login/validate"
},
"mods": {
"all": "/mods",
"byId": "/mods/:mod_id",
"modStatus": "/mods/:mod_id/status"
},
"players": {
"all": "/players",
"byId": "/players/:player_id",
"playerStatus": "/players/:player_id/status",
"playerRole": "/players/:player_id/role",
"playerExists": "/players/:player_id/exists",
"playerAvatar": "/players/:player_id/avatar",
"playerInfo": "/players/me"
}
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/fonts/mc-titles.ttf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
public/images/bg_dirt.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
public/images/building.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/images/etsiimc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
public/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

6
public/privacy.txt Normal file
View File

@@ -0,0 +1,6 @@
privacy.txt
1. No recopilamos ningun dato personal.
2. No mandaremos correos basura en la lista de correo.
3. No usaremos cookies de terceros.
4. Es bastante probable que usemos tu direccion IPv4 por motivos de funcionamiento del servidor.