67 lines
1.6 KiB
Markdown
67 lines
1.6 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> & <a href="https://github.com/TerminalStudio/xterm.dart">xterm.dart</a>.
|
|
</p>
|
|
|
|
|
|
## 🔖 Feature
|
|
- [x] Status chart view
|
|
- [x] SSH terminal
|
|
- [x] `Docker Manage`, `Pkg Manage`, `SFTP`, `Snippet` ~~market~~, `Ping` and etc.
|
|
- [x] i18n (English, Chinese)
|
|
- [x] Desktop support
|
|
|
|
## 📱 ScreenShots
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img width="200px" src="screenshots/server.jpg">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="screenshots/server_detail.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="screenshots/convert.png">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img width="200px" src="screenshots/ping.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="screenshots/apt.png">
|
|
</td>
|
|
<td>
|
|
<img width="200px" src="screenshots/docker.png">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
## 🖥 Platform
|
|
| Status | Platform |
|
|
| ----------------------- | ----------------- |
|
|
| Full Support | Android/iOS/macOS |
|
|
| Support, but not tested | Windows/Linux |
|
|
|
|
|
|
## 📝 License
|
|
`GPL v3. lollipopkit 2021`
|