From 79df3c847e4bdb8d5fda13fdf4974f1d118555c0 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Sat, 14 Oct 2023 20:04:23 +0800 Subject: [PATCH] #177 update: `README` --- README.md | 37 ++++++++++--------------------------- README_zh.md | 36 ++++++++++-------------------------- 2 files changed, 20 insertions(+), 53 deletions(-) diff --git a/README.md b/README.md index a38f6a60..5d3bcc33 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,6 @@ English | [简体中文](README_zh.md)

- -

- Download: - iOS - / - Android - / - macOS - / - Linux - / - Windows (In progress) -

- -

Due to Chinese government policy and the BEIAN issue. iOS app is now free. Please download it from other regions of AppStore.

-

A Flutter project which provide charts to display Linux server status and tools to manage server.
@@ -43,13 +27,19 @@ Especially thanks to dartss - [x] Platform support: `iOS / Android / macOS / Windows / Linux` -## 📩 Push -In order to push server status to your portable device without opening ServerBox app (Such as **message push** and **home widget**), you need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers, and config it correctly. See [Wiki](https://github.com/lollipopkit/server_box_monitor/wiki) for more details. +## ⬇️ Download +Platform | Support | Sign +--- | --- | --- +[iOS](https://apps.apple.com/app/id1586449703) / [Android](https://res.lolli.tech/serverbox/latest.apk) / [macOS](https://apps.apple.com/app/id1586449703) | Full | Signed with my own certificate +[Linux](https://res.lolli.tech/serverbox/latest.AppImage) / [Windows](https://res.lolli.tech/serverbox/latest.7z) | Not tested | signed with flutter default certificate. It's advised to build your own version. + +Due to Chinese government policy and the [BEIAN](https://github.com/lollipopkit/flutter_server_box/discussions/180) issue. iOS app is now free. Please download it from other regions of AppStore. ## 🆘 Help -If you have any question or feature request, please open a [discussion](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose). -If ServerBox app has any bug, please open an [issue](https://github.com/lollipopkit/flutter_server_box/issues/new). +- In order to push server status to your portable device without opening ServerBox app (Such as **message push** and **home widget**), you need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers, and config it correctly. See [wiki](https://github.com/lollipopkit/server_box_monitor/wiki) for more details. +- If you have any question or feature request, please open a [discussion](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose). +- If ServerBox app has any bug, please open an [issue](https://github.com/lollipopkit/flutter_server_box/issues/new). ## 🏙️ ScreenShots @@ -81,13 +71,6 @@ If ServerBox app has any bug, please open an [issue](https://github.com/lollipop -## 🖥 Platform -Status|Platform ---- | --- -Full Support| Android / iOS / macOS -Not tested| Windows / Linux - - ## 🧱 Contribution **Any positive contribution is welcome**. diff --git a/README_zh.md b/README_zh.md index 531a6f2a..b1ca34a4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,22 +12,6 @@

- -

- 下载: - iOS - / - Android - / - macOS - / - Linux - / - Windows (暂未发布) -

- -

由于中国政策原因,且无法完成备案。iOS 端现已转为免费,请移步 AppStore 其他区下载。

-

使用 Flutter 开发的 Linux 服务器工具箱,提供服务器状态图表和管理工具。
@@ -43,13 +27,19 @@ - [x] 支持平台:`iOS / Android / macOS / Windows / Linux` -## 📩 推送 -为了可以在不使用 ServerBox app 时获取服务器状态(例如:桌面小部件、推送服务),你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor),并且正确配置,详情可见 [Wiki](https://github.com/lollipopkit/server_box_monitor/wiki/%E4%B8%BB%E9%A1%B5)。 +## ⬇️ 下载 +平台 | 支持 | 签名 +--- | --- | --- +[iOS](https://apps.apple.com/app/id1586449703) / [Android](https://res.lolli.tech/serverbox/latest.apk) / [macOS](https://apps.apple.com/app/id1586449703) | 完整 | 个人可信签名 +[Linux](https://res.lolli.tech/serverbox/latest.AppImage) / [Windows](https://res.lolli.tech/serverbox/latest.7z) | 未测试 | 使用 Flutter 默认签名。建议自行构建。 + +由于中国政策原因,且无法完成[备案](https://github.com/lollipopkit/flutter_server_box/discussions/180)。iOS 端现已转为免费,请移步 AppStore 其他区下载。 ## 🆘 帮助 -如果你有任何问题或者功能请求,请在 [讨论](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose) 中交流。 -如果 ServerBox app 有任何 bug,请在 [问题](https://github.com/lollipopkit/flutter_server_box/issues/new) 中反馈。 +- 为了可以在不使用 ServerBox app 时获取服务器状态(例如:桌面小部件、推送服务),你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor),并且正确配置,详情可见 [wiki](https://github.com/lollipopkit/server_box_monitor/wiki/%E4%B8%BB%E9%A1%B5)。 +- 如果你有任何问题或者功能请求,请在 [讨论](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose) 中交流。 +- 如果 ServerBox app 有任何 bug,请在 [问题](https://github.com/lollipopkit/flutter_server_box/issues/new) 中反馈。 ## 🏙️ 截屏 @@ -81,12 +71,6 @@ -## 🖥 平台 -状态|平台 ---- | --- -完整支持 | Android / iOS / macOS -未测试 | Windows / Linux - ## 🧱 贡献 **任何正面的贡献都欢迎**。