mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-14 00:07:01 +08:00
feat: increase default max users to 10 and add update reminder
- Change default MaxUsers from 5 to 10 in config - Add update reminder section in install.sh output - Add 'Keeping Updated' section in all README translations
This commit is contained in:
@@ -45,6 +45,16 @@ chmod +x ./start.sh
|
||||
|
||||
Web インターフェースにアクセス: **http://localhost:3000**
|
||||
|
||||
### 最新版への更新
|
||||
|
||||
> **💡 更新は頻繁です。** 最新の機能と修正を取得するために、毎日このコマンドを実行してください:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bash
|
||||
```
|
||||
|
||||
このコマンドは最新の公式イメージを取得し、サービスを自動的に再起動します。
|
||||
|
||||
### オプション 2: 手動インストール
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user