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:
tinkle-community
2025-12-20 13:43:59 +08:00
parent 7baa07738a
commit 710d9e4943
9 changed files with 81 additions and 2 deletions

View File

@@ -45,6 +45,16 @@ chmod +x ./start.sh
Доступ к веб-интерфейсу: **http://localhost:3000**
### Обновление до последней версии
> **💡 Обновления выходят часто.** Запускайте эту команду ежедневно для получения последних функций и исправлений:
```bash
curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bash
```
Эта команда загружает последние официальные образы и автоматически перезапускает сервисы.
### Вариант 2: Ручная установка
```bash