|
|
@@ -1,7 +1,15 @@
|
|
|
-# Vue 3 + Vite
|
|
|
-
|
|
|
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
|
-
|
|
|
-## Recommended IDE Setup
|
|
|
-
|
|
|
-- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
|
+## Moki服务器管理面板
|
|
|
+### 一、项目介绍
|
|
|
+* 由于没钱买高阶的云服务器,所以使用代理的方式将内网机器进行代理,对外提供服务,该项目功能比较简单,主要是对nginx和nps软件进行操作,以可视化的方式来简化linux的操作,可以算做是一个简单的linux面板。
|
|
|
+### 二、主要功能
|
|
|
+* 实现nginx和nps代理软件的安装,配置。
|
|
|
+* 将内网机器的网站或者服务通过反向代理发布在公网上。
|
|
|
+* 将内网机器的端口与云服务器机器的端口进行映射
|
|
|
+* 对linux服务器进行一些简单的管理,例如:文件管理,在线终端,防火墙管理等。
|
|
|
+### 三、补充说明
|
|
|
+* 本项目为启动阶段,有兴趣加入本仓库的,请邮件联系`ftebox@qq.com`。
|
|
|
+* 期待大佬的加入,希望不要腹死胎中。
|
|
|
+### 四、项目规范
|
|
|
+* 提交必须说明提交了什么。
|
|
|
+* 需要遵守代码编写规范,不要写屎山代码。
|
|
|
+* 如果有例如错误码状态码的东西,请严格遵循规范。
|