[REPO REFACTOR]: changed to a better git repository structure with branches

This commit is contained in:
2025-11-01 05:37:33 +01:00
parent 1f77767d59
commit c72cf3c373
79 changed files with 3782 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

BIN
public/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 301 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/images/sign.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
public/images/title.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

BIN
public/images/title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 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.