mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
64 lines
2.0 KiB
Markdown
64 lines
2.0 KiB
Markdown
<!-- Title-->
|
|
<p align="center">
|
|
<h1 align="center">Server Box</h1>
|
|
</p>
|
|
|
|
<!-- Badges-->
|
|
<p align="center">
|
|
<a href="https://apps.apple.com/app/id1586449703">
|
|
<img style="height: 37px" src="screenshots/appstore.svg">
|
|
</a>
|
|
<a href="https://github.com/lollipopkit/flutter_server_box/releases/latest">
|
|
<img style="height: 37px" src="screenshots/dl-android.svg">
|
|
</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
A Flutter project which provide charts to display server status and tools to manage server.<br>Especially thanks to <a href="https://github.com/TerminalStudio/dartssh2">dartssh2</a>.
|
|
</p>
|
|
|
|
|
|
## 🔖 Milestone
|
|
- [x] Status chart view
|
|
- [x] Snippet ~~market~~, Ping, SFTP, Docker, Apt/Yum and etc.
|
|
- [x] i18n (English, Chinese)
|
|
- [x] Desktop support
|
|
|
|
## 📱 ScreenShots
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/server.jpg">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/server_detail.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/convert.png">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/ping.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/apt.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="https://raw.githubusercontent.com/lollipopkit/flutter_server_monitor_toolbox/main/screenshots/docker.png">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
## 🖥 Platform
|
|
| Status | Platform |
|
|
| ----------------------- | ----------------- |
|
|
| Full Support | Android/iOS/macOS |
|
|
| Support, but not tested | Windows/Linux |
|
|
|
|
|
|
## 📝 License
|
|
`LGPL License. lollipopkit 2021`
|