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
+10
View File
@@ -141,6 +141,16 @@ docker compose -f docker-compose.prod.yml down # Stop
docker compose -f docker-compose.prod.yml pull && docker compose -f docker-compose.prod.yml up -d # Update
```
### Keeping Updated
> **💡 Updates are frequent.** Run this command daily to stay current with the latest features and fixes:
```bash
curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bash
```
This one-liner pulls the latest official images and restarts services automatically.
### Manual Installation (For Developers)
#### Prerequisites