Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Update `astrbot`:
uv tool upgrade astrbot
```

> [!WARNING]
> AstrBot deployed via `uv` **does not support upgrading through the WebUI**. To update, please run the command above from the command line.
### Docker Deployment

For users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.
Expand Down
3 changes: 3 additions & 0 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Mettre à jour `astrbot` :
uv tool upgrade astrbot
```

> [!WARNING]
> AstrBot déployé via `uv` **ne prend pas en charge la mise à jour via le WebUI**. Pour mettre à jour, exécutez la commande ci-dessus depuis le terminal.

### Déploiement Docker

Pour les utilisateurs familiers avec les conteneurs et qui souhaitent une méthode plus stable et adaptée à la production, nous recommandons de déployer AstrBot avec Docker / Docker Compose.
Expand Down
3 changes: 3 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ astrbot run
uv tool upgrade astrbot
```

> [!WARNING]
> `uv` 経由でデプロイした AstrBot は、**WebUI からのバージョンアップグレードに対応していません**。更新するには、上記のコマンドをコマンドラインで実行してください。
### Docker デプロイ

コンテナ運用に慣れており、より安定した本番向けのデプロイ方法を求めるユーザーには、Docker / Docker Compose での AstrBot デプロイをおすすめします。
Expand Down
3 changes: 3 additions & 0 deletions README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ astrbot run
uv tool upgrade astrbot
```

> [!WARNING]
> AstrBot, развёрнутый через `uv`, **не поддерживает обновление через WebUI**. Для обновления выполните указанную выше команду из командной строки.

### Развёртывание Docker

Для пользователей, знакомых с контейнерами и которым нужен более стабильный и подходящий для production способ, мы рекомендуем разворачивать AstrBot через Docker / Docker Compose.
Expand Down
3 changes: 3 additions & 0 deletions README_zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ astrbot run
uv tool upgrade astrbot
```

> [!WARNING]
> 透過 `uv` 部署的 AstrBot **不支援在 WebUI 中進行版本升級**。如需更新,請透過命令列執行上述命令。

### Docker 部署

對於熟悉容器、希望獲得更穩定且更適合正式環境部署方式的使用者,我們推薦使用 Docker / Docker Compose 部署 AstrBot。
Expand Down
3 changes: 3 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ astrbot run
uv tool upgrade astrbot
```

> [!WARNING]
> 通过 `uv` 部署的 AstrBot **不支持在 WebUI 中进行版本升级**。如需更新,请通过命令行执行上述命令。

### Docker 部署

对于熟悉容器、希望获得更稳定且更适合生产环境部署方式的用户,我们推荐使用 Docker / Docker Compose 部署 AstrBot。
Expand Down
5 changes: 5 additions & 0 deletions docs/en/deploy/astrbot/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ If `uv` is not installed, install it first by following the official guide:

`uv` supports Linux, Windows, and macOS.

## Important Notes

> [!WARNING]
> AstrBot deployed via `uv` **does not support upgrading through the WebUI**. To update, run `uv tool upgrade astrbot` from the command line.

## Install and Start

```bash
Expand Down
5 changes: 5 additions & 0 deletions docs/zh/deploy/astrbot/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

`uv` 支持 Linux、Windows、macOS。

## 注意事项

> [!WARNING]
> 通过 `uv` 部署的 AstrBot **不支持在 WebUI 中进行版本升级**。如需更新,请在命令行中执行 `uv tool upgrade astrbot`。

## 安装并启动

```bash
Expand Down
Loading