mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-06 05:51:19 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user