[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8421":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},8421,"Xboard","cedar2025\u002FXboard","cedar2025","High-performance panel based on V2board secondary development supporting new protocols and new features","",null,"PHP",4390,1236,31,113,0,1,29,164,12,31.28,"MIT License",false,"master",true,[],"2026-06-12 02:01:53","# Xboard\n\n\u003Cdiv align=\"center\">\n\n[![Telegram](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTelegram-Channel-blue)](https:\u002F\u002Ft.me\u002FXboardOfficial)\n![PHP](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPHP-8.2+-green.svg)\n![MySQL](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMySQL-5.7+-blue.svg)\n[![License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)](LICENSE)\n\n\u003C\u002Fdiv>\n\n## 📖 Introduction\n\nXboard is a modern panel system built on Laravel 11, focusing on providing a clean and efficient user experience.\n\n## ✨ Features\n\n- 🚀 Built with Laravel 12 + Octane for significant performance gains\n- 🎨 Redesigned admin interface (React + Shadcn UI)\n- 📱 Modern user frontend (Vue3 + TypeScript)\n- 🐳 Ready-to-use Docker deployment solution\n- 🎯 Optimized system architecture for better maintainability\n\n## 🚀 Quick Start\n\n```bash\ngit clone -b compose --depth 1 https:\u002F\u002Fgithub.com\u002Fcedar2025\u002FXboard && \\\ncd Xboard && \\\ndocker compose run -it --rm \\\n    -e ENABLE_SQLITE=true \\\n    -e ENABLE_REDIS=true \\\n    -e ADMIN_ACCOUNT=admin@demo.com \\\n    xboard php artisan xboard:install && \\\ndocker compose up -d\n```\n\n> After installation, visit: http:\u002F\u002FSERVER_IP:7001  \n> ⚠️ Make sure to save the admin credentials shown during installation\n\n## 📖 Documentation\n\n### 🔄 Upgrade Notice\n> 🚨 **Important:** This version involves significant changes. Please strictly follow the upgrade documentation and backup your database before upgrading. Note that upgrading and migration are different processes, do not confuse them.\n\n### Development Guides\n- [Plugin Development Guide](.\u002Fdocs\u002Fen\u002Fdevelopment\u002Fplugin-development-guide.md) - Complete guide for developing XBoard plugins\n\n### Deployment Guides\n- [Deploy with 1Panel](.\u002Fdocs\u002Fen\u002Finstallation\u002F1panel.md)\n- [Deploy with Docker Compose](.\u002Fdocs\u002Fen\u002Finstallation\u002Fdocker-compose.md)\n- [Deploy with aaPanel](.\u002Fdocs\u002Fen\u002Finstallation\u002Faapanel.md)\n- [Deploy with aaPanel + Docker](.\u002Fdocs\u002Fen\u002Finstallation\u002Faapanel-docker.md) (Recommended)\n\n### Migration Guides\n- [Migrate from v2board dev](.\u002Fdocs\u002Fen\u002Fmigration\u002Fv2board-dev.md)\n- [Migrate from v2board 1.7.4](.\u002Fdocs\u002Fen\u002Fmigration\u002Fv2board-1.7.4.md)\n- [Migrate from v2board 1.7.3](.\u002Fdocs\u002Fen\u002Fmigration\u002Fv2board-1.7.3.md)\n\n## 🛠️ Tech Stack\n\n- Backend: Laravel 11 + Octane\n- Admin Panel: React + Shadcn UI + TailwindCSS\n- User Frontend: Vue3 + TypeScript + NaiveUI\n- Deployment: Docker + Docker Compose\n- Caching: Redis + Octane Cache\n\n## 📷 Preview\n![Admin Preview](.\u002Fdocs\u002Fimages\u002Fadmin.png)\n\n![User Preview](.\u002Fdocs\u002Fimages\u002Fuser.png)\n\n## ⚠️ Disclaimer\n\nThis project is for learning and communication purposes only. Users are responsible for any consequences of using this project.\n\n## ❤️ Support The Project\n\nIf this project has helped you, donations are appreciated. They help support ongoing maintenance and would make me very happy.\n\nTRC20: `TLypStEWsVrj6Wz9mCxbXffqgt5yz3Y4XB`\n\n## 🌟 Maintenance Notice\n\nThis project is currently under light maintenance. We will:\n- Fix critical bugs and security issues\n- Review and merge important pull requests\n- Provide necessary updates for compatibility\n\nHowever, new feature development may be limited.\n\n## 🔔 Important Notes\n\n1. Restart required after modifying admin path:\n```bash\ndocker compose restart\n```\n\n2. For aaPanel installations, restart the Octane daemon process\n\n## 🤝 Contributing\n\nIssues and Pull Requests are welcome to help improve the project.\n\n## 📈 Star History\n\n[![Stargazers over time](https:\u002F\u002Fstarchart.cc\u002Fcedar2025\u002FXboard.svg)](https:\u002F\u002Fstarchart.cc\u002Fcedar2025\u002FXboard)\n","Xboard 是一个基于 V2board 二次开发的高性能面板系统，支持新协议和新功能。它采用 Laravel 11 和 Octane 构建，提供了显著的性能提升，并重新设计了管理界面（使用 React + Shadcn UI）和用户前端（Vue3 + TypeScript）。Xboard 还提供了即用型 Docker 部署解决方案，优化了系统架构以提高可维护性。适用于需要高效、现代且易于部署的面板系统的场景，如服务器管理和监控。",2,"2026-06-11 03:17:51","top_language"]