You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Apps/MineOS/docker-compose.yml
+100-5
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,19 @@ services:
43
43
envs:
44
44
- container: USE_HTTPS
45
45
description:
46
-
en_us: Should the web interface use HTTPS or HTTP? Valid entries are "true" and "false" (with quotes)
46
+
en_us: Should the web interface use HTTPS or HTTP? Valid entries are "true" and "false" (with quotes)
47
47
es_es: ¿Debe la interfaz web usar HTTPS o HTTP? Las entradas válidas son "true" y "false" (con comillas)
48
-
48
+
49
49
- container: SERVER_PORT
50
50
description:
51
51
en_us: What port should the web interface listen on? This is independent of the USE_HTTPS setting.
52
52
es_es: ¿En qué puerto debe escuchar la interfaz web? Esto es independiente de la configuración USE_HTTPS.
53
-
53
+
54
54
- container: USER_NAME
55
55
description:
56
56
en_us: On startup, mineos will check if an account of the name "mc" exists. If it does not exist, one will be created. This account, and any other created with this variable will be permitted to login to the web interface.
57
57
es_es: Al iniciar, mineos verificará si existe una cuenta con el nombre "mc". Si no existe, se creará una. Esta cuenta y cualquier otra creada con esta variable podrán iniciar sesión en la interfaz web.
58
-
58
+
59
59
- container: USER_UID
60
60
description:
61
61
en_us: If the "mc" account does not already exist, when mineos creates it, it will do so with UID same as the value of the variable. If an account with this UID already exists, account creation will be aborted.
@@ -65,7 +65,7 @@ services:
65
65
description:
66
66
en_us: If the "mc" account is being created, it will use the default password "root" (without quotes). It is recommended to change this to something more secure.
67
67
es_es: Si se está creando la cuenta "mc", utilizará la contraseña "root" (sin comillas) por defecto. Es recomendable cambiar esto por algo más seguro.
68
-
68
+
69
69
ports:
70
70
- container: "8443"
71
71
description:
@@ -146,12 +146,34 @@ x-casaos:
146
146
category: Games
147
147
description:
148
148
en_us: MineOS is a server front-end to ease managing Minecraft administrative tasks. This iteration using Node.js aims to enhance previous MineOS scripts (Python-based), by leveraging the event-triggering, asyncronous model of Node.JS and websockets.
ar_sa: MineOS هو واجهة خادم لتسهيل إدارة مهام إدارة Minecraft. تهدف هذه التكرار باستخدام Node.js إلى تعزيز البرامج النصية MineOS السابقة (التي تعتمد على Python) ، من خلال استغلال نموذج الحدث والتجزئة اللامتزامن لـ Node.JS و websockets.
151
+
de_de: MineOS ist eine Server-Front-End, um die Verwaltung von Minecraft-Administrationsaufgaben zu erleichtern. Diese Iteration mit Node.js zielt darauf ab, frühere MineOS-Skripte (Python-basiert) zu verbessern, indem das ereignisgesteuerte, asynchrone Modell von Node.JS und Websockets genutzt wird.
149
152
es_es: MineOS es una interfaz de servidor para facilitar la gestión de las tareas administrativas de Minecraft. Esta iteración que utiliza Node.js tiene como objetivo mejorar los scripts anteriores de MineOS (basados en Python), aprovechando el modelo asincrónico de activación de eventos de Node.JS y websockets.
153
+
fr_fr: MineOS est une interface de serveur pour faciliter la gestion des tâches administratives de Minecraft. Cette itération utilisant Node.js vise à améliorer les scripts MineOS précédents (basés sur Python), en tirant parti du modèle asynchrone de déclenchement d'événements de Node.JS et des websockets.
154
+
hu_hu: A MineOS egy szerver front-end, amely megkönnyíti a Minecraft adminisztratív feladatok kezelését. Ez az iteráció a Node.js használatával az előző MineOS parancsfájlok (Python alapú) javítására törekszik, kihasználva a Node.JS és a websockets eseményvezérelt, aszinkron modelljét.
155
+
it_it: MineOS è un front-end del server per facilitare la gestione dei compiti amministrativi di Minecraft. Questa iterazione che utilizza Node.js mira a migliorare gli script precedenti di MineOS (basati su Python), sfruttando il modello asincrono di attivazione degli eventi di Node.JS e websockets.
156
+
ru_ru: MineOS - это серверный фронт-энд, который облегчает управление административными задачами Minecraft. Эта итерация с использованием Node.js направлена на улучшение предыдущих сценариев MineOS (на основе Python), используя событийно-ориентированную, асинхронную модель Node.JS и websockets.
157
+
pl_pl: MineOS to interfejs serwera ułatwiający zarządzanie zadaniami administracyjnymi Minecraft. Ta iteracja z wykorzystaniem Node.js ma na celu ulepszenie poprzednich skryptów MineOS (opartych na Pythonie), wykorzystując model asynchroniczny wyzwalania zdarzeń Node.JS i websockets.
158
+
pt_br: MineOS é uma interface de servidor para facilitar a gestão de tarefas administrativas do Minecraft. Esta iteração usando o Node.js visa aprimorar os scripts anteriores do MineOS (baseados em Python), aproveitando o modelo assíncrono de acionamento de eventos do Node.JS e websockets.
159
+
sv_se: MineOS är ett serverfront som underlättar hanteringen av administrativa uppgifter för Minecraft. Denna iteration med Node.js syftar till att förbättra tidigare MineOS-skript (baserade på Python), genom att utnyttja Node.JS och websockets händelseutlösningsmodell.
160
+
uk_ua: MineOS - це серверний фронт-енд, який полегшує управління адміністративними завданнями Minecraft. Ця ітерація з використанням Node.js спрямована на поліпшення попередніх сценаріїв MineOS (на основі Python), використовуючи подійно-орієнтовану, асинхронну модель Node.JS та websockets.
0 commit comments