{"id":29966270,"url":"https://github.com/thingspanel/thingspanel-on-raspberrypi","last_synced_at":"2025-09-07T06:04:09.424Z","repository":{"id":292774165,"uuid":"981885010","full_name":"ThingsPanel/thingspanel-on-raspberrypi","owner":"ThingsPanel","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-12T03:53:39.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T02:52:52.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThingsPanel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-12T03:48:47.000Z","updated_at":"2025-05-12T03:53:42.000Z","dependencies_parsed_at":"2025-05-12T04:45:10.491Z","dependency_job_id":null,"html_url":"https://github.com/ThingsPanel/thingspanel-on-raspberrypi","commit_stats":null,"previous_names":["thingspanel/thingspanel-on-raspberrypi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThingsPanel/thingspanel-on-raspberrypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingsPanel%2Fthingspanel-on-raspberrypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingsPanel%2Fthingspanel-on-raspberrypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingsPanel%2Fthingspanel-on-raspberrypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingsPanel%2Fthingspanel-on-raspberrypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThingsPanel","download_url":"https://codeload.github.com/ThingsPanel/thingspanel-on-raspberrypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingsPanel%2Fthingspanel-on-raspberrypi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274001212,"owners_count":25205211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-04T02:31:48.943Z","updated_at":"2025-09-07T06:04:09.403Z","avatar_url":"https://github.com/ThingsPanel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThingsPanel on Raspberry Pi\n\n这个项目提供了在树莓派上安装、配置和监控 ThingsPanel 的完整解决方案。ThingsPanel 是一个开源的物联网平台，本项目旨在简化其在树莓派上的部署和管理过程。\n\n## 功能特性\n\n- 一键安装 ThingsPanel 及其依赖\n- 系统性能监控\n- PostgreSQL 数据库 I/O 监控\n- 完整的安装和卸载脚本\n- 详细的性能优化指南\n\n## 系统要求\n\n- Raspberry Pi 4B (推荐 4GB 或 8GB 内存版本)\n- Raspberry Pi OS (64位版本)\n- 至少 16GB SD 卡\n- 稳定的网络连接\n\n## 快速开始\n\n1. 克隆仓库：\n```bash\ngit clone https://github.com/yourusername/thingspanel-on-raspberrypi.git\ncd thingspanel-on-raspberrypi\n```\n\n2. 运行安装脚本：\n```bash\nchmod +x scripts/install/install_thingspanel_rpi.sh\n./scripts/install/install_thingspanel_rpi.sh\n```\n\n3. 访问 ThingsPanel：\n安装完成后，在浏览器中访问 `http://\u003c树莓派IP地址\u003e:8000`\n\n## 监控功能\n\n项目包含两个监控脚本：\n\n- `monitor_system.sh`: 监控系统资源使用情况\n- `pg_io_monitor.sh`: 监控 PostgreSQL 数据库 I/O 性能\n\n使用方法：\n```bash\n# 系统监控\n./scripts/monitor/monitor_system.sh\n\n# 数据库 I/O 监控\n./scripts/monitor/pg_io_monitor.sh\n```\n\n## 卸载\n\n如果需要卸载 ThingsPanel，可以使用提供的卸载脚本：\n\n```bash\nchmod +x scripts/uninstall/uninstall_thingspanel_rpi.sh\n./scripts/uninstall/uninstall_thingspanel_rpi.sh\n```\n\n## 文档\n\n- [安装指南](docs/install-guide.md)\n- [性能测试报告](docs/performance.md)\n\n## 贡献\n\n欢迎提交 Issue 和 Pull Request 来帮助改进这个项目。\n\n## 许可证\n\n本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingspanel%2Fthingspanel-on-raspberrypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingspanel%2Fthingspanel-on-raspberrypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingspanel%2Fthingspanel-on-raspberrypi/lists"}