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
> Compose passes each value to both ends of its connection. If both ends leave a token unset, the open-source deployment permits a tokenless connection forbackward compatibility. Store configured valuesin your deployment secret manager;do not commit them.
95
+
86
96
### One-Click Cloud Deploy
87
97
88
98
[](https://zeabur.com/en-US/templates/ZKTBDH)
Copy file name to clipboardExpand all lines: README_ES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ cd LangBot/docker
82
82
docker compose --profile all up -d
83
83
```
84
84
85
+
> Para despliegues accesibles desde Internet, recomendamos configurar `LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN` y `LANGBOT_BOX_CONTROL_TOKEN` con secretos compartidos robustos (al menos 32 caracteres que no sean espacios). Genera cada valor con `openssl rand -hex 32`; Compose lo proporciona a ambos extremos de la conexión correspondiente. Si ambos extremos dejan el Token sin configurar, la edición de código abierto permite la conexión sin Token por compatibilidad.
86
+
85
87
### Despliegue en la Nube con un Clic
86
88
87
89
[](https://zeabur.com/en-US/templates/ZKTBDH)
Copy file name to clipboardExpand all lines: README_FR.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ cd LangBot/docker
82
82
docker compose --profile all up -d
83
83
```
84
84
85
+
> Pour un déploiement accessible depuis Internet, nous recommandons de définir `LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN` et `LANGBOT_BOX_CONTROL_TOKEN` avec des secrets partagés robustes (au moins 32 caractères non blancs). Générez chaque valeur avec `openssl rand -hex 32` ; Compose la transmet aux deux extrémités de la connexion concernée. Si les deux extrémités ne définissent aucun Token, l’édition open source autorise la connexion sans Token pour assurer la compatibilité.
86
+
85
87
### Déploiement Cloud en un Clic
86
88
87
89
[](https://zeabur.com/en-US/templates/ZKTBDH)
Copy file name to clipboardExpand all lines: README_KO.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ cd LangBot/docker
82
82
docker compose --profile all up -d
83
83
```
84
84
85
+
> 인터넷에서 접근 가능한 배포 환경에서는 `LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN`과 `LANGBOT_BOX_CONTROL_TOKEN`에 강력한 공유 시크릿(공백이 아닌 문자 32자 이상)을 설정하는 것을 권장합니다. 각 값은 `openssl rand -hex 32`로 생성할 수 있으며 Compose가 해당 연결의 양쪽에 동일한 값을 전달합니다. 양쪽 모두 Token을 설정하지 않으면 오픈 소스 버전은 호환성을 위해 Token 없는 연결을 허용합니다.
86
+
85
87
### 원클릭 클라우드 배포
86
88
87
89
[](https://zeabur.com/en-US/templates/ZKTBDH)
Copy file name to clipboardExpand all lines: README_RU.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ cd LangBot/docker
82
82
docker compose --profile all up -d
83
83
```
84
84
85
+
> Для развёртываний, доступных из Интернета, рекомендуем задать `LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN` и `LANGBOT_BOX_CONTROL_TOKEN` как надёжные общие секреты (не менее 32 непробельных символов). Каждое значение можно создать командой `openssl rand -hex 32`; Compose передаст его обеим сторонам соответствующего соединения. Если Token не задан с обеих сторон, версия с открытым исходным кодом разрешает соединение без Token для обратной совместимости.
86
+
85
87
### Облачное развертывание одним кликом
86
88
87
89
[](https://zeabur.com/en-US/templates/ZKTBDH)
Copy file name to clipboardExpand all lines: README_VI.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ cd LangBot/docker
82
82
docker compose --profile all up -d
83
83
```
84
84
85
+
> Với triển khai có thể truy cập từ Internet, bạn nên đặt `LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN` và `LANGBOT_BOX_CONTROL_TOKEN` thành các khóa bí mật dùng chung đủ mạnh (ít nhất 32 ký tự không phải khoảng trắng). Có thể tạo từng giá trị bằng `openssl rand -hex 32`; Compose sẽ truyền cùng giá trị tới hai đầu của kết nối tương ứng. Nếu cả hai đầu đều không đặt Token, bản mã nguồn mở vẫn cho phép kết nối không Token để duy trì khả năng tương thích.
86
+
85
87
### Triển khai đám mây một cú nhấp
86
88
87
89
[](https://zeabur.com/en-US/templates/ZKTBDH)
0 commit comments