文件名称:pidash:基于Flask的轻量级Web仪表板,用于监视Raspberry Pi系统状态
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-18 02:57:36
raspberry-pi flask monitor HTML
PiDash 一个用于Raspberry Pi的简单,轻便的系统监视仪表板。 目录 特征 简单轻巧:不到100KB,不到一分钟即可安装 易于自定义:快速添加功能和自定义网页(始终欢迎拉动请求!) 监视系统资源(CPU,RAM,正常运行时间等) 查看网络信息和运行过程 设置 PiDash需要Python 3.6或更高版本。 编辑配置文件 请在config.py更改默认的用户名和密码。 在虚拟环境中运行 在Raspberry Pi上运行以下命令 # Clone project source from Git git clone https://github.com/chrisx8/pidash.git cd pidash # Install pip before continuing sudo apt-get install python3-pip # Install virtualen
【文件预览】:
pidash-main
----.github()
--------dependabot.yml(143B)
----config.py(257B)
----requirements.txt(145B)
----LICENSE(1KB)
----screenshot.png(27KB)
----README.md(4KB)
----wsgi.py(567B)
----views.py(3KB)
----templates()
--------login.html(616B)
--------base.html(2KB)
--------logout.html(312B)
--------dashboard.html(3KB)
----.gitignore(1KB)