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

@@ -187,6 +187,15 @@ print_success() {
echo -e " ${BLUE}API Endpoint:${NC} http://${SERVER_IP}:8080"
echo -e " ${BLUE}Install Dir:${NC} $INSTALL_DIR"
echo ""
echo -e "${CYAN}╔════════════════════════════════════════════════════════════╗"
echo -e "║ 💡 Keep Updated: Run this command daily to stay current ║"
echo -e "╚════════════════════════════════════════════════════════════╝${NC}"
echo ""
echo -e " ${GREEN}curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bash${NC}"
echo ""
echo -e " Updates are frequent. This one-liner pulls the latest"
echo -e " official images and restarts services automatically."
echo ""
echo -e "${YELLOW}Quick Commands:${NC}"
echo " cd $INSTALL_DIR"
echo " $COMPOSE_CMD logs -f # View logs"